Skip to content

Commit

Permalink
Merge pull request #2399 from GEOS-ESM/hotfix/bmauer/fixes-#2398
Browse files Browse the repository at this point in the history
Fixes #2398
  • Loading branch information
bena-nasa authored Oct 4, 2023
2 parents 6c718d2 + 9e81463 commit d1cdaa4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [2.41.1] - 2023-10-04

### Fixed

- Adding missing check on the return status when reading import checkpoint in MAPL\_GenericInitialize

## [2.41.0] - 2023-09-22

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

# Set the possible values of build type for cmake-gui
Expand Down
1 change: 1 addition & 0 deletions generic/MAPL_Generic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1613,6 +1613,7 @@ subroutine create_import_and_initialize_state_variables(rc)
if (MAPL_AM_I_Root(VM)) then
call ESMF_StatePrint(Import)
end if
_RETURN(ESMF_FAILURE)
end if
endif
end if
Expand Down

0 comments on commit d1cdaa4

Please sign in to comment.