-
Notifications
You must be signed in to change notification settings - Fork 24
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
Commits on Jan 14, 2022
-
Per #1695, added the obs.file_type setting since this is needed to re…
…ad the CFS NetCDF input file.
Configuration menu - View commit details
-
Copy full SHA for 7d122e8 - Browse repository at this point
Copy the full SHA 7d122e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f642ce - Browse repository at this point
Copy the full SHA 5f642ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for fff5c7c - Browse repository at this point
Copy the full SHA fff5c7cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 29cf273 - Browse repository at this point
Copy the full SHA 29cf273View commit details -
Merge branch 'feature_1695_take2' of https://github.com/dtcenter/met …
…into feature_1695_take2
Configuration menu - View commit details
-
Copy full SHA for 546e919 - Browse repository at this point
Copy the full SHA 546e919View commit details -
per #1695, added error check if control_id is not set when processing…
… a single input file and specifying a control member
Configuration menu - View commit details
-
Copy full SHA for 83e655e - Browse repository at this point
Copy the full SHA 83e655eView commit details
Commits on Jan 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3983217 - Browse repository at this point
Copy the full SHA 3983217View commit details -
Per #1695, update the list of expected output file names in unit_ense…
…mble_stat.xml.
John Halley Gotway committedJan 15, 2022 Configuration menu - View commit details
-
Copy full SHA for d606883 - Browse repository at this point
Copy the full SHA d606883View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d726afc - Browse repository at this point
Copy the full SHA d726afcView commit details