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 #2219 SeriesAnalysis multiple input files #2408

Merged
merged 6 commits into from
Nov 9, 2023

Commits on Nov 6, 2023

  1. per #2219, add support for using multiple templates seperated by comm…

    …a in the FCST/OBS input templates
    georgemccabe committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    07fac45 View commit details
    Browse the repository at this point in the history
  2. if fcst/obs field lists cannot be built by using the opposite (fcst v…

    …s. obs) list of files and template, then try to get the list of times from its own file
    georgemccabe committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    99653f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Revert "if fcst/obs field lists cannot be built by using the opposite…

    … (fcst vs. obs) list of files and template, then try to get the list of times from its own file"
    
    This reverts commit 99653f4.
    georgemccabe committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    aa45c13 View commit details
    Browse the repository at this point in the history
  2. per #2219, if single run time is being processed, substitute the curr…

    …ent time info into the formatted field info instead of parsing the time info from each input file. Also moved code that is now identical into a helper function
    georgemccabe committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9737d7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a333d49 View commit details
    Browse the repository at this point in the history
  4. prevent debug message after last log message for checking config vari…

    …able that was moved to the [runtime] section
    georgemccabe committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    0861591 View commit details
    Browse the repository at this point in the history