Skip to content

Commit

Permalink
Update to match GEOSgcm as of 2024Jul15
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jul 15, 2024
1 parent 803b659 commit a9ecabe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -35,5 +35,5 @@ GMAO_Shared:
MAPL:
local: ./ESMF/Shared/MAPL@
remote: ../MAPL.git
tag: v2.44.0
tag: v2.47.0
develop: develop

0 comments on commit a9ecabe

Please sign in to comment.