Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
| Repository | Version |
| ---------- | ------- |
| [ACHEM](https://github.com/GEOS-ESM/ACHEM) | [v1.0.1](https://github.com/GEOS-ESM/ACHEM/releases/tag/v1.0.1) |
| [Aerosol_ExtData](https://github.com/GEOS-ESM/Aerosol_ExtData) | [v1.0.0](https://github.com/GEOS-ESM/Aerosol_ExtData/releases/tag/v1.0.0) |
| [CARMA](https://github.com/GEOS-ESM/CARMA) | [v1.1.0](https://github.com/GEOS-ESM/CARMA/releases/tag/v1.1.0) |
| [CICE](https://github.com/GEOS-ESM/CICE) | [geos/v0.2.0](https://github.com/GEOS-ESM/CICE/releases/tag/geos%2Fv0.2.0) |
| [CPLFCST_Etc](https://github.com/GEOS-ESM/CPLFCST_Etc) | [v1.0.1](https://github.com/GEOS-ESM/CPLFCST_Etc/releases/tag/v1.0.1) |
Expand Down
18 changes: 14 additions & 4 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ fvdycore:
GEOSchem_GridComp:
local: ./src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/@GEOSchem_GridComp
remote: ../GEOSchem_GridComp.git
tag: GCMv12-rc25
#tag: GCMv12-rc25
branch: feature/v12-move-extdata-yaml
develop: feature/sdrabenh/gcm_v12

HEMCO:
Expand All @@ -105,8 +106,16 @@ geos-chem:
GOCART:
local: ./src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/@GEOSchem_GridComp/@GOCART
remote: ../GOCART.git
tag: GCMv12-rc25
develop: feature/sdrabenh/gcm_v12
#tag: GCMv12-rc25
branch: feature/v12-move-extdata-yaml
develop: develop

Aerosol_ExtData:
local: ./src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/@GEOSchem_GridComp/@Aerosol_ExtData
remote: ../Aerosol_ExtData.git
#tag: GCMv12-rc25
branch: feature/v12-move-extdata-yaml
develop: develop

QuickChem:
local: ./src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/@GEOSchem_GridComp/@QuickChem
Expand Down Expand Up @@ -165,7 +174,8 @@ GAAS:
ACHEM:
local: ./src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/@GEOSchem_GridComp/@ACHEM
remote: ../ACHEM.git
tag: v1.0.1
#tag: v1.0.1
branch: feature/v12-move-extdata-yaml
develop: develop

GEOS_OceanGridComp:
Expand Down
Loading