Skip to content

Commit 99b425e

Browse files
authored
Merge pull request #67 from olyson/zerothtstep
Stop running 0th timestep
2 parents 9fe1ea8 + 16bc164 commit 99b425e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/riverroute/mosart_histfile.F90

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -940,9 +940,6 @@ subroutine mosart_hist_HtapesWrapup( rstwr, nlend )
940940
! and write data to history files if end of history interval.
941941
do t = 1, ntapes
942942

943-
! Skip nstep=0 if monthly average
944-
if (nstep==0 .and. tape(t)%nhtfrq==0) cycle
945-
946943
! Determine if end of history interval
947944
tape(t)%is_endhist = .false.
948945
if (tape(t)%nhtfrq==0) then !monthly average

0 commit comments

Comments
 (0)