NOAA-EMC / ufs-land-driver

Creative Commons Zero v1.0 Universal
2 stars 15 forks source link

Fix time overflow and add reference_date to namelist #45

Closed barlage closed 1 year ago

barlage commented 1 year ago

To support CPC runs that start pre-1970, added support for putting reference_date in namelist (default is still 1970-01-01) and made the accumulation integers in time_utilities support integer*8 for long runs.

Restart tests passed and no answer changes.