Skip to content

Commit

Permalink
Per #1289, add documentation for new config variables used to explici…
Browse files Browse the repository at this point in the history
…tlyt set file list file path for SeriesAnalysis
  • Loading branch information
georgemccabe committed Jan 31, 2022
1 parent c9d6de8 commit e0be7e0
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/Users_Guide/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8960,3 +8960,33 @@ METplus Configuration Glossary
See also :term:`SERIES_ANALYSIS_CLIMO_STDEV_USE_FCST`.

| *Used by:* SeriesAnalysis
FCST_SERIES_ANALYSIS_INPUT_FILE_LIST
Specifies an explicit path to a file list file to pass into
series_analysis with the -fcst argument. If set,
:term:`OBS_SERIES_ANALYSIS_INPUT_FILE_LIST` must also be set and
:term:`FCST_SERIES_ANALYSIS_INPUT_TEMPLATE` and
:term:`FCST_SERIES_ANALYSIS_INPUT_DIR` are ignored.
See also :term:`BOTH_SERIES_ANALYSIS_INPUT_FILE_LIST`.

| *Used by:* SeriesAnalysis
OBS_SERIES_ANALYSIS_INPUT_FILE_LIST
Specifies an explicit path to a file list file to pass into
series_analysis with the -fcst argument. If set,
:term:`FCST_SERIES_ANALYSIS_INPUT_FILE_LIST` must also be set and
:term:`OBS_SERIES_ANALYSIS_INPUT_TEMPLATE` and
:term:`OBS_SERIES_ANALYSIS_INPUT_DIR` are ignored.
See also :term:`BOTH_SERIES_ANALYSIS_INPUT_FILE_LIST`.

| *Used by:* SeriesAnalysis
BOTH_SERIES_ANALYSIS_INPUT_FILE_LIST
Specifies an explicit path to a file list file to pass into
series_analysis with the -both argument. If set,
:term:`BOTH_SERIES_ANALYSIS_INPUT_TEMPLATE` and
:term:`BOTH_SERIES_ANALYSIS_INPUT_DIR` are ignored.
See also :term:`FCST_SERIES_ANALYSIS_INPUT_FILE_LIST` and
:term:`OBS_SERIES_ANALYSIS_INPUT_FILE_LIST`.

| *Used by:* SeriesAnalysis
3 changes: 3 additions & 0 deletions docs/Users_Guide/wrappers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5940,6 +5940,9 @@ METplus Configuration
| :term:`SERIES_ANALYSIS_OUTPUT_DIR`
| :term:`FCST_SERIES_ANALYSIS_INPUT_TEMPLATE`
| :term:`OBS_SERIES_ANALYSIS_INPUT_TEMPLATE`
| :term:`FCST_SERIES_ANALYSIS_INPUT_FILE_LIST`
| :term:`OBS_SERIES_ANALYSIS_INPUT_FILE_LIST`
| :term:`BOTH_SERIES_ANALYSIS_INPUT_FILE_LIST`
| :term:`SERIES_ANALYSIS_TC_STAT_INPUT_TEMPLATE`
| :term:`SERIES_ANALYSIS_OUTPUT_TEMPLATE`
| :term:`SERIES_ANALYSIS_CLIMO_MEAN_FILE_NAME`
Expand Down

0 comments on commit e0be7e0

Please sign in to comment.