I believe that the initialization of msec and idate0 are incorrect on restart as demonstrated in test ERP_Ln9.f09_f09_mg17.F2000climo.derecho_intel.cam-outfrq9s which results in
cice ymd= 10101 cice tod= 0
sync ymd= 10101 sync tod= 9000
This can be fixed in ice_comp_nuopc.F90 by modifying the initialization code to set
idate0 = curr_ymd
msec = curr_tod
when runtype is not 'initial'.
I believe that the initialization of msec and idate0 are incorrect on restart as demonstrated in test ERP_Ln9.f09_f09_mg17.F2000climo.derecho_intel.cam-outfrq9s which results in
This can be fixed in ice_comp_nuopc.F90 by modifying the initialization code to set
when runtype is not 'initial'.