Skip to content

Commit

Permalink
Fix up changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Nov 9, 2023
1 parent 6e1dd18 commit 3c0a387
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [2.10.0] - 2023-11-09

- Update to `components.yaml` to match (or exceed) GEOSgcm `main` as of 2023-11-09
- ESMA_env v4.20.4 → v4.20.6
- More fixes for build.csh
- ESMA_cmake v3.35.0 → v3.36.0
- Fixes for Intel icx and on macOS Rosetta
- GMAO_Shared v1.9.5 → v1.9.6
- Fixes for regrid.pl on SLES15
- MAPL v2.41.1 → v2.42.0
- Various workarounds for building MAPL with MPICH
- Added a new benchmark to simulate writing a cubed-sphere file using various tunable strategies
- Introduced workaround for Intel 2021.10 bug in generic layer.
- Updated write_by_oserver logic so that the decision to write by the oserver is based on whether the output server client is passed in
- Fixed incorrect History print during runtime
- fvdycore geos/v2.6.0 → geos/v2.7.0
- Add new algorithm for computing coordinates (disabled by default)

## [2.9.0] - 2023-10-25

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

if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
Expand Down

0 comments on commit 3c0a387

Please sign in to comment.