Skip to content

Commit

Permalink
fixs #3131
Browse files Browse the repository at this point in the history
  • Loading branch information
bena-nasa committed Oct 28, 2024
1 parent 3baff6e commit 087b3ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Fixed bug with cycle plament in coupler loop in History

### Fixed

### Removed
Expand Down
2 changes: 1 addition & 1 deletion gridcomps/History/MAPL_HistoryGridComp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3394,9 +3394,9 @@ subroutine Run ( gc, import, export, clock, rc )
!-------------------------------

do n = 1, nlist
if(Ignore(n)) cycle
call MAPL_TimerOn(GENSTATE,trim(list(n)%collection))
call MAPL_TimerOn(GENSTATE,"Couplers")
if(Ignore(n)) cycle
if (.not.list(n)%disabled .and. IntState%average(n)) then
! R8 to R4 copy (if needed!)
do m=1,list(n)%field_set%nfields
Expand Down

0 comments on commit 087b3ba

Please sign in to comment.