Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

driver: icedrv_history: fix start time for NetCDF history output #426

Merged
merged 3 commits into from
Feb 1, 2023

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    546f41b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. driver: icedrv_history: fix start time for NetCDF history output

    The start time for netCDF output was hardcoded to be at 00:00:00
    and there was a bug in icedrv_calendar such that idate0 was fixed
    at Jan. 1. Both bugs are fixed. NOTE: if dt and istep0 are set
    such that the start time contains fractional seconds, they will
    be rounded down in the NetCDF output to the nearest integer.
    davidclemenssewall committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    238481f View commit details
    Browse the repository at this point in the history
  2. driver: icedrv_history: fix start time for NetCDF History output

    Start of netCDF time axis is fixed at Jan. 01 00:00:00 of
    init_year and time value calculation is now fixed.
    davidclemenssewall committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    e056016 View commit details
    Browse the repository at this point in the history