Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions cicecore/shared/ice_calendar.F90
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ subroutine init_calendar
dt_dyn = dt/real(ndtd,kind=dbl_kind) ! dynamics et al timestep
force_restart_now = .false.

! initialize nstreams to zero (will be initialized from namelist in 'init_hist')
! this avoids using it uninitialzed in 'calendar' below
nstreams = 0

#ifdef CESMCOUPLED
! calendar_type set by coupling
#else
Expand Down