Skip to content

Commit

Permalink
per #1569, added documentation for the optional -ens_mean argument va…
Browse files Browse the repository at this point in the history
…riables
  • Loading branch information
georgemccabe committed Nov 16, 2022
1 parent 2c9a8f1 commit bc55da7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/Users_Guide/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10093,3 +10093,13 @@ METplus Configuration Glossary
See :term:`STAT_ANALYSIS_FCST_VALID_END`.

| *Used by:* StatAnalysis
ENSEMBLE_STAT_ENS_MEAN_INPUT_DIR
Input directory for the optional -ens_mean file to use with the MET tool ensemble_stat.

| *Used by:* EnsembleStat
ENSEMBLE_STAT_ENS_MEAN_INPUT_TEMPLATE
Template used to specify the optional -ens_mean file for the MET tool ensemble_stat.

| *Used by:* EnsembleStat
2 changes: 2 additions & 0 deletions docs/Users_Guide/wrappers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ METplus Configuration
| :term:`ENSEMBLE_STAT_OUTPUT_TEMPLATE`
| :term:`ENSEMBLE_STAT_CTRL_INPUT_DIR`
| :term:`ENSEMBLE_STAT_CTRL_INPUT_TEMPLATE`
| :term:`ENSEMBLE_STAT_ENS_MEAN_INPUT_TEMPLATE`
| :term:`ENSEMBLE_STAT_ENS_MEAN_INPUT_DIR`
| :term:`LOG_ENSEMBLE_STAT_VERBOSITY`
| :term:`FCST_ENSEMBLE_STAT_INPUT_DATATYPE`
| :term:`OBS_ENSEMBLE_STAT_INPUT_POINT_DATATYPE`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ FCST_ENSEMBLE_STAT_INPUT_TEMPLATE = {init?fmt=%Y%m%d%H}/arw-???-gep?/d01_{init?f
OBS_ENSEMBLE_STAT_POINT_INPUT_DIR = {INPUT_BASE}/met_test/out/ascii2nc
OBS_ENSEMBLE_STAT_POINT_INPUT_TEMPLATE = precip24_{valid?fmt=%Y%m%d%H}.nc


OBS_ENSEMBLE_STAT_GRID_INPUT_DIR = {INPUT_BASE}/met_test/data/sample_obs/ST4
OBS_ENSEMBLE_STAT_GRID_INPUT_TEMPLATE = ST4.{valid?fmt=%Y%m%d%H}.24h

#ENSEMBLE_STAT_ENS_MEAN_INPUT_DIR =
#ENSEMBLE_STAT_ENS_MEAN_INPUT_TEMPLATE =

ENSEMBLE_STAT_CLIMO_MEAN_INPUT_DIR =
ENSEMBLE_STAT_CLIMO_MEAN_INPUT_TEMPLATE =
Expand Down

0 comments on commit bc55da7

Please sign in to comment.