SoftwareReleases: Difference between revisions
From CSDMS
m Assemble big list of software |
Update versions of BMI Fortran spec and example |
||
(29 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{PageTitle|CSDMS Software Dashboard}} | {{PageTitle|CSDMS Software Dashboard}} | ||
The CSDMS Integration Facility develops and maintains | The CSDMS Integration Facility develops and maintains many software products, often in collaboration with community members. | ||
The Table below lists these products, along with their current version, release date, development status, and source code repository. | The Table below lists these products, along with their current version, release date, development status, and source code repository. | ||
Line 13: | Line 13: | ||
|- | |- | ||
| [[Landlab]] | | [[Landlab]] | ||
| style="text-align: right;" | [https://github.com/landlab/landlab/releases/tag/v2. | | style="text-align: right;" | [https://github.com/landlab/landlab/releases/tag/v2.9.2 2.9.2] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | 2024-10-17}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/landlab/landlab | | https://github.com/landlab/landlab | ||
Line 23: | Line 23: | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/bmi | | https://github.com/csdms/bmi | ||
|- | |- | ||
| [[BMI|Basic Model Interface]] C Specification | | [[BMI|Basic Model Interface]] C Specification | ||
| style="text-align: right;" | [https://github.com/csdms/bmi-c/releases/tag/v2.1 2. | | style="text-align: right;" | [https://github.com/csdms/bmi-c/releases/tag/v2.1.2 2.1.2] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Oct 26, 2023}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/bmi-c | | https://github.com/csdms/bmi-c | ||
|- | |- | ||
| [[BMI|Basic Model Interface]] C++ Specification | | [[BMI|Basic Model Interface]] C++ Specification | ||
| style="text-align: right;" | [https://github.com/csdms/bmi-cxx/releases/tag/v2.0 2.0] | | style="text-align: right;" | [https://github.com/csdms/bmi-cxx/releases/tag/v2.0.2 2.0.2] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Oct 26, 2023}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/bmi-cxx | | https://github.com/csdms/bmi-cxx | ||
|- | |- | ||
| [[BMI|Basic Model Interface]] Fortran Specification | | [[BMI|Basic Model Interface]] Fortran Specification | ||
| style="text-align: right;" | [https://github.com/csdms/bmi-fortran/releases/tag/v2.0 2.0] | | style="text-align: right;" | [https://github.com/csdms/bmi-fortran/releases/tag/v2.0.3 2.0.3] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Dec 17, 2024}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/bmi-fortran | | https://github.com/csdms/bmi-fortran | ||
Line 61: | Line 49: | ||
|- | |- | ||
| [[BMI|Basic Model Interface]] Python Specification | | [[BMI|Basic Model Interface]] Python Specification | ||
| style="text-align: right;" | [https://github.com/csdms/bmi-python/releases/tag/v2.0 2.0] | | style="text-align: right;" | [https://github.com/csdms/bmi-python/releases/tag/v2.0.1 2.0.1] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Oct 24, 2023}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/bmi-python | | https://github.com/csdms/bmi-python | ||
|- | |- | ||
| [[BMI|Basic Model Interface]] C Example | | [[BMI|Basic Model Interface]] C Example | ||
| style="text-align: right;" | [https://github.com/csdms/bmi-example-c/releases/tag/v2.0. | | style="text-align: right;" | [https://github.com/csdms/bmi-example-c/releases/tag/v2.0.3 2.0.3] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Aug 28, 2024}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/bmi-example-c | | https://github.com/csdms/bmi-example-c | ||
|- | |- | ||
| [[BMI|Basic Model Interface]] C++ Example | | [[BMI|Basic Model Interface]] C++ Example | ||
| style="text-align: right;" | [https://github.com/csdms/bmi-example-cxx/releases/tag/v2.1 2. | | style="text-align: right;" | [https://github.com/csdms/bmi-example-cxx/releases/tag/v2.1.2 2.1.2] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Nov 02, 2023}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/bmi-example-cxx | | https://github.com/csdms/bmi-example-cxx | ||
|- | |- | ||
| [[BMI|Basic Model Interface]] Fortran Example | | [[BMI|Basic Model Interface]] Fortran Example | ||
| style="text-align: right;" | [https://github.com/csdms/bmi-example-fortran/releases/tag/v2. | | style="text-align: right;" | [https://github.com/csdms/bmi-example-fortran/releases/tag/v2.1.4 2.1.4] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Dec 19, 2024}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/bmi-example-fortran | | https://github.com/csdms/bmi-example-fortran | ||
Line 91: | Line 79: | ||
|- | |- | ||
| [[BMI|Basic Model Interface]] Python Example | | [[BMI|Basic Model Interface]] Python Example | ||
| style="text-align: right;" | [https://github.com/csdms/bmi-example-python/releases/tag/2.1 2.1] | | style="text-align: right;" | [https://github.com/csdms/bmi-example-python/releases/tag/2.1.2 2.1.2] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Jan 05, 2024}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/bmi-example-python | | https://github.com/csdms/bmi-example-python | ||
|- | |||
| [[BMI|Basic Model Interface]] PyNetLogo Example | |||
| style="text-align: right;" | [https://github.com/csdms/bmi-example-pynetlogo/releases/tag/0.1.1 0.1.1] | |||
| style="text-align: right;" | {{#time: Y-m-d | Feb 18, 2025}} | |||
| [[File:Green1.png|center|alt=Active]] | |||
| https://github.com/csdms/bmi-example-pynetlogo | |||
|- | |||
| [[BMI|Basic Model Interface]] AgentPy Example | |||
| style="text-align: right;" | [https://github.com/csdms/bmi-example-agentpy/releases/tag/0.1.1 0.1.1] | |||
| style="text-align: right;" | {{#time: Y-m-d | Apr 18, 2025}} | |||
| [[File:Green1.png|center|alt=Active]] | |||
| https://github.com/csdms/bmi-example-agentpy | |||
|- | |||
| [[BMI|Basic Model Interface]] Tester | |||
| style="text-align: right;" | [https://github.com/csdms/bmi-tester/releases/tag/v0.5.9 0.5.9] | |||
| style="text-align: right;" | {{#time: Y-m-d | Mar 03, 2024}} | |||
| [[File:Green1.png|center|alt=Active]] | |||
| https://github.com/csdms/bmi-tester | |||
|- | |||
| [[BMI|Basic Model Interface]] Builder | |||
| style="text-align: right;" | [https://github.com/bmi-forum/bmi-builder/releases/tag/v0.1 0.1] | |||
| style="text-align: right;" | {{#time: Y-m-d | Nov 16, 2016}} | |||
| [[File:Yellow1.png|center|alt=Inactive]] | |||
| https://github.com/bmi-forum/bmi-builder | |||
|- | |- | ||
| [[DataComponents|ERA5 Data Component]] | | [[DataComponents|ERA5 Data Component]] | ||
| style="text-align: right;" | [https://github.com/ | | style="text-align: right;" | [https://github.com/gantian127/bmi_era5/releases/tag/v0.2.1 0.2.1] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Apr 30, 2025}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/ | | https://github.com/gantian127/bmi_era5 | ||
|- | |- | ||
| [[DataComponents|GeoTiff Data Component]] | | [[DataComponents|GeoTiff Data Component]] | ||
| style="text-align: right;" | [https://github.com/csdms/bmi-geotiff/releases/tag/v0. | | style="text-align: right;" | [https://github.com/csdms/bmi-geotiff/releases/tag/v0.3.4 0.3.4] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Feb 7, 2025}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/bmi-geotiff | | https://github.com/csdms/bmi-geotiff | ||
|- | |- | ||
| [[DataComponents|GridMET Data Component]] | | [[DataComponents|GridMET Data Component]] | ||
| style="text-align: right;" | [https://github.com/ | | style="text-align: right;" | [https://github.com/csdms-contrib/gridmet_bmi/releases/tag/v0.2.1 0.2.1] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Nov 11, 2024}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/ | | https://github.com/csdms-contrib/gridmet_bmi | ||
|- | |- | ||
| [[DataComponents|NWIS Data Component]] | | [[DataComponents|NWIS Data Component]] | ||
Line 123: | Line 135: | ||
| style="text-align: right;" | [https://github.com/csdms/nwm/releases/tag/v0.1.3 0.1.3] | | style="text-align: right;" | [https://github.com/csdms/nwm/releases/tag/v0.1.3 0.1.3] | ||
| style="text-align: right;" | {{#time: Y-m-d | Mar 31, 2021}} | | style="text-align: right;" | {{#time: Y-m-d | Mar 31, 2021}} | ||
| [[File: | | [[File:Red1.png|center|alt=Retired]] | ||
| https://github.com/csdms/nwm | | https://github.com/csdms/nwm | ||
|- | |- | ||
| [[DataComponents|SoilGrids Data Component]] | | [[DataComponents|SoilGrids Data Component]] | ||
| style="text-align: right;" | [https://github.com/ | | style="text-align: right;" | [https://github.com/gantian127/soilgrids/releases/tag/v0.1.4 0.1.4] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Apr 26, 2023}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/soilgrids | | https://github.com/csdms/soilgrids | ||
|- | |- | ||
| [[DataComponents|Topography Data Component]] | | [[DataComponents|Topography Data Component]] | ||
| style="text-align: right;" | [https://github.com/csdms/bmi-topography/releases/tag/v0. | | style="text-align: right;" | [https://github.com/csdms/bmi-topography/releases/tag/v0.8.7 0.8.7] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Apr 29, 2025}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/bmi-topography | | https://github.com/csdms/bmi-topography | ||
|- | |||
| [[DataComponents|WAVEWATCH III Data Component]] | |||
| style="text-align: right;" | [https://github.com/csdms/bmi-wavewatch3/releases/tag/v0.2.0 0.2.0] | |||
| style="text-align: right;" | {{#time: Y-m-d | Jun 17, 2022}} | |||
| [[File:Green1.png|center|alt=Active]] | |||
| https://github.com/csdms/bmi-wavewatch3 | |||
|- | |- | ||
| [[CSDMS_Standard_Names|Standard Names]] | | [[CSDMS_Standard_Names|Standard Names]] | ||
| style="text-align: right;" | [https://github.com/csdms/standard_names/releases/tag/v0.2. | | style="text-align: right;" | [https://github.com/csdms/standard_names/releases/tag/v0.2.9 0.2.9] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Mar 03, 2024}} | ||
| [[File: | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/standard_names | | https://github.com/csdms/standard_names | ||
|- | |- | ||
Line 151: | Line 169: | ||
|- | |- | ||
| [[Babelizer]] | | [[Babelizer]] | ||
| style="text-align: right;" | [https://github.com/csdms/babelizer/releases/tag/v0.3. | | style="text-align: right;" | [https://github.com/csdms/babelizer/releases/tag/v0.3.9 0.3.9] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Mar 04, 2022}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/babelizer | | https://github.com/csdms/babelizer | ||
|- | |- | ||
| Model Metadata | | Model Metadata | ||
| style="text-align: right;" | [https://github.com/csdms/model_metadata/releases/tag/v0. | | style="text-align: right;" | [https://github.com/csdms/model_metadata/releases/tag/v0.8.2 0.8.2] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Oct 15, 2024}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/model_metadata | | https://github.com/csdms/model_metadata | ||
|- | |||
| Gimli Units | |||
| style="text-align: right;" | [https://github.com/mcflugen/gimli/releases/tag/v0.3.3 0.3.3] | |||
| style="text-align: right;" | {{#time: Y-m-d | Oct 4, 2024}} | |||
| [[File:Green1.png|center|alt=Active]] | |||
| https://github.com/mcflugen/gimli | |||
|- | |- | ||
| [[PyMT|Python Modeling Toolkit]] (pymt) | | [[PyMT|Python Modeling Toolkit]] (pymt) | ||
| style="text-align: right;" | [https://github.com/csdms/pymt/releases/tag/v1.3. | | style="text-align: right;" | [https://github.com/csdms/pymt/releases/tag/v1.3.2 1.3.2] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Oct 11, 2024}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/csdms/pymt | | https://github.com/csdms/pymt | ||
Line 187: | Line 211: | ||
|- | |- | ||
| [[PyMT|Python Modeling Toolkit]] GIPL component | | [[PyMT|Python Modeling Toolkit]] GIPL component | ||
| style="text-align: right;" | [https://github.com/pymt-lab/pymt_gipl/releases/tag/v0. | | style="text-align: right;" | [https://github.com/pymt-lab/pymt_gipl/releases/tag/v0.2.0 0.2.0] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Jan 25, 2025}} | ||
| [[File:Yellow1.png|center|alt=Inactive]] | | [[File:Yellow1.png|center|alt=Inactive]] | ||
| https://github.com/pymt-lab/pymt_gipl | | https://github.com/pymt-lab/pymt_gipl | ||
|- | |- | ||
| [[PyMT|Python Modeling Toolkit]] ECSimpleSnow component | | [[PyMT|Python Modeling Toolkit]] ECSimpleSnow component | ||
| style="text-align: right;" | [https://github.com/pymt-lab/pymt_ecsimplesnow/releases/tag/v0. | | style="text-align: right;" | [https://github.com/pymt-lab/pymt_ecsimplesnow/releases/tag/v0.3 0.3] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Nov 14, 2024}} | ||
| [[File:Yellow1.png|center|alt=Inactive]] | | [[File:Yellow1.png|center|alt=Inactive]] | ||
| https://github.com/pymt-lab/pymt_ecsimplesnow | | https://github.com/pymt-lab/pymt_ecsimplesnow | ||
Line 223: | Line 247: | ||
|- | |- | ||
| [[PyMT|Python Modeling Toolkit]] Permamodel component | | [[PyMT|Python Modeling Toolkit]] Permamodel component | ||
| style="text-align: right;" | [https://github.com/pymt-lab/pymt_permamodel/releases/tag/v0. | | style="text-align: right;" | [https://github.com/pymt-lab/pymt_permamodel/releases/tag/v0.2.3 0.2.3] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Nov 6, 2024}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/pymt-lab/pymt_permamodel | | https://github.com/pymt-lab/pymt_permamodel | ||
Line 257: | Line 281: | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/pymt-lab/pymt_era5 | | https://github.com/pymt-lab/pymt_era5 | ||
|- | |||
| [[PyMT|Python Modeling Toolkit]] WAVEWATCH III component | |||
| style="text-align: right;" | | |||
| style="text-align: right;" | {{#time: Y-m-d | Nov 23, 2022}} | |||
| [[File:Green1.png|center|alt=Active]] | |||
| https://github.com/pymt-lab/pymt_wavewatch3 | |||
|- | |- | ||
| [[PyMT|Python Modeling Toolkit]] GeoTiff component | | [[PyMT|Python Modeling Toolkit]] GeoTiff component | ||
| style="text-align: right;" | [https://github.com/pymt-lab/pymt_geotiff/releases/tag/v0.2 0.2] | | style="text-align: right;" | [https://github.com/pymt-lab/pymt_geotiff/releases/tag/v0.2.1 0.2.1] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Oct 22, 2024}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/pymt-lab/pymt_geotiff | | https://github.com/pymt-lab/pymt_geotiff | ||
|- | |- | ||
| [[PyMT|Python Modeling Toolkit]] Topography component | | [[PyMT|Python Modeling Toolkit]] Topography component | ||
| style="text-align: right;" | [https://github.com/pymt-lab/pymt_topography/releases/tag/v0.1 0.1] | | style="text-align: right;" | [https://github.com/pymt-lab/pymt_topography/releases/tag/v0.1.3 0.1.3] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Oct 22, 2024}} | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/pymt-lab/pymt_topography | | https://github.com/pymt-lab/pymt_topography | ||
Line 275: | Line 305: | ||
| [[File:Green1.png|center|alt=Active]] | | [[File:Green1.png|center|alt=Active]] | ||
| https://github.com/pymt-lab/pymt_gridmet | | https://github.com/pymt-lab/pymt_gridmet | ||
|- | |||
| [[PyMT|Python Modeling Toolkit]] ROMS component | |||
| style="text-align: right;" | [https://github.com/gantian127/pymt_roms/releases/tag/v0.1.1 0.1.1] | |||
| style="text-align: right;" | {{#time: Y-m-d | Oct 31, 2024}} | |||
| [[File:Green1.png|center|alt=Active]] | |||
| https://github.com/gantian127/pymt_roms | |||
|- | |- | ||
| [[PyMT|Python Modeling Toolkit]] PRMS Surface component | | [[PyMT|Python Modeling Toolkit]] PRMS Surface component | ||
Line 299: | Line 335: | ||
| [[File:Yellow1.png|center|alt=Inactive]] | | [[File:Yellow1.png|center|alt=Inactive]] | ||
| https://github.com/pymt-lab/pymt_prms_soil | | https://github.com/pymt-lab/pymt_prms_soil | ||
|- | |||
| [[PyMT|Python Modeling Toolkit]] HeatF component | |||
| style="text-align: right;" | [https://github.com/pymt-lab/pymt_heatf/releases/tag/v3.2 3.2] | |||
| style="text-align: right;" | {{#time: Y-m-d | Dec 20, 2024}} | |||
| [[File:Green1.png|center|alt=Active]] | |||
| https://github.com/pymt-lab/pymt_heatf | |||
|- | |||
| [[PyMT|Python Modeling Toolkit]] HeatC component | |||
| style="text-align: right;" | [https://github.com/pymt-lab/pymt_heatc/releases/tag/v0.5 0.5] | |||
| style="text-align: right;" | {{#time: Y-m-d | Feb 13, 2025}} | |||
| [[File:Green1.png|center|alt=Active]] | |||
| https://github.com/pymt-lab/pymt_heatc | |||
|- | |- | ||
| [[Model:Frost_Model|Frost Model]] (Permamodel Toolkit) | | [[Model:Frost_Model|Frost Model]] (Permamodel Toolkit) | ||
| style="text-align: right;" | [https://github.com/permamodel/permamodel/releases/tag/v0. | | style="text-align: right;" | [https://github.com/permamodel/permamodel/releases/tag/v0.2.2 0.2.2] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | May 12, 2023}} | ||
| [[File:Yellow1.png|center|alt=Inactive]] | | [[File:Yellow1.png|center|alt=Inactive]] | ||
| https://github.com/permamodel/permamodel | | https://github.com/permamodel/permamodel | ||
|- | |- | ||
| [[Model:Kudryavtsev_Model|Kudryavtsev Model]] (Permamodel Toolkit) | | [[Model:Kudryavtsev_Model|Kudryavtsev Model]] (Permamodel Toolkit) | ||
| style="text-align: right;" | [https://github.com/permamodel/permamodel/releases/tag/v0. | | style="text-align: right;" | [https://github.com/permamodel/permamodel/releases/tag/v0.2.2 0.2.2] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | May 12, 2023}} | ||
| [[File:Yellow1.png|center|alt=Inactive]] | | [[File:Yellow1.png|center|alt=Inactive]] | ||
| https://github.com/permamodel/permamodel | |||
|- | |||
| [[Model:Kudryavtsev_Model|KuEnhanced Model]] (Permamodel Toolkit) | |||
| style="text-align: right;" | [https://github.com/permamodel/permamodel/releases/tag/v0.2.2 0.2.2] | |||
| style="text-align: right;" | {{#time: Y-m-d | May 12, 2023}} | |||
| [[File:Green1.png|center|alt=active]] | |||
| https://github.com/permamodel/permamodel | | https://github.com/permamodel/permamodel | ||
|- | |- | ||
| [[Model:GIPL|GIPL]] (Permamodel Toolkit) | | [[Model:GIPL|GIPL]] (Permamodel Toolkit) | ||
| style="text-align: right;" | [https://github.com/permamodel/GIPL-BMI-Fortran/releases/tag/v1. | | style="text-align: right;" | [https://github.com/permamodel/GIPL-BMI-Fortran/releases/tag/v1.3.1 1.3.1] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Dec 12, 2024}} | ||
| [[File:Yellow1.png|center|alt=Inactive]] | | [[File:Yellow1.png|center|alt=Inactive]] | ||
| https://github.com/permamodel/GIPL-BMI-Fortran | | https://github.com/permamodel/GIPL-BMI-Fortran | ||
|- | |- | ||
| [[Model:ECSimpleSnow|ECSimpleSnow]] | | [[Model:ECSimpleSnow|ECSimpleSnow]] | ||
| style="text-align: right;" | [https://github.com/permamodel/Snow_BMI_Fortran/releases/tag/v1.1.2 | | style="text-align: right;" | [https://github.com/permamodel/Snow_BMI_Fortran/releases/tag/v1.2.1 1.2.1] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Jan 23, 2025}} | ||
| [[File:Yellow1.png|center|alt=Inactive]] | | [[File:Yellow1.png|center|alt=Inactive]] | ||
| https://github.com/permamodel/Snow_BMI_Fortran | | https://github.com/permamodel/Snow_BMI_Fortran | ||
Line 355: | Line 409: | ||
|- | |- | ||
| py-scripting | | py-scripting | ||
| style="text-align: right;" | [https://github.com/csdms/py-scripting/releases/tag/v0.2. | | style="text-align: right;" | [https://github.com/csdms/py-scripting/releases/tag/v0.2.6 0.2.6] | ||
| style="text-align: right;" | {{#time: Y-m-d | | | style="text-align: right;" | {{#time: Y-m-d | Dec 12, 2023}} | ||
| [[File:Yellow1.png|center|alt=Inactive]] | | [[File:Yellow1.png|center|alt=Inactive]] | ||
| https://github.com/csdms/py-scripting | | https://github.com/csdms/py-scripting | ||
Line 401: | Line 455: | ||
| [[File:Red1.png|center|alt=Retired]] | | [[File:Red1.png|center|alt=Retired]] | ||
| https://github.com/csdms/wmt | | https://github.com/csdms/wmt | ||
|} | |||
<!--- | |||
|- | |- | ||
| csdms-stack | | csdms-stack | ||
Line 443: | Line 500: | ||
| [[File:Red1.png|center|alt=Retired]] | | [[File:Red1.png|center|alt=Retired]] | ||
| https://github.com/csdms/bob | | https://github.com/csdms/bob | ||
---> |
Latest revision as of 11:56, 23 May 2025
CSDMS Software Dashboard
The CSDMS Integration Facility develops and maintains many software products, often in collaboration with community members. The Table below lists these products, along with their current version, release date, development status, and source code repository.