Skip to content

Commit

Permalink
Merge pull request #3399 from GEOS-ESM/develop
Browse files Browse the repository at this point in the history
GitFlow: Merge develop into main for 2.54.1 release
  • Loading branch information
mathomp4 authored Feb 7, 2025
2 parents 66d67f6 + c9d17a6 commit 61f9fc4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Apps/MAPL_GridCompSpecs_ACG.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ def get_mandatory_options(cls):
'FRIENDLYTO': ('friendlyto', string_emit),
'FRIEND2': ('friendlyto', string_emit),
'HALOWIDTH': ('halowidth',),
'NUM_SUBTILES': ('num_subtitles',),
'NUMSUBS': ('num_subtitles',),
'NUM_SUBTILES': ('num_subtiles',),
'NUMSUBS': ('num_subtiles',),
'PRECISION': ('precision',),
'PREC': ('precision',),
'REFRESH_INTERVAL': ('refresh_interval',),
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [2.54.1] - 2025-02-07

- Fix typo in ACG: 'num_subtitles' => 'num_subtiles'

## [2.54.0] - 2025-02-07

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

project (
MAPL
VERSION 2.54.0
VERSION 2.54.1
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

# Set the possible values of build type for cmake-gui
Expand Down

0 comments on commit 61f9fc4

Please sign in to comment.