Skip to content

Commit

Permalink
Merge pull request #2590 from GEOS-ESM/feature/mathomp4/prepare-for-2…
Browse files Browse the repository at this point in the history
….44-release

Prepare for 2.44.0 Release
  • Loading branch information
tclune authored Feb 8, 2024
2 parents 672f440 + fc051cf commit 1a2f909
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Fixed

### Removed

### Deprecated

## [2.44.0] - 2024-02-08

### Added

- Added nf90 interface to read and write 1d string
- Convert from ABI Fixed Grid to lon/lat coordinates used in MAPL_XYGridFactory (supporting geostationary GOES-R series)
- Modify trajectory sampler for a collection with multiple platforms: P3B (air craft) + FIREX
Expand Down Expand Up @@ -53,11 +65,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed failing tests for `field_utils`.
- Various fixes for NVHPC work


### Removed

### Deprecated

## [2.43.2] - 2024-02-06

### 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.43.2
VERSION 2.44.0
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 1a2f909

Please sign in to comment.