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

Feature 2040 parse timing #2048

Merged
merged 5 commits into from
Feb 11, 2022
Merged

Commits on Feb 10, 2022

  1. Per #2040, made changes to move valid_time, init_time, and lead_time(…

    …) out of MetNcFile and into NcVarInfo
    Julie Prestopnik committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    4ae99b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    0afe640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df8c204 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b223bc View commit details
    Browse the repository at this point in the history
  4. Per #2040, updating logic in MetNcMetDataFile::index() to be much bet…

    …ter. No need to actually READ the data, just find the variable name and access the timing info that has already been parsed into it when MetNcFile::open() was called previously.
    JohnHalleyGotway committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ca4aad6 View commit details
    Browse the repository at this point in the history