Skip to content

Commit

Permalink
Merge pull request #2490 from GEOS-ESM/feature/bmauer/fixes-#2487
Browse files Browse the repository at this point in the history
fixes #2487
  • Loading branch information
mathomp4 committed Dec 11, 2023
2 parents 049a87b + 2a41d2d commit 22c1714
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fixed bug broken multi-step file output in History under certain template conditions
- [#2433] Implemented workarounds for gfortran-13
- Missing TARGET in GriddedIO - exposed runtime error when using NAG + debug.

Expand Down
2 changes: 0 additions & 2 deletions gridcomps/History/MAPL_HistoryGridComp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3606,8 +3606,6 @@ subroutine Run ( gc, import, export, clock, rc )
state_out = INTSTATE%GIM(n)
end if

list(n)%currentFile = filename(n)

if (.not.list(n)%timeseries_output) then
IOTYPE: if (list(n)%unit < 0) then ! CFIO
call list(n)%mGriddedIO%bundlepost(list(n)%currentFile,oClients=o_Clients,_RC)
Expand Down

0 comments on commit 22c1714

Please sign in to comment.