Skip to content

Commit

Permalink
Add start_tod initialization for nuopc / cmeps driver
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 committed Oct 31, 2024
1 parent 7a4eb51 commit d31a9c8
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 d31a9c8

Please sign in to comment.