-
Notifications
You must be signed in to change notification settings - Fork 1
Description
In cice, date_init is the reference time for dates. i.e. all dates are defined as seconds since date_init.
In cice4 and cice5, this is configurable. In cice6, it is just hardcoded to year 0. There is no reason to every change it. You can have >200 000 years when counting seconds before overflowing a double float.
In esm1.5 (cice4), we are tracking the value of date_init in a seperate restart_date.nml file to ensure that restart information has dates with it. This means the restart_date.nml needs to be kept with every restart file.
For esm1.6 (probably cice5), there are no existing restart files using cice5, so I suggest we just hardcode the value of date_init now. Access-OM2 and some esm1.5 configurations use date_init of 1 ... there is probably no reason not to just set date_init to 0? (With date_init of 0, the restart time can be found in a cice5 restart file).
ping @blimlim