From 803b6594c22e1036f8f382bc31e8bcfacef765a9 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 11 Mar 2024 14:36:16 -0400 Subject: [PATCH 1/5] Update components to match GEOSgcm v11.5.2 --- CHANGELOG.md | 10 +++++----- components.yaml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f024e945..9f678573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -Modified ExtData.yaml files to persist as climatological anthropogenic emissions after the end of the CEDS dataset in 2019. Analogous rc files removed as this capability is only available with ExtData2G -- Update `components.yaml` to match that of GEOSgcm v11.3.3 - - ESMA_env v4.20.6 (Baselibs 7.14.0, Updates for SLES15 at NCCS) - - ESMA_cmake v3.36.0 (Fixes for NAS, debug flags, Updates for SLES15 at NCCS) - - GMAO_Shared v1.9.6 (Bug fix for MITgcm, CI fixes, SLES15 Updates) - - MAPL 2.42.0 (Various fixes and features) +- Update `components.yaml` to match that of GEOSgcm v11.5.2 + - ESMA_env v4.25.1 (Baselibs 7.17.1, Updates for SLES15 at NCCS, various fixes) + - ESMA_cmake v3.41.0 (Fixes for NAS, debug flags, Updates for SLES15 at NCCS, MPI detection) + - GMAO_Shared v1.9.7 (Bug fix for MITgcm, CI fixes, SLES15 Updates) + - MAPL 2.44.0 (Various fixes and features) - Update CI to use Baselibs by default from CircleCI Orb - Correct soil moisture parameterization in FENGSHA - Add `soil_moisture_factor` to the DU2G_instance_DU.rc (same name used in the K14 scheme) and DU2G_GridCompMod.F90 files for FENGSHA diff --git a/components.yaml b/components.yaml index faf25a7d..50a0cfbf 100644 --- a/components.yaml +++ b/components.yaml @@ -5,13 +5,13 @@ GOCART: env: local: ./env@ remote: ../ESMA_env.git - tag: v4.24.0 + tag: v4.25.1 develop: main cmake: local: ./cmake@ remote: ../ESMA_cmake.git - tag: v3.36.0 + tag: v3.41.0 develop: develop ecbuild: @@ -28,12 +28,12 @@ HEMCO: GMAO_Shared: local: ./ESMF/Shared/GMAO_Shared@ remote: ../GMAO_Shared.git - tag: v1.9.6 + tag: v1.9.7 sparse: ./config/GMAO_Shared.sparse develop: main MAPL: local: ./ESMF/Shared/MAPL@ remote: ../MAPL.git - tag: v2.43.0 + tag: v2.44.0 develop: develop From a9ecabe79cb55fd167158b4cad82fb166572822c Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 15 Jul 2024 12:10:18 -0400 Subject: [PATCH 2/5] Update to match GEOSgcm as of 2024Jul15 --- CHANGELOG.md | 6 +++--- components.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f678573..47cb7c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,10 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -Modified ExtData.yaml files to persist as climatological anthropogenic emissions after the end of the CEDS dataset in 2019. Analogous rc files removed as this capability is only available with ExtData2G - Update `components.yaml` to match that of GEOSgcm v11.5.2 - - ESMA_env v4.25.1 (Baselibs 7.17.1, Updates for SLES15 at NCCS, various fixes) - - ESMA_cmake v3.41.0 (Fixes for NAS, debug flags, Updates for SLES15 at NCCS, MPI detection) + - ESMA_env v4.29.0 (Baselibs 7.24.0, Updates for SLES15 at NCCS, various fixes) + - ESMA_cmake v3.46.0 (Fixes for NAS, debug flags, Updates for SLES15 at NCCS, MPI detection, ESMF CMake fixes for Spack) - GMAO_Shared v1.9.7 (Bug fix for MITgcm, CI fixes, SLES15 Updates) - - MAPL 2.44.0 (Various fixes and features) + - MAPL 2.47.0 (Various fixes and features, support for Spack) - Update CI to use Baselibs by default from CircleCI Orb - Correct soil moisture parameterization in FENGSHA - Add `soil_moisture_factor` to the DU2G_instance_DU.rc (same name used in the K14 scheme) and DU2G_GridCompMod.F90 files for FENGSHA diff --git a/components.yaml b/components.yaml index 50a0cfbf..a26ecd8d 100644 --- a/components.yaml +++ b/components.yaml @@ -5,13 +5,13 @@ GOCART: env: local: ./env@ remote: ../ESMA_env.git - tag: v4.25.1 + tag: v4.29.0 develop: main cmake: local: ./cmake@ remote: ../ESMA_cmake.git - tag: v3.41.0 + tag: v3.46.0 develop: develop ecbuild: @@ -35,5 +35,5 @@ GMAO_Shared: MAPL: local: ./ESMF/Shared/MAPL@ remote: ../MAPL.git - tag: v2.44.0 + tag: v2.47.0 develop: develop From ee548553618e019f136b7a81bbbefaa8ddbec3e5 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 15 Jul 2024 12:53:11 -0400 Subject: [PATCH 3/5] Update to ESMA_cmake v3.48.0 --- CHANGELOG.md | 2 +- components.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47cb7c3a..3eaf7981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update `components.yaml` to match that of GEOSgcm v11.5.2 - ESMA_env v4.29.0 (Baselibs 7.24.0, Updates for SLES15 at NCCS, various fixes) - - ESMA_cmake v3.46.0 (Fixes for NAS, debug flags, Updates for SLES15 at NCCS, MPI detection, ESMF CMake fixes for Spack) + - ESMA_cmake v3.48.0 (Fixes for NAS, debug flags, Updates for SLES15 at NCCS, MPI detection, ESMF and MPI CMake fixes for Spack) - GMAO_Shared v1.9.7 (Bug fix for MITgcm, CI fixes, SLES15 Updates) - MAPL 2.47.0 (Various fixes and features, support for Spack) - Update CI to use Baselibs by default from CircleCI Orb diff --git a/components.yaml b/components.yaml index a26ecd8d..f131655b 100644 --- a/components.yaml +++ b/components.yaml @@ -11,7 +11,7 @@ env: cmake: local: ./cmake@ remote: ../ESMA_cmake.git - tag: v3.46.0 + tag: v3.48.0 develop: develop ecbuild: From 68e4a0f094c2ac15afaf2b0e0bdb0ce6227b49f8 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 12 Aug 2024 13:28:19 -0400 Subject: [PATCH 4/5] Update components.yaml to match GEOSgcm main as of 2024-Aug-12 --- components.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components.yaml b/components.yaml index f131655b..5330f040 100644 --- a/components.yaml +++ b/components.yaml @@ -28,12 +28,12 @@ HEMCO: GMAO_Shared: local: ./ESMF/Shared/GMAO_Shared@ remote: ../GMAO_Shared.git - tag: v1.9.7 + tag: v1.9.8 sparse: ./config/GMAO_Shared.sparse develop: main MAPL: local: ./ESMF/Shared/MAPL@ remote: ../MAPL.git - tag: v2.47.0 + tag: v2.47.1 develop: develop From a32a913053d41e506ee676423e576f4682ed5b53 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 12 Aug 2024 13:34:49 -0400 Subject: [PATCH 5/5] Update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eaf7981..0097b53d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -Modified ExtData.yaml files to persist as climatological anthropogenic emissions after the end of the CEDS dataset in 2019. Analogous rc files removed as this capability is only available with ExtData2G -- Update `components.yaml` to match that of GEOSgcm v11.5.2 +- Update `components.yaml` to match that of GEOSgcm v11.6.1 - ESMA_env v4.29.0 (Baselibs 7.24.0, Updates for SLES15 at NCCS, various fixes) - ESMA_cmake v3.48.0 (Fixes for NAS, debug flags, Updates for SLES15 at NCCS, MPI detection, ESMF and MPI CMake fixes for Spack) - - GMAO_Shared v1.9.7 (Bug fix for MITgcm, CI fixes, SLES15 Updates) - - MAPL 2.47.0 (Various fixes and features, support for Spack) + - GMAO_Shared v1.9.8 (Bug fix for MITgcm, CI fixes, SLES15 Updates) + - MAPL 2.47.1 (Various fixes and features, support for Spack) - Update CI to use Baselibs by default from CircleCI Orb - Correct soil moisture parameterization in FENGSHA - Add `soil_moisture_factor` to the DU2G_instance_DU.rc (same name used in the K14 scheme) and DU2G_GridCompMod.F90 files for FENGSHA