Skip to content

Commit

Permalink
Update cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90
Browse files Browse the repository at this point in the history
Co-authored-by: Denise Worthen <[email protected]>
  • Loading branch information
anton-seaice and DeniseWorthen committed Feb 25, 2024
1 parent 7ccd200 commit ce8fa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ subroutine InitializeRealize(gcomp, importState, exportState, clock, rc)
if (ref_ymd /= start_ymd .or. ref_tod /= start_tod) then
if (my_task == master_task) then
write(nu_diag,*) trim(subname),': ref_ymd ',ref_ymd, ' must equal start_ymd ',start_ymd
write(nu_diag,*) trim(subname),': ref_ymd ',ref_tod, ' must equal start_tod ',start_tod
write(nu_diag,*) trim(subname),': ref_tod',ref_tod, ' must equal start_tod ',start_tod
end if
end if

Expand Down

0 comments on commit ce8fa47

Please sign in to comment.