Skip to content

msec not set correctly for restart #36

@jedwards4b

Description

@jedwards4b

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'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions