Skip to content

Commit

Permalink
typo...add mod
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed Aug 28, 2024
1 parent fde4c3b commit f0bb577
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 @@ -555,7 +555,7 @@ subroutine InitializeAdvertise(gcomp, importState, exportState, clock, rc)
call ESMF_TimePrint(restartFhTimes(n), options="string", preString="restart_fh at ", unit=timestr, rc=rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
if (mastertask) then
if (fh_s,dtime) /= 0) then
if (mod(fh_s,dtime) /= 0) then
write(nu_diag,'(A)')trim(subname)//trim(timestr)//' will not be written'
else
write(nu_diag,'(A)')trim(subname)//trim(timestr)//' will be written'
Expand Down

0 comments on commit f0bb577

Please sign in to comment.