Skip to content

Commit

Permalink
Merge pull request #67 from olyson/zerothtstep
Browse files Browse the repository at this point in the history
Stop running 0th timestep
  • Loading branch information
slevis-lmwg authored Nov 12, 2024
2 parents 9fe1ea8 + 16bc164 commit 99b425e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/riverroute/mosart_histfile.F90
Original file line number Diff line number Diff line change
Expand Up @@ -940,9 +940,6 @@ subroutine mosart_hist_HtapesWrapup( rstwr, nlend )
! and write data to history files if end of history interval.
do t = 1, ntapes

! Skip nstep=0 if monthly average
if (nstep==0 .and. tape(t)%nhtfrq==0) cycle

! Determine if end of history interval
tape(t)%is_endhist = .false.
if (tape(t)%nhtfrq==0) then !monthly average
Expand Down

0 comments on commit 99b425e

Please sign in to comment.