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 1695 fix issues with ensemble changes #2012

Merged
merged 9 commits into from
Jan 15, 2022

Commits on Jan 14, 2022

  1. Per #1695, added the obs.file_type setting since this is needed to re…

    …ad the CFS NetCDF input file.
    JohnHalleyGotway committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    7d122e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f642ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fff5c7c View commit details
    Browse the repository at this point in the history
  4. Per #1695, change the Ensemble-Stat logic to store the control member…

    …, if specifed, at the end of the forecast file list rather than the beginning. This makes the logic for reading all members from the same input file easier.
    JohnHalleyGotway committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    29cf273 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    546e919 View commit details
    Browse the repository at this point in the history
  6. per #1695, added error check if control_id is not set when processing…

    … a single input file and specifying a control member
    georgemccabe committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    83e655e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    3983217 View commit details
    Browse the repository at this point in the history
  2. Per #1695, update the list of expected output file names in unit_ense…

    …mble_stat.xml.
    John Halley Gotway committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    d606883 View commit details
    Browse the repository at this point in the history
  3. Per #1695, tweak the logic for the control member slightly to account…

    … for missing ensemble member files. In ensemble_stat replace ctrl_index with ctrl_file_index. That defines the index of the fcst_file_list in which the control member is stored (i.e. the end of the array, if it was specified at all). Compute ctrl_data_index as the number of VALID forecast files minus 1. Pass that value to the library code to define where the control member value lives.
    JohnHalleyGotway committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    d726afc View commit details
    Browse the repository at this point in the history