Skip to content

Commit

Permalink
Merge pull request #2239 from GEOS-ESM/fix-up-cmake-for-2.39.6-release
Browse files Browse the repository at this point in the history
Fixes for 2.39.6 Release
  • Loading branch information
tclune committed Jul 18, 2023
2 parents da97476 + b70c31c commit 46a6dd2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Relaxed restriction in the tripolar grid factory so that grids can be made even when the decomposition deos not evenly divide the grid dimension so that the factory can be used in utilities where the core count makes such a condition impossible to satisfiy

### Fixed
- Fix a bug in time\_ave\_util.x so that it can work with files with no veritcal coordinate

### Removed

### Deprecated

## [2.39.6] - 2023-07-18

### Changed

- Relaxed restriction in the tripolar grid factory so that grids can be made even when the decomposition deos not evenly divide the grid dimension so that the factory can be used in utilities where the core count makes such a condition impossible to satisfiy

### Fixed

- Fix a bug in `time_ave_util.x` so that it can work with files with no vertical coordinate

## [2.39.5] - 2023-07-10

### Fixed
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.39.5
VERSION 2.39.6
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 46a6dd2

Please sign in to comment.