Skip to content

Commit

Permalink
Merge pull request #172 from GEOS-ESM/feature/sanAkel/add-MOM6
Browse files Browse the repository at this point in the history
Add MOM6
  • Loading branch information
sdrabenh authored Jul 17, 2020
2 parents 8a24e51 + 8c7e614 commit 6354ebf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protocol = git
required = True
repo_url = [email protected]:GEOS-ESM/GEOSgcm_GridComp.git
local_path = ./src/Components/@GEOSgcm_GridComp
tag = v1.9.0
tag = v1.10.0
protocol = git
externals = Externals.cfg
sparse = ../../../config/GEOSgcm_GridComp.sparse
Expand All @@ -56,7 +56,7 @@ sparse = ../../../config/GEOSgcm_GridComp.sparse
required = True
repo_url = [email protected]:GEOS-ESM/GEOSgcm_App.git
local_path = ./src/Applications/@GEOSgcm_App
tag = v1.3.5
tag = v1.3.6
protocol = git

[UMD_Etc]
Expand Down
13 changes: 10 additions & 3 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ FMS:
GEOSgcm_GridComp:
local: ./src/Components/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
tag: v1.9.0
tag: v1.10.0
sparse: ./config/GEOSgcm_GridComp.sparse
develop: develop

Expand All @@ -69,13 +69,20 @@ GEOSchem_GridComp:
mom:
local: ./src/Components/@GEOSgcm_GridComp/GEOSogcm_GridComp/GEOSocean_GridComp/GuestOcean_GridComp/MOM_GEOS5PlugMod/@mom
remote: ../MOM5.git
tag: geos/v1.0.3
tag: geos/5.1.0+1.1.0
develop: geos5

mom6:
local: ./src/Components/@GEOSgcm_GridComp/GEOSogcm_GridComp/GEOSocean_GridComp/GuestOcean_GridComp/MOM6_GEOSPlug/@mom6
remote: ../MOM6.git
tag: geos/v1.0.0
develop: geos
recurse_submodules: True

GEOSgcm_App:
local: ./src/Applications/@GEOSgcm_App
remote: ../GEOSgcm_App.git
tag: v1.3.5
tag: v1.3.6
develop: develop

UMD_Etc:
Expand Down

0 comments on commit 6354ebf

Please sign in to comment.