Skip to content

Commit

Permalink
Merge pull request #1274 from GEOS-ESM/feature/mathomp4/update-for-2151
Browse files Browse the repository at this point in the history
Prepare for 2.15.1 release
  • Loading branch information
mathomp4 authored Jan 6, 2022
2 parents c6e5c23 + 1c7719c commit daa33a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Removed

### Deprecated

## [2.15.1] - 2022-01-06

### Changed

- Changes to make MAPL 2 History output match GEOS FP file spec
- Coordinate Variables
- `lon` and `lat` are now 64-bit (double) in lat-lon History files rather than 32-bit (single)
Expand All @@ -29,10 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `Title`, `History`, `Source`, `Contact`, `Convention`, `Institution`, `References`, `Filename`, `Comment`
- These currently have hardcoded values roughly equivalent to the GEOS FP 5.27 output

### Removed

### Deprecated

## [2.15.0] - 2022-01-04

### Fixed
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 (
MAPL
VERSION 2.15.0
VERSION 2.15.1
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

# Set the default build type to release
Expand Down

0 comments on commit daa33a5

Please sign in to comment.