From 9990eb784b71ac4d50e7363d732e569ab64dd958 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 13 Jul 2026 12:44:10 -0400 Subject: [PATCH 1/3] Update components to match GEOSgcm as of 2026-Jul-13 --- components.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components.yaml b/components.yaml index 9e08555d..a2735e8f 100644 --- a/components.yaml +++ b/components.yaml @@ -11,32 +11,32 @@ env: cmake: local: ./@cmake remote: ../ESMA_cmake.git - tag: v3.75.0 + tag: v4.41.0 develop: develop ecbuild: local: ./@cmake/@ecbuild remote: ../ecbuild.git - tag: geos/v1.4.0 + tag: geos/v3.13.1 NCEP_Shared: local: ./src/Shared/@NCEP_Shared remote: ../NCEP_Shared.git - tag: v1.4.0 + tag: v1.5.0 sparse: ./config/NCEP_Shared.sparse develop: main GMAO_Shared: local: ./src/Shared/@GMAO_Shared remote: ../GMAO_Shared.git - tag: v2.1.6 + tag: v3.0.0 sparse: ./config/GMAO_Shared.sparse develop: main GEOS_Util: local: ./src/Shared/@GMAO_Shared/@GEOS_Util remote: ../GEOS_Util.git - tag: v2.1.15 + tag: v3.0.0 sparse: ./config/GEOS_Util.sparse develop: main @@ -51,7 +51,7 @@ GMAO_perllib: MAPL: local: ./src/Shared/@MAPL remote: ../MAPL.git - tag: v2.69.1 + tag: v2.70.0 develop: release/v2 GEOSldas_GridComp: From 0def06b8f7346347ab69d221c621ba720624aa4d Mon Sep 17 00:00:00 2001 From: Biljana Orescanin <68251545+biljanaorescanin@users.noreply.github.com> Date: Wed, 15 Jul 2026 12:34:12 -0400 Subject: [PATCH 2/3] update for gcc15 fix --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index a2735e8f..ca0c2f2b 100644 --- a/components.yaml +++ b/components.yaml @@ -63,6 +63,6 @@ GEOSldas_GridComp: GEOSgcm_GridComp: local: ./src/Components/@GEOSgcm_GridComp remote: ../GEOSgcm_GridComp.git - branch: develop + branch: bugfix/rreichle/routing_gcc15 sparse: ./config/GEOSgcm_GridComp_ldas.sparse develop: develop From 5285d7893fa7725619abb01c2a63530e94256179 Mon Sep 17 00:00:00 2001 From: Rolf Reichle <54944691+gmao-rreichle@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:28:58 -0400 Subject: [PATCH 3/3] Switch back to "develop" branch of GEOSgcm_GridComp in prep for merging (components.yaml) --- components.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.yaml b/components.yaml index ca0c2f2b..a2735e8f 100644 --- a/components.yaml +++ b/components.yaml @@ -63,6 +63,6 @@ GEOSldas_GridComp: GEOSgcm_GridComp: local: ./src/Components/@GEOSgcm_GridComp remote: ../GEOSgcm_GridComp.git - branch: bugfix/rreichle/routing_gcc15 + branch: develop sparse: ./config/GEOSgcm_GridComp_ldas.sparse develop: develop