From e8f454aefeb4243f00f329d4e06db6e3da1a031b Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Mon, 6 Jun 2022 13:27:37 -0600 Subject: [PATCH 1/2] per #1641 for main_v4.1, remove list variables from list of items that are formatted as a string. These values are found in the above list of items that are formatted as a list, but the correct env var values are overwritten since they are included in this list incorrectly --- metplus/wrappers/stat_analysis_wrapper.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/metplus/wrappers/stat_analysis_wrapper.py b/metplus/wrappers/stat_analysis_wrapper.py index 4ff079b6ed..c7afbb3f48 100755 --- a/metplus/wrappers/stat_analysis_wrapper.py +++ b/metplus/wrappers/stat_analysis_wrapper.py @@ -1793,9 +1793,6 @@ def run_stat_analysis_job(self, runtime_settings_dict_list): 'FCST_INIT_END', 'OBS_INIT_BEG', 'OBS_INIT_END', - 'DESC', - 'OBTYPE', - 'FCST_LEAD' ] for mp_item in mp_items: if not runtime_settings_dict.get(mp_item, ''): From 57b9d05fc203eb13f2e233baf700a7ef0bc30292 Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Mon, 6 Jun 2022 13:24:42 -0600 Subject: [PATCH 2/2] renamed incorrect variable name from conv_thresh to cov_thresh --- metplus/wrappers/stat_analysis_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metplus/wrappers/stat_analysis_wrapper.py b/metplus/wrappers/stat_analysis_wrapper.py index c7afbb3f48..b27b69ea62 100755 --- a/metplus/wrappers/stat_analysis_wrapper.py +++ b/metplus/wrappers/stat_analysis_wrapper.py @@ -1774,7 +1774,7 @@ def run_stat_analysis_job(self, runtime_settings_dict_list): 'INTERP_PNTS', 'FCST_THRESH', 'OBS_THRESH', - 'CONV_THRESH', + 'COV_THRESH', 'ALPHA', 'LINE_TYPE' ]