Skip to content

Commit

Permalink
add include-style quality mark options in metplus confs (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmayfield authored Apr 17, 2022
1 parent 05099cd commit 99d8da9
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
3 changes: 3 additions & 0 deletions ush/templates/parm/metplus/EnsembleStat_conus_sfc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ ENSEMBLE_STAT_OUTPUT_PREFIX = {MODEL}_ADPSFC_{OBTYPE}
PB2NC_CONFIG_FILE = {PARM_BASE}/met_config/PB2NCConfig_wrapped
ENSEMBLE_STAT_CONFIG_FILE = {PARM_BASE}/met_config/EnsembleStatConfig_wrapped

ENSEMBLE_STAT_OBS_QUALITY_INC = 0, 1, 2, 3, 9
#ENSEMBLE_STAT_OBS_QUALITY_EXC =

# if True, pb2nc will skip processing a file if the output already exists
# used to speed up runs and reduce redundancy
PB2NC_SKIP_IF_OUTPUT_EXISTS = True
Expand Down
3 changes: 3 additions & 0 deletions ush/templates/parm/metplus/EnsembleStat_upper_air.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ ENSEMBLE_STAT_OUTPUT_PREFIX = {MODEL}_ADPUPA_{OBTYPE}
PB2NC_CONFIG_FILE = {PARM_BASE}/met_config/PB2NCConfig_wrapped
ENSEMBLE_STAT_CONFIG_FILE = {PARM_BASE}/met_config/EnsembleStatConfig_wrapped

ENSEMBLE_STAT_OBS_QUALITY_INC = 0, 1, 2, 3, 9
#ENSEMBLE_STAT_OBS_QUALITY_EXC =

# if True, pb2nc will skip processing a file if the output already exists
# used to speed up runs and reduce redundancy
PB2NC_SKIP_IF_OUTPUT_EXISTS = True
Expand Down
3 changes: 1 addition & 2 deletions ush/templates/parm/metplus/PointStat_conus_sfc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ PB2NC_TIME_SUMMARY_TYPES = min, max, range, mean, stdev, median, p80
# or the value of the environment variable METPLUS_PARM_BASE if set
POINT_STAT_CONFIG_FILE ={PARM_BASE}/met_config/PointStatConfig_wrapped


#POINT_STAT_OBS_QUALITY_INC = 1, 2, 3
POINT_STAT_OBS_QUALITY_INC = 0, 1, 2, 3, 9
#POINT_STAT_OBS_QUALITY_EXC =

POINT_STAT_CLIMO_MEAN_TIME_INTERP_METHOD = NEAREST
Expand Down
3 changes: 1 addition & 2 deletions ush/templates/parm/metplus/PointStat_conus_sfc_mean.conf
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ PB2NC_TIME_SUMMARY_TYPES = min, max, range, mean, stdev, median, p80
# or the value of the environment variable METPLUS_PARM_BASE if set
POINT_STAT_CONFIG_FILE ={PARM_BASE}/met_config/PointStatConfig_wrapped


#POINT_STAT_OBS_QUALITY_INC = 1, 2, 3
POINT_STAT_OBS_QUALITY_INC = 0, 1, 2, 3, 9
#POINT_STAT_OBS_QUALITY_EXC =

POINT_STAT_CLIMO_MEAN_TIME_INTERP_METHOD = NEAREST
Expand Down
3 changes: 1 addition & 2 deletions ush/templates/parm/metplus/PointStat_conus_sfc_prob.conf
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ PB2NC_TIME_SUMMARY_TYPES = min, max, range, mean, stdev, median, p80
# or the value of the environment variable METPLUS_PARM_BASE if set
POINT_STAT_CONFIG_FILE ={PARM_BASE}/met_config/PointStatConfig_wrapped


#POINT_STAT_OBS_QUALITY_INC = 1, 2, 3
POINT_STAT_OBS_QUALITY_INC = 0, 1, 2, 3, 9
#POINT_STAT_OBS_QUALITY_EXC =

POINT_STAT_CLIMO_MEAN_TIME_INTERP_METHOD = NEAREST
Expand Down
3 changes: 1 addition & 2 deletions ush/templates/parm/metplus/PointStat_upper_air.conf
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ PB2NC_TIME_SUMMARY_TYPES = min, max, range, mean, stdev, median, p80
# or the value of the environment variable METPLUS_PARM_BASE if set
POINT_STAT_CONFIG_FILE ={PARM_BASE}/met_config/PointStatConfig_wrapped


#POINT_STAT_OBS_QUALITY_INC = 1, 2, 3
POINT_STAT_OBS_QUALITY_INC = 0, 1, 2, 3, 9
#POINT_STAT_OBS_QUALITY_EXC =

POINT_STAT_CLIMO_MEAN_TIME_INTERP_METHOD = NEAREST
Expand Down
3 changes: 1 addition & 2 deletions ush/templates/parm/metplus/PointStat_upper_air_mean.conf
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ PB2NC_TIME_SUMMARY_TYPES = min, max, range, mean, stdev, median, p80
# or the value of the environment variable METPLUS_PARM_BASE if set
POINT_STAT_CONFIG_FILE ={PARM_BASE}/met_config/PointStatConfig_wrapped


#POINT_STAT_OBS_QUALITY_INC = 1, 2, 3
POINT_STAT_OBS_QUALITY_INC = 0, 1, 2, 3, 9
#POINT_STAT_OBS_QUALITY_EXC =

POINT_STAT_CLIMO_MEAN_TIME_INTERP_METHOD = NEAREST
Expand Down
3 changes: 1 addition & 2 deletions ush/templates/parm/metplus/PointStat_upper_air_prob.conf
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ PB2NC_TIME_SUMMARY_TYPES = min, max, range, mean, stdev, median, p80
# or the value of the environment variable METPLUS_PARM_BASE if set
POINT_STAT_CONFIG_FILE ={PARM_BASE}/met_config/PointStatConfig_wrapped


#POINT_STAT_OBS_QUALITY_INC = 1, 2, 3
POINT_STAT_OBS_QUALITY_INC = 0, 1, 2, 3, 9
#POINT_STAT_OBS_QUALITY_EXC =

POINT_STAT_CLIMO_MEAN_TIME_INTERP_METHOD = NEAREST
Expand Down

0 comments on commit 99d8da9

Please sign in to comment.