Skip to content

Commit

Permalink
check userRC in MAPL_GenericInitialize
Browse files Browse the repository at this point in the history
  • Loading branch information
bena-nasa committed Sep 22, 2022
1 parent fe66849 commit a6e9ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed bug that required a /dev/null ExtData entry to still have a file variable name
- Fixed bug with checking for duplicate alias in collection
- Added protection in History to only allow `instantaneous` or `time-averaged` modes
- Check userRC after ESMF_GridCompInitialize in MAPL_GenericInitialize

### Added

Expand Down
1 change: 1 addition & 0 deletions generic/MAPL_Generic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,7 @@ recursive subroutine initialize_children_and_couplers(rc)
exportState=child_export_state, &
clock=CLOCK, PHASE=CHLDMAPL(I)%PTR%PHASE_INIT(PHASE), &
userRC=userRC, __RC__ )
_VERIFY(userRC)
call MAPL_TimerOff(STATE,trim(CHILD_NAME))
end if
end do
Expand Down

0 comments on commit a6e9ea3

Please sign in to comment.