Skip to content

Commit 813320f

Browse files
committed
Remove instances of !KO
1 parent 1fb17a4 commit 813320f

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/riverroute/RtmHistFile.F90

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,10 +1010,6 @@ subroutine RtmHistHtapesWrapup( rstwr, nlend )
10101010
! and write data to history files if end of history interval.
10111011
do t = 1, ntapes
10121012

1013-
!KO ! Should no longer be needed
1014-
!KO ! Skip nstep=0 if monthly average
1015-
!KO if (nstep==0 .and. tape(t)%nhtfrq==0) cycle
1016-
10171013
! Determine if end of history interval
10181014
tape(t)%is_endhist = .false.
10191015
if (tape(t)%nhtfrq==0) then !monthly average

src/riverroute/RtmTimeManager.F90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,10 +1001,7 @@ logical function is_first_step()
10011001
call ESMF_ClockGet( tm_clock, advanceCount=step_no, rc=rc )
10021002
call chkrc(rc, sub//': error return from ESMF_ClockGet')
10031003
nstep = step_no
1004-
!KO is_first_step = (nstep == 0)
1005-
!KO
10061004
is_first_step = (nstep == 1)
1007-
!KO
10081005

10091006
end function is_first_step
10101007

0 commit comments

Comments
 (0)