Skip to content

Commit

Permalink
fixed incorrect variable name for GenEnsProd nmep_smooth.type.method/…
Browse files Browse the repository at this point in the history
…width
  • Loading branch information
georgemccabe committed Nov 16, 2023
1 parent 3e7467a commit 2a9f866
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions docs/Users_Guide/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5449,10 +5449,10 @@ METplus Configuration Glossary
.. warning:: **DEPRECATED:** Please use :term:`GEN_ENS_PROD_NMEP_SMOOTH_SHAPE` in :ref:`gen_ens_prod_wrapper` instead.

ENSEMBLE_STAT_NMEP_SMOOTH_METHOD
.. warning:: **DEPRECATED:** Please use :term:`GEN_ENS_PROD_NMEP_SMOOTH_METHOD` in :ref:`gen_ens_prod_wrapper` instead.
.. warning:: **DEPRECATED:** Please use :term:`GEN_ENS_PROD_NMEP_SMOOTH_TYPE_METHOD` in :ref:`gen_ens_prod_wrapper` instead.

ENSEMBLE_STAT_NMEP_SMOOTH_WIDTH
.. warning:: **DEPRECATED:** Please use :term:`GEN_ENS_PROD_NMEP_SMOOTH_WIDTH` in :ref:`gen_ens_prod_wrapper` instead.
.. warning:: **DEPRECATED:** Please use :term:`GEN_ENS_PROD_NMEP_SMOOTH_TYPE_WIDTH` in :ref:`gen_ens_prod_wrapper` instead.

ENSEMBLE_STAT_CENSOR_THRESH
Specify the value for 'censor_thresh' in the MET configuration file for EnsembleStat.
Expand Down Expand Up @@ -8271,12 +8271,12 @@ METplus Configuration Glossary

| *Used by:* GenEnsProd
GEN_ENS_PROD_NMEP_SMOOTH_METHOD
GEN_ENS_PROD_NMEP_SMOOTH_TYPE_METHOD
Specify the value for 'nmep_smooth.type.method' in the MET configuration file for GenEnsProd.

| *Used by:* GenEnsProd
GEN_ENS_PROD_NMEP_SMOOTH_WIDTH
GEN_ENS_PROD_NMEP_SMOOTH_TYPE_WIDTH
Specify the value for 'nmep_smooth.type.width' in the MET configuration file for GenEnsProd.

| *Used by:* GenEnsProd
Expand Down Expand Up @@ -11285,7 +11285,7 @@ METplus Configuration Glossary
| *Used by:* WaveletStat
FCST_WAVELET_STAT_INPUT_DATATYPE
Specify the data type of the input directory for forecast files used with the MET WAVELET_STAT tool. Currently valid options are NETCDF, GRIB, and GEMPAK. If set to GEMPAK, data will automatically be converted to NetCDF via GempakToCF. A corresponding variable exists for observation data called :term:`OBS_WAVELET_STAT_INPUT_DATATYPE`.
Specify the data type of the input directory for forecast files used with the MET wavelet_stat tool. Currently valid options are NETCDF, GRIB, and GEMPAK. If set to GEMPAK, data will automatically be converted to NetCDF via GempakToCF. A corresponding variable exists for observation data called :term:`OBS_WAVELET_STAT_INPUT_DATATYPE`.

| *Used by:* WaveletStat
Expand Down
8 changes: 4 additions & 4 deletions docs/Users_Guide/wrappers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1112,8 +1112,8 @@ METplus Configuration
| :term:`GEN_ENS_PROD_NMEP_SMOOTH_SHAPE`
| :term:`GEN_ENS_PROD_NMEP_SMOOTH_GAUSSIAN_DX`
| :term:`GEN_ENS_PROD_NMEP_SMOOTH_GAUSSIAN_RADIUS`
| :term:`GEN_ENS_PROD_NMEP_SMOOTH_METHOD`
| :term:`GEN_ENS_PROD_NMEP_SMOOTH_WIDTH`
| :term:`GEN_ENS_PROD_NMEP_SMOOTH_TYPE_METHOD`
| :term:`GEN_ENS_PROD_NMEP_SMOOTH_TYPE_WIDTH`
| :term:`GEN_ENS_PROD_CLIMO_MEAN_FILE_NAME`
| :term:`GEN_ENS_PROD_CLIMO_MEAN_VAR<n>_NAME`
| :term:`GEN_ENS_PROD_CLIMO_MEAN_VAR<n>_LEVELS`
Expand Down Expand Up @@ -1414,9 +1414,9 @@ ${METPLUS_NMEP_SMOOTH_DICT}
- nmep_smooth.gaussian_dx
* - :term:`GEN_ENS_PROD_NMEP_SMOOTH_GAUSSIAN_RADIUS`
- nmep_smooth.gaussian_radius
* - :term:`GEN_ENS_PROD_NMEP_SMOOTH_METHOD`
* - :term:`GEN_ENS_PROD_NMEP_SMOOTH_TYPE_METHOD`
- nmep_smooth.type.method
* - :term:`GEN_ENS_PROD_NMEP_SMOOTH_WIDTH`
* - :term:`GEN_ENS_PROD_NMEP_SMOOTH_TYPE_WIDTH`
- nmep_smooth.type.width

${METPLUS_CLIMO_MEAN_DICT}
Expand Down
4 changes: 2 additions & 2 deletions parm/use_cases/met_tool_wrapper/GenEnsProd/GenEnsProd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ GEN_ENS_PROD_ENS_THRESH = 0.8
#GEN_ENS_PROD_NMEP_SMOOTH_SHAPE = CIRCLE
#GEN_ENS_PROD_NMEP_SMOOTH_GAUSSIAN_DX = 81.27
#GEN_ENS_PROD_NMEP_SMOOTH_GAUSSIAN_RADIUS = 120
#GEN_ENS_PROD_NMEP_SMOOTH_METHOD = GAUSSIAN
#GEN_ENS_PROD_NMEP_SMOOTH_WIDTH = 1
#GEN_ENS_PROD_NMEP_SMOOTH_TYPE_METHOD = GAUSSIAN
#GEN_ENS_PROD_NMEP_SMOOTH_TYPE_WIDTH = 1

#GEN_ENS_PROD_CLIMO_MEAN_FILE_NAME =
#GEN_ENS_PROD_CLIMO_MEAN_FIELD =
Expand Down

0 comments on commit 2a9f866

Please sign in to comment.