Skip to content

Commit

Permalink
Add start_tod initialization for nuopc / cmeps driver (CICE-Consortiu…
Browse files Browse the repository at this point in the history
…m#991)

Define msec in subroutine InitializeRealize in nuopc/cmeps driver
  • Loading branch information
dabail10 authored Nov 7, 2024
1 parent 8707e16 commit b3d5813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ subroutine InitializeRealize(gcomp, importState, exportState, clock, rc)
myear = (idate/10000) ! integer year of basedate
mmonth= (idate-myear*10000)/100 ! integer month of basedate
mday = idate-myear*10000-mmonth*100 ! day of month of basedate
msec = start_tod ! start from basedate

if (my_task == master_task) then
write(nu_diag,*) trim(subname),' curr_ymd = ',curr_ymd
Expand Down

0 comments on commit b3d5813

Please sign in to comment.