diff --git a/Externals.cfg b/Externals.cfg index 4405eb5e..df678efe 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -47,7 +47,7 @@ protocol = git required = True repo_url = git@github.com: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 @@ -56,7 +56,7 @@ sparse = ../../../config/GEOSgcm_GridComp.sparse required = True repo_url = git@github.com:GEOS-ESM/GEOSgcm_App.git local_path = ./src/Applications/@GEOSgcm_App -tag = v1.3.5 +tag = v1.3.6 protocol = git [UMD_Etc] diff --git a/components.yaml b/components.yaml index dd4aad4b..b37700dc 100644 --- a/components.yaml +++ b/components.yaml @@ -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 @@ -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: