Skip to content

Commit

Permalink
More changes to make it easier to compare GenEnsProd and EnsembleStat…
Browse files Browse the repository at this point in the history
… conf files with those generated by another branch.
  • Loading branch information
gsketefian committed Nov 22, 2023
1 parent 20c1195 commit 896e3bd
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 13 deletions.
5 changes: 2 additions & 3 deletions parm/metplus/EnsembleStat_ADPSFC.conf
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,8 @@ ENSEMBLE_STAT_CENSOR_THRESH =
ENSEMBLE_STAT_CENSOR_VAL =

ENSEMBLE_STAT_MESSAGE_TYPE = {FIELDNAME_IN_MET_FILEDIR_NAMES}

ENSEMBLE_STAT_DUPLICATE_FLAG = NONE
ENSEMBLE_STAT_SKIP_CONST = FALSE

ENSEMBLE_STAT_OBS_ERROR_FLAG = FALSE

ENSEMBLE_STAT_ENS_SSVAR_BIN_SIZE = 1.0
Expand Down Expand Up @@ -235,7 +233,8 @@ OBS_VAR5_THRESH = lt1609, lt8045, ge8045
FCST_VAR6_NAME = HGT
FCST_VAR6_LEVELS = L0
FCST_VAR6_THRESH = lt152, lt1520, ge914
FCST_VAR6_OPTIONS = GRIB_lvl_typ = 215; desc = "CEILING";
FCST_VAR6_OPTIONS = GRIB_lvl_typ = 215;
desc = "CEILING";
OBS_VAR6_NAME = CEILING
OBS_VAR6_LEVELS = L0
OBS_VAR6_THRESH = lt152, lt305, ge914
Expand Down
2 changes: 0 additions & 2 deletions parm/metplus/EnsembleStat_ADPUPA.conf
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,8 @@ ENSEMBLE_STAT_CENSOR_THRESH =
ENSEMBLE_STAT_CENSOR_VAL =

ENSEMBLE_STAT_MESSAGE_TYPE = {FIELDNAME_IN_MET_FILEDIR_NAMES}

ENSEMBLE_STAT_DUPLICATE_FLAG = NONE
ENSEMBLE_STAT_SKIP_CONST = FALSE

ENSEMBLE_STAT_OBS_ERROR_FLAG = FALSE

ENSEMBLE_STAT_ENS_SSVAR_BIN_SIZE = 1.0
Expand Down
2 changes: 0 additions & 2 deletions parm/metplus/GenEnsProd_ADPSFC.conf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ GEN_ENS_PROD_N_MEMBERS = {{num_ens_members}}
###
# Field Info
###

#
# Ensemble variables and levels as specified in the ens field dictionary
# of the MET configuration file. Specify as ENS_VARn_NAME, ENS_VARn_LEVELS,
Expand Down Expand Up @@ -150,7 +149,6 @@ ENS_VAR6_THRESH = lt152, lt1520, ge914
ENS_VAR6_OPTIONS = GRIB_lvl_typ = 215;
desc = "CEILING";


###
# GenEnsProd
###
Expand Down
1 change: 0 additions & 1 deletion parm/metplus/GenEnsProd_ADPUPA.conf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ GEN_ENS_PROD_N_MEMBERS = {{num_ens_members}}
###
# Field Info
###

#
# Ensemble variables and levels as specified in the ens field dictionary
# of the MET configuration file. Specify as ENS_VARn_NAME, ENS_VARn_LEVELS,
Expand Down
1 change: 0 additions & 1 deletion parm/metplus/GenEnsProd_APCP.conf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ GEN_ENS_PROD_N_MEMBERS = {{num_ens_members}}
###
# Field Info
###

#
# Ensemble variables and levels as specified in the ens field dictionary
# of the MET configuration file. Specify as ENS_VARn_NAME, ENS_VARn_LEVELS,
Expand Down
1 change: 0 additions & 1 deletion parm/metplus/GenEnsProd_REFC.conf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ GEN_ENS_PROD_N_MEMBERS = {{num_ens_members}}
###
# Field Info
###

#
# Ensemble variables and levels as specified in the ens field dictionary
# of the MET configuration file. Specify as ENS_VARn_NAME, ENS_VARn_LEVELS,
Expand Down
1 change: 0 additions & 1 deletion parm/metplus/GenEnsProd_RETOP.conf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ GEN_ENS_PROD_N_MEMBERS = {{num_ens_members}}
###
# Field Info
###

#
# Ensemble variables and levels as specified in the ens field dictionary
# of the MET configuration file. Specify as ENS_VARn_NAME, ENS_VARn_LEVELS,
Expand Down
4 changes: 2 additions & 2 deletions scripts/exregional_run_met_genensprod_or_ensemblestat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ for (( i=0; i<${NUM_ENS_MEMBERS}; i++ )); do

slash_ensmem_subdir_or_null="/${ensmem_name}"
if [ -z "${FCST_INPUT_FN_TEMPLATE}" ]; then
FCST_INPUT_FN_TEMPLATE=" $(eval echo ${template})"
FCST_INPUT_FN_TEMPLATE="$(eval echo ${template})"
else
FCST_INPUT_FN_TEMPLATE="\
${FCST_INPUT_FN_TEMPLATE},
$(eval echo ${template})"
$(eval echo ${template})"
fi

done
Expand Down

0 comments on commit 896e3bd

Please sign in to comment.