Skip to content

Commit

Permalink
update to match v11.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Dec 1, 2023
1 parent eea1b97 commit f84a6dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update `components.yaml` to match that of GEOSgcm v11.2.0
- ESMA_env v4.19.0 (Baselibs 7.14.0)
- ESMA_cmake v3.31.1 (Fixes for NAS, debug flags)
- GMAO_Shared v1.9.2 (Bug fix for MITgcm, CI fixes)
- MAPL 2.40.3 (Various fixes and features)
- 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 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
8 changes: 4 additions & 4 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.19.0
tag: v4.20.6
develop: main

cmake:
local: ./cmake@
remote: ../ESMA_cmake.git
tag: v3.31.1
tag: v3.36.0
develop: develop

ecbuild:
Expand All @@ -28,12 +28,12 @@ HEMCO:
GMAO_Shared:
local: ./ESMF/Shared/GMAO_Shared@
remote: ../GMAO_Shared.git
tag: v1.9.2
tag: v1.9.6
sparse: ./config/GMAO_Shared.sparse
develop: main

MAPL:
local: ./ESMF/Shared/MAPL@
remote: ../MAPL.git
tag: v2.40.3
tag: v2.42.0
develop: develop

0 comments on commit f84a6dc

Please sign in to comment.