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 #2252 WaveletStat wrapper #2427

Merged
merged 32 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
93f8c53
started wavelet_stat wrapper
georgemccabe Nov 10, 2023
6d63b0a
Merge branch 'develop' into feature_2252_wavelet_stat
georgemccabe Nov 13, 2023
1a0dc1a
per #2420, prevent crash if increment is set to an empty string
georgemccabe Nov 13, 2023
cc49597
Merge branch 'develop' into feature_2252_wavelet_stat
georgemccabe Nov 14, 2023
788b96e
remove sys.exit call inside METplus config setup function so that it …
georgemccabe Nov 15, 2023
1a41a73
remove unused imports
georgemccabe Nov 15, 2023
c9351d2
also support variables that do not have a number index, e.g. WAVELET_…
georgemccabe Nov 15, 2023
8ae12ac
improve add_met_config_dict logic to properly support dictionaries th…
georgemccabe Nov 15, 2023
1d852ac
add support for more MET config variables for WaveletStat wrapper
georgemccabe Nov 15, 2023
126cb2c
change post_run_cleanup function to return boolean instead of calling…
georgemccabe Nov 16, 2023
f4f5760
remove redundant exit because usage function exits
georgemccabe Nov 16, 2023
18a6b18
added default config for wavelet_stat
georgemccabe Nov 16, 2023
786d883
added documentation and wrapped MET config for WaveletStat wrapper
georgemccabe Nov 16, 2023
7206a93
set output_flag so use case succeeds
georgemccabe Nov 16, 2023
dd088f8
added missing variables
georgemccabe Nov 16, 2023
1b39063
fix missing f-string
georgemccabe Nov 16, 2023
5c0fb80
added unit tests for new wrapper
georgemccabe Nov 16, 2023
5793ded
set values in use case conf to test that the appropriate env vars are…
georgemccabe Nov 16, 2023
019be3e
Revert "set values in use case conf to test that the appropriate env …
georgemccabe Nov 16, 2023
15771af
do not set deprecated env var OUTPUT_PREFIX
georgemccabe Nov 16, 2023
13e2f6c
added use case documentation
georgemccabe Nov 16, 2023
8c1d74e
add use case to run in automated tests
georgemccabe Nov 16, 2023
cf9b961
fix bash interpretation error when rending docs
georgemccabe Nov 16, 2023
1946730
replace image with smaller one
georgemccabe Nov 16, 2023
b7918e0
turn off use case after confirming it runs successfully in GHA
georgemccabe Nov 16, 2023
3e7467a
replace with smaller image
georgemccabe Nov 16, 2023
2a9f866
fixed incorrect variable name for GenEnsProd nmep_smooth.type.method/…
georgemccabe Nov 16, 2023
298e8a1
added observation dataset
j-opatz Nov 17, 2023
c559aff
fix incorrect MET config variable name
georgemccabe Nov 17, 2023
8c47c24
added tests to ensure WOFS use case configuration behaves correctly
georgemccabe Nov 17, 2023
38809a9
remove check for invalid variables because it is not needed and can c…
georgemccabe Nov 17, 2023
3cda665
properly handle list of dictionaries that are found inside another di…
georgemccabe Nov 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/parm/use_case_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"index_list": "30-58",
"run": false
},
{
"category": "met_tool_wrapper",
"index_list": "63",
"run": false
},
{
"category": "air_quality_and_comp",
"index_list": "0",
Expand Down
Loading
Loading