From 785cd3cb8015866b95b809492f06fff281c7f946 Mon Sep 17 00:00:00 2001 From: biljanaorescanin Date: Thu, 18 Dec 2025 11:32:53 -0500 Subject: [PATCH 1/2] test GEOSgcm_GridComp to GCMv12 for develop --- components.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/components.yaml b/components.yaml index 4fa50a73..b741871c 100644 --- a/components.yaml +++ b/components.yaml @@ -5,19 +5,19 @@ GEOSldas: env: local: ./@env remote: ../ESMA_env.git - tag: v5.13.0 + tag: v5.16.0 develop: main cmake: local: ./@cmake remote: ../ESMA_cmake.git - tag: v3.64.0 + tag: v4.29.0 develop: develop ecbuild: local: ./@cmake/@ecbuild remote: ../ecbuild.git - tag: geos/v1.4.0 + tag: geos/v3.11.0 NCEP_Shared: local: ./src/Shared/@NCEP_Shared @@ -29,14 +29,14 @@ NCEP_Shared: GMAO_Shared: local: ./src/Shared/@GMAO_Shared remote: ../GMAO_Shared.git - tag: v2.1.4 + tag: GCMv12-rc21 sparse: ./config/GMAO_Shared.sparse develop: main GEOS_Util: local: ./src/Shared/@GMAO_Shared/@GEOS_Util remote: ../GEOS_Util.git - tag: v2.1.10 + tag: GCMv12-rc21 sparse: ./config/GEOS_Util.sparse develop: main @@ -51,7 +51,7 @@ GMAO_perllib: MAPL: local: ./src/Shared/@MAPL remote: ../MAPL.git - tag: v2.63.1 + tag: v2.64.0 develop: develop GEOSldas_GridComp: @@ -63,6 +63,6 @@ GEOSldas_GridComp: GEOSgcm_GridComp: local: ./src/Components/@GEOSgcm_GridComp remote: ../GEOSgcm_GridComp.git - branch: develop + branch: GCMv12-rc21 sparse: ./config/GEOSgcm_GridComp_ldas.sparse develop: develop From 1dda342d2adb6d233df991fc22622eade11a1937 Mon Sep 17 00:00:00 2001 From: Rolf Reichle <54944691+gmao-rreichle@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:15:47 -0500 Subject: [PATCH 2/2] Reverting env & cmake to current versions used in GEOSldas (components.yaml) --- components.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components.yaml b/components.yaml index b741871c..23c1fabe 100644 --- a/components.yaml +++ b/components.yaml @@ -5,19 +5,19 @@ GEOSldas: env: local: ./@env remote: ../ESMA_env.git - tag: v5.16.0 + tag: v5.13.0 develop: main cmake: local: ./@cmake remote: ../ESMA_cmake.git - tag: v4.29.0 + tag: v3.64.0 develop: develop ecbuild: local: ./@cmake/@ecbuild remote: ../ecbuild.git - tag: geos/v3.11.0 + tag: geos/v1.4.0 NCEP_Shared: local: ./src/Shared/@NCEP_Shared