diff --git a/src/physics/cam/clubb_intr.F90 b/src/physics/cam/clubb_intr.F90 index e3d66a047a..f0b7754cfd 100644 --- a/src/physics/cam/clubb_intr.F90 +++ b/src/physics/cam/clubb_intr.F90 @@ -1681,7 +1681,7 @@ subroutine clubb_ini_cam(pbuf2d) iiedsclr_thl, & iiedsclr_CO2 - use time_manager, only: is_first_step + use time_manager, only: is_first_step, is_first_restart_step use clubb_api_module, only: hydromet_dim use constituents, only: cnst_get_ind use phys_control, only: phys_getopts @@ -2159,7 +2159,7 @@ subroutine clubb_ini_cam(pbuf2d) if (stats_metadata%l_stats) then do i=1, pcols - if (is_first_step()==.true. .and. i==1) then + if ((is_first_step()==.true..or.is_first_restart_step()==.true.) .and. i==1) then do_first_step = .true. else do_first_step = .false.