Skip to content

Commit

Permalink
Bug fix (OBSVAR7 --> OBS_VAR7); other minor changes to make it easier…
Browse files Browse the repository at this point in the history
… to compare ADP[SFC|UPA] conf files with other branches.
  • Loading branch information
gsketefian committed Nov 22, 2023
1 parent b57667a commit 9585845
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 6 additions & 5 deletions parm/metplus/EnsembleStat_ADPSFC.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ENSEMBLE_STAT_DESC = NA
#
OBTYPE = {{obtype}}

# Verbosity of MET output. 0 to 5; 0 is quiet, 5 is loud.
# Verbosity of MET logging output. 0 to 5; 0 is quiet, 5 is loud.
LOG_{{METPLUS_TOOL_NAME}}_VERBOSITY = {{metplus_verbosity_level}}

OBS_WINDOW_BEGIN = -1799
Expand All @@ -97,8 +97,8 @@ ENSEMBLE_STAT_OBS_QUALITY_INC = 0, 1, 2, 3, 9, NA
#ENSEMBLE_STAT_OBS_QUALITY_EXC =

# ENSEMBLE_STAT_MET_OBS_ERR_TABLE is not required.
# If the variable is not defined, or the value is not set
# than the MET default is used.
# If the variable is not defined, or the value is not set, then the MET
# default is used.
ENSEMBLE_STAT_MET_OBS_ERR_TABLE = {MET_BASE}/table_files/obs_error_table.txt


Expand Down Expand Up @@ -206,7 +206,8 @@ OBS_VAR2_OPTIONS = obs_error = { flag = TRUE; dist_type = NONE; dist_parm = [];
FCST_VAR3_NAME = WIND
FCST_VAR3_LEVELS = Z10
FCST_VAR3_THRESH = ge5, ge10, ge15
FCST_VAR3_OPTIONS = GRIB2_pdt = 0; ;; derive instantaneous 10-m wind from U/V components, overriding max 10-m wind
# Derive instantaneous 10-m wind from U/V components, overriding max 10-m wind.
FCST_VAR3_OPTIONS = GRIB2_pdt = 0;
OBS_VAR3_NAME = WIND
OBS_VAR3_LEVELS = Z10
OBS_VAR3_THRESH = ge5, ge10, ge15
Expand Down Expand Up @@ -291,7 +292,7 @@ OBS_ENSEMBLE_STAT_POINT_INPUT_TEMPLATE = {{obs_input_fn_template}}
#
OBS_ENSEMBLE_STAT_GRID_INPUT_TEMPLATE =
#
# Template for forecast input to EnsembleStat relative to
# Template for forecast input to EnsembleStat relative to
# FCST_ENSEMBLE_STAT_INPUT_DIR.
#
# Note that this can be a comma separated list of ensemble members
Expand Down
10 changes: 5 additions & 5 deletions parm/metplus/EnsembleStat_ADPUPA.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ENSEMBLE_STAT_DESC = NA
#
OBTYPE = {{obtype}}

# Verbosity of MET output. 0 to 5; 0 is quiet, 5 is loud.
# Verbosity of MET logging output. 0 to 5; 0 is quiet, 5 is loud.
LOG_{{METPLUS_TOOL_NAME}}_VERBOSITY = {{metplus_verbosity_level}}

OBS_WINDOW_BEGIN = -1799
Expand All @@ -97,8 +97,8 @@ ENSEMBLE_STAT_OBS_QUALITY_INC = 0, 1, 2, 3, 9, NA
#ENSEMBLE_STAT_OBS_QUALITY_EXC =

# ENSEMBLE_STAT_MET_OBS_ERR_TABLE is not required.
# If the variable is not defined, or the value is not set
# than the MET default is used.
# If the variable is not defined, or the value is not set, then the MET
# default is used.
ENSEMBLE_STAT_MET_OBS_ERR_TABLE = {MET_BASE}/table_files/obs_error_table.txt


Expand Down Expand Up @@ -240,7 +240,7 @@ FCST_VAR7_LEVELS = P700
FCST_VAR7_THRESH = ge10, ge15, ge20
OBS_VAR7_NAME = WIND
OBS_VAR7_LEVELS = P700
OBSVAR7_THRESH = ge10, ge15, ge20
OBS_VAR7_THRESH = ge10, ge15, ge20
OBS_VAR7_OPTIONS = obs_error = { flag = TRUE; dist_type = NONE; dist_parm = []; inst_bias_scale = 1.0; inst_bias_offset = 0.0; min = NA; max = NA; }

FCST_VAR8_NAME = WIND
Expand Down Expand Up @@ -336,7 +336,7 @@ OBS_ENSEMBLE_STAT_POINT_INPUT_TEMPLATE = {{obs_input_fn_template}}
#
OBS_ENSEMBLE_STAT_GRID_INPUT_TEMPLATE =
#
# Template for forecast input to EnsembleStat relative to
# Template for forecast input to EnsembleStat relative to
# FCST_ENSEMBLE_STAT_INPUT_DIR.
#
# Note that this can be a comma separated list of ensemble members
Expand Down

0 comments on commit 9585845

Please sign in to comment.