Skip to content

Commit

Permalink
Merge pull request #75 from GEOS-ESM/feature/mathomp4/update-componen…
Browse files Browse the repository at this point in the history
…ts-match-v11

Update components to match GEOSgcm v11
  • Loading branch information
mathomp4 authored Jun 1, 2023
2 parents e31f973 + 17960d0 commit 893b831
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [2.4.0] - 2023-06-01

### Changed

- Update to `components.yaml` to match GEOSgcm v11.0.3
- ESMA_env v4.9.1 → v4.9.3
- ESMA_cmake v3.28.0 → v3.29.0
- MAPL v2.38.1 → v2.39.1
- FVdycoreCubed_GridComp v2.3.0 → v2.4.1
- GEOS_Util v1.1.1 → v2.0.0
- NOTE: FVdycoreCubed_GridComp is v2.4.0 with the GCM, but v2.4.1 has fixes for the FV3 standalone

## [2.3.0] - 2023-05-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW)

project (
GEOSfvdycore
VERSION 2.3.0
VERSION 2.4.0
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
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.9.1
tag: v4.9.3
develop: main

cmake:
local: ./@cmake
remote: ../ESMA_cmake.git
tag: v3.28.0
tag: v3.29.0
develop: develop

ecbuild:
Expand All @@ -29,13 +29,13 @@ GMAO_Shared:
GEOS_Util:
local: ./src/Shared/@GMAO_Shared/@GEOS_Util
remote: ../GEOS_Util.git
tag: v1.1.1
tag: v2.0.0
develop: main

MAPL:
local: ./src/Shared/@MAPL
remote: ../MAPL.git
tag: v2.38.1
tag: v2.39.1
develop: develop

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

fvdycore:
Expand Down

0 comments on commit 893b831

Please sign in to comment.