-
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 ensemble single file (ensemble_stat) #2007
feature 1695 ensemble single file (ensemble_stat) #2007
Commits on Dec 28, 2021
-
added make.log to git ignore file since this file is typically create…
…d when building MET
Configuration menu - View commit details
-
Copy full SHA for 06b2bfb - Browse repository at this point
Copy the full SHA 06b2bfbView commit details -
per #1695, added logic to replace value set in environment variable M…
…ET_ENS_MEMBER_ID into strings that are read from the config
Configuration menu - View commit details
-
Copy full SHA for c64f718 - Browse repository at this point
Copy the full SHA c64f718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d27c0 - Browse repository at this point
Copy the full SHA 02d27c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f399191 - Browse repository at this point
Copy the full SHA f399191View commit details
Commits on Dec 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d779e0f - Browse repository at this point
Copy the full SHA d779e0fView commit details -
read ens_member_ids and control_id from config file, pass number of e…
…nsemble found into process_config to perform error checking with ens_member_ids and create list of VarInfo pointers based on number of files and member IDs to be consistent between cases that read multiple files and a single file
Configuration menu - View commit details
-
Copy full SHA for 0f81e60 - Browse repository at this point
Copy the full SHA 0f81e60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44370e1 - Browse repository at this point
Copy the full SHA 44370e1View commit details -
per #1695, created a structs to hold field info, file info, nc_var_st…
…r, cat_ta, and nc_info for each field to process. Loop over these structs and pass them to functions to process ensembles instead of passing indices. Added logic to read ens_member_ids and substitute values into field info to read multiple fields from a single file
Configuration menu - View commit details
-
Copy full SHA for ecc6f2f - Browse repository at this point
Copy the full SHA ecc6f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e5ac8 - Browse repository at this point
Copy the full SHA a2e5ac8View commit details -
changed return value of string_value function from ConcatString* to C…
…oncatString (it is always dereferened) to make it easier to substitute values into strings
Configuration menu - View commit details
-
Copy full SHA for 1951290 - Browse repository at this point
Copy the full SHA 1951290View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7e2449 - Browse repository at this point
Copy the full SHA a7e2449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 868e78b - Browse repository at this point
Copy the full SHA 868e78bView commit details -
added GitHub Actions workflow to build a Docker image and push it to …
…DockerHub to be used for testing METplus use cases
Configuration menu - View commit details
-
Copy full SHA for 8071aec - Browse repository at this point
Copy the full SHA 8071aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7cadd - Browse repository at this point
Copy the full SHA 4d7caddView commit details
Commits on Dec 30, 2021
-
renamed files to be more clear of their purpose, added groups for Git…
…Hub Actions logs for tasks that produce a lot of output
Configuration menu - View commit details
-
Copy full SHA for 3c94663 - Browse repository at this point
Copy the full SHA 3c94663View commit details -
Configuration menu - View commit details
-
Copy full SHA for be60222 - Browse repository at this point
Copy the full SHA be60222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 500bd08 - Browse repository at this point
Copy the full SHA 500bd08View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe74c21 - Browse repository at this point
Copy the full SHA fe74c21View commit details -
changed automation logic to only trigger on develop branch (for now) …
…and push to dtcenter/met repository
Configuration menu - View commit details
-
Copy full SHA for 201aeda - Browse repository at this point
Copy the full SHA 201aedaView commit details
Commits on Jan 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for de1cedf - Browse repository at this point
Copy the full SHA de1cedfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a033ae - Browse repository at this point
Copy the full SHA 1a033aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2f5a46 - Browse repository at this point
Copy the full SHA f2f5a46View commit details -
create class to hold ensemble var info, use class functions to obsfus…
…cate logic to get correct VarInfo objects, store raw name/level 'magic string' before env var substitution, store reference to file list into EnsVarInfo to get file to use easily
Configuration menu - View commit details
-
Copy full SHA for ef81fb0 - Browse repository at this point
Copy the full SHA ef81fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c028a16 - Browse repository at this point
Copy the full SHA c028a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 399f28f - Browse repository at this point
Copy the full SHA 399f28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf7a56 - Browse repository at this point
Copy the full SHA 4bf7a56View commit details -
unset MET_ENS_MEMBER_ID before reading config because otherwise value…
…s will not be parsed properly if it is set by the user
Configuration menu - View commit details
-
Copy full SHA for afd74c6 - Browse repository at this point
Copy the full SHA afd74c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a500c77 - Browse repository at this point
Copy the full SHA a500c77View commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 62d38a9 - Browse repository at this point
Copy the full SHA 62d38a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 246b048 - Browse repository at this point
Copy the full SHA 246b048View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc084c9 - Browse repository at this point
Copy the full SHA bc084c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a43fac0 - Browse repository at this point
Copy the full SHA a43fac0View commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be623ff - Browse repository at this point
Copy the full SHA be623ffView commit details -
per #1695, added unit tests for single file gen_ens_prod runs on NetC…
…DF and GRIB2 data with and without a control member
Configuration menu - View commit details
-
Copy full SHA for 4cc6492 - Browse repository at this point
Copy the full SHA 4cc6492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f23dd0 - Browse repository at this point
Copy the full SHA 2f23dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b99b35f - Browse repository at this point
Copy the full SHA b99b35fView commit details -
do not error out if control file is in list of ensemble files if proc…
…essing a single file
Configuration menu - View commit details
-
Copy full SHA for 1cc8d48 - Browse repository at this point
Copy the full SHA 1cc8d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5262be2 - Browse repository at this point
Copy the full SHA 5262be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1767614 - Browse repository at this point
Copy the full SHA 1767614View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0f1b8f - Browse repository at this point
Copy the full SHA c0f1b8fView commit details
Commits on Jan 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 164e607 - Browse repository at this point
Copy the full SHA 164e607View commit details -
per #1695, moved EnsVarInfo class up to library with VarInfo so it ca…
…n also be used by EnsembleStat. Created subclass of EnsVarInfo for GenEnsProd that stores nc_info for each field
Configuration menu - View commit details
-
Copy full SHA for 0b41e52 - Browse repository at this point
Copy the full SHA 0b41e52View commit details -
per #1695, changed type of fcst_info from VarInfo to EnsVarInfo to st…
…ore var and file info for each ensemble member. This is needed to support reading all ensembles from a single file
Configuration menu - View commit details
-
Copy full SHA for 600fbc3 - Browse repository at this point
Copy the full SHA 600fbc3View commit details -
per #1695, implement similar logic added to GenEnsProd to handle mult…
…iple ensembles in a single file for ens dictionary. Added logic to fcst_info handling for each verification task in the same way
Configuration menu - View commit details
-
Copy full SHA for 4acd9aa - Browse repository at this point
Copy the full SHA 4acd9aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6fc368 - Browse repository at this point
Copy the full SHA c6fc368View commit details
Commits on Jan 11, 2022
-
per #1695, fixed logic for handling forecast data to properly include…
…/exclude control member in verification
Configuration menu - View commit details
-
Copy full SHA for 988c5a4 - Browse repository at this point
Copy the full SHA 988c5a4View commit details -
per #1695, added 4 unit tests for single input file to EnsembleStat: …
…With GRIB and NetCDF input data, with and without using a control member
Configuration menu - View commit details
-
Copy full SHA for dbde68e - Browse repository at this point
Copy the full SHA dbde68eView commit details -
per #1695, added documentation to describe new config variables added…
… to EnsembleStat
Configuration menu - View commit details
-
Copy full SHA for 8864334 - Browse repository at this point
Copy the full SHA 8864334View commit details -
Configuration menu - View commit details
-
Copy full SHA for a447732 - Browse repository at this point
Copy the full SHA a447732View commit details -
changed error log for valid threshold check to be more clear what it …
…is comparing by outputting the fraction used in the comparison
Configuration menu - View commit details
-
Copy full SHA for 3c423df - Browse repository at this point
Copy the full SHA 3c423dfView commit details
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0a66129 - Browse repository at this point
Copy the full SHA 0a66129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be44b0 - Browse repository at this point
Copy the full SHA 7be44b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b8bfd6 - Browse repository at this point
Copy the full SHA 8b8bfd6View commit details
Commits on Jan 13, 2022
-
per #1695, fixed bug when using Python Embedding in EnsembleStat/GenE…
…nsProd. Function to get raw magic string (before env var is substituted) tries to read the level value which is not set when using Python Embedding
Configuration menu - View commit details
-
Copy full SHA for dde7c57 - Browse repository at this point
Copy the full SHA dde7c57View commit details -
fixed bug printing field info before env var substitution when Python…
… Embedding is used
Configuration menu - View commit details
-
Copy full SHA for ca4303d - Browse repository at this point
Copy the full SHA ca4303dView commit details
Commits on Jan 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 783a846 - Browse repository at this point
Copy the full SHA 783a846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8883b58 - Browse repository at this point
Copy the full SHA 8883b58View commit details