Skip to content

Commit

Permalink
Merge pull request #68 from GEOS-ESM/feature/mathomp4/update-componen…
Browse files Browse the repository at this point in the history
…ts-fv3stand-2023Apr03

Update to MAPL 2.37.0, FV3 GC v2.2.2, fvdycore geos/v2.3.0
  • Loading branch information
mathomp4 authored Apr 7, 2023
2 parents 83122da + 85d94d3 commit e40dd48
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [2.2.0] - 2023-04-03

### Changed

- Update to `components.yaml`
- MAPL v2.36.0 → v2.37.0
- FVdycoreCubed_GridComp v2.2.0 → v2.2.2
- fvdycore geos/v2.2.0 → geos/v2.3.0

## [2.1.0] - 2023-03-29

### 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.0.0
VERSION 2.2.0
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
Expand Down
8 changes: 4 additions & 4 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ GMAO_Shared:
GEOS_Util:
local: ./src/Shared/@GMAO_Shared/@GEOS_Util
remote: ../GEOS_Util.git
tag: v1.1.0
tag: v1.1.1
develop: main

MAPL:
local: ./src/Shared/@MAPL
remote: ../MAPL.git
tag: v2.36.0
tag: v2.37.0
develop: develop

FMS:
Expand All @@ -47,12 +47,12 @@ FMS:
FVdycoreCubed_GridComp:
local: ./src/Components/@FVdycoreCubed_GridComp
remote: ../FVdycoreCubed_GridComp.git
tag: v2.2.0
tag: v2.2.2
develop: develop

fvdycore:
local: ./src/Components/@FVdycoreCubed_GridComp/@fvdycore
remote: ../GFDL_atmos_cubed_sphere.git
tag: geos/v2.2.0
tag: geos/v2.3.0
develop: geos/develop

0 comments on commit e40dd48

Please sign in to comment.