Skip to content

Commit

Permalink
Updates for SCU17
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Oct 25, 2023
1 parent 8affd0a commit 4a59349
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [2.9.0] - 2023-10-25

### Changed

- Update to `components.yaml` for SLES15 support at NCCS (matches or exceeds GEOSgcm v11.3.1)
- ESMA_env v4.19.0 → v4.20.4
- Updates for SCU17 Support at NCCS
- ESMA_cmake v3.34.0 → v3.35.0
- Updates for SCU17 Support at NCCS
- GMAO_Shared v1.9.4 → v1.9.5
- Updates for SCU17 Support at NCCS
- MAPL v2.41.0 → v2.41.1
- Fix missing status check
- FVdycoreCubed_GridComp v2.7.0 → v2.8.0
- Updates for SCU17 Support at NCCS

## [2.8.0] - 2023-10-03

### Changed
Expand Down
10 changes: 5 additions & 5 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ GEOSfvdycore:
env:
local: ./@env
remote: ../ESMA_env.git
tag: v4.19.0
tag: v4.20.4
develop: main

cmake:
local: ./@cmake
remote: ../ESMA_cmake.git
tag: v3.34.0
tag: v3.35.0
develop: develop

ecbuild:
Expand All @@ -22,7 +22,7 @@ ecbuild:
GMAO_Shared:
local: ./src/Shared/@GMAO_Shared
remote: ../GMAO_Shared.git
tag: v1.9.4
tag: v1.9.5
sparse: ./config/GMAO_Shared.sparse
develop: main

Expand All @@ -35,7 +35,7 @@ GEOS_Util:
MAPL:
local: ./src/Shared/@MAPL
remote: ../MAPL.git
tag: v2.41.0
tag: v2.41.1
develop: develop

FMS:
Expand All @@ -47,7 +47,7 @@ FMS:
FVdycoreCubed_GridComp:
local: ./src/Components/@FVdycoreCubed_GridComp
remote: ../FVdycoreCubed_GridComp.git
tag: v2.7.0
tag: v2.8.0
develop: develop

fvdycore:
Expand Down

0 comments on commit 4a59349

Please sign in to comment.