Skip to content

Commit

Permalink
Fixes remaining documentation warnings from #768.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielAdriaansen committed Mar 17, 2021
1 parent 3083135 commit a244f9c
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 13 deletions.
41 changes: 41 additions & 0 deletions docs/Users_Guide/glossary.rst
Expand Up @@ -5946,3 +5946,44 @@ METplus Configuration Glossary
Set the grid_res entry in the MODE MET config file.

| *Used by:* MODE
MODE_MASK_POLY
Set the mask.poly entry in the MODE MET config file.

| *Used by:* MODE
TC_PAIRS_INIT_BEG
Set the initialization begin time for TCpairs.

| *Used by:* TCPairs
TC_PAIRS_INIT_END
Set the initialization end time for TCpairs.

| *Used by:* TCPairs
TC_PAIRS_VALID_BEG
Set the valid begin time for TCPairs.

| *Used by:* TCPairs
TC_PAIRS_VALID_END
Set the valid end time for TCpairs.

| *Used by:* TCpairs
ENS_ENSEMBLE_STAT_INPUT_DATATYPE
Set the file_type entry of the ens dictionary in the MET config file for EnsembleStat.

| *Used by:* EnsembleStat
FCST_SERIES_ANALYSIS_INPUT_DATATYPE
Set the file_type entry of the fcst dictionary in the MET config file for SeriesAnalysis.

| *Used by:* SeriesAnalysis
OBS_SERIES_ANALYSIS_INPUT_DATATYPE
Set the file_type entry of the obs dictionary in the MET config file for SeriesAnalysis.

| *Used by:* SeriesAnalysis
26 changes: 13 additions & 13 deletions docs/Users_Guide/wrappers.rst
Expand Up @@ -362,7 +362,7 @@ Below the file contents are descriptions of each environment variable referenced

* - METplus Config(s)
- MET Config File
* - :term:`ENS_ENSEMBLE_STAT_DATATYPE`
* - :term:`ENS_ENSEMBLE_STAT_INPUT_DATATYPE`
- ens.file_type

**${METPLUS_ENS_THRESH}**
Expand Down Expand Up @@ -1858,7 +1858,7 @@ Below the file contents are descriptions of each environment variable referenced

* - METplus Config(s)
- MET Config File
* - :term:`MTD_FCST_INPUT_DATATYPE`
* - :term:`FCST_MTD_INPUT_DATATYPE`
- fcst.file_type

**${METPLUS_FCST_FIELD}**
Expand Down Expand Up @@ -1910,7 +1910,7 @@ Below the file contents are descriptions of each environment variable referenced

* - METplus Config(s)
- MET Config File
* - :term:`MTD_OBS_INPUT_DATATYPE`
* - :term:`OBS_MTD_INPUT_DATATYPE`
- obs.file_type

**${METPLUS_OBS_FIELD}**
Expand Down Expand Up @@ -2824,7 +2824,7 @@ Below the file contents are descriptions of each environment variable referenced

* - METplus Config(s)
- MET Config File
* - :term:`SERIES_ANALYSIS_FCST_FILE_TYPE`
* - :term:`FCST_SERIES_ANALYSIS_INPUT_DATATYPE`
- fcst.file_type

**${METPLUS_FCST_FIELD}**
Expand Down Expand Up @@ -2854,7 +2854,7 @@ Below the file contents are descriptions of each environment variable referenced

* - METplus Config(s)
- MET Config File
* - :term:`SERIES_ANALYSIS_OBS_FILE_TYPE`
* - :term:`OBS_SERIES_ANALYSIS_INPUT_DATATYPE`
- obs.file_type

**${METPLUS_OBS_FIELD}**
Expand Down Expand Up @@ -3176,7 +3176,7 @@ Below the file contents are descriptions of each environment variable referenced

* - METplus Config(s)
- MET Config File
* - :term:`FCST_VALID_BEG`
* - :term:`FCST_VALID_HOUR_LIST` and :term:`VALID_BEG`
- fcst_valid_beg

**${METPLUS_FCST_VALID_END}**
Expand All @@ -3187,7 +3187,7 @@ Below the file contents are descriptions of each environment variable referenced

* - METplus Config(s)
- MET Config File
* - :term:`FCST_VALID_END`
* - :term:`FCST_VALID_HOUR_LIST` and :term:`VALID_END`
- fcst_valid_end

**${METPLUS_FCST_VALID_HOUR}**
Expand All @@ -3209,7 +3209,7 @@ Below the file contents are descriptions of each environment variable referenced

* - METplus Config(s)
- MET Config File
* - :term:`OBS_VALID_BEG`
* - :term:`OBS_VALID_HOUR_LIST` and :term:`VALID_BEG`
- obs_valid_beg

**${METPLUS_OBS_VALID_END}**
Expand All @@ -3220,7 +3220,7 @@ Below the file contents are descriptions of each environment variable referenced

* - METplus Config(s)
- MET Config File
* - :term:`OBS_VALID_END`
* - :term:`OBS_VALID_HOUR_LIST` and :term:`VALID_END`
- obs_valid_end

**${METPLUS_OBS_VALID_HOUR}**
Expand All @@ -3242,7 +3242,7 @@ Below the file contents are descriptions of each environment variable referenced

* - METplus Config(s)
- MET Config File
* - :term:`FCST_INIT_BEG`
* - :term:`FCST_INIT_HOUR_LIST` and :term:`INIT_BEG`
- fcst_init_beg

**${METPLUS_FCST_INIT_END}**
Expand All @@ -3253,7 +3253,7 @@ Below the file contents are descriptions of each environment variable referenced

* - METplus Config(s)
- MET Config File
* - :term:`FCST_INIT_END`
* - :term:`FCST_INIT_HOUR_LIST` and :term:`INIT_END`
- fcst_init_end

**${METPLUS_FCST_INIT_HOUR}**
Expand All @@ -3275,7 +3275,7 @@ Below the file contents are descriptions of each environment variable referenced

* - METplus Config(s)
- MET Config File
* - :term:`OBS_INIT_BEG`
* - :term:`OBS_INIT_HOUR_LIST` and :term:`INIT_BEG`
- obs_init_beg

**${METPLUS_OBS_INIT_END}**
Expand All @@ -3286,7 +3286,7 @@ Below the file contents are descriptions of each environment variable referenced

* - METplus Config(s)
- MET Config File
* - :term:`OBS_INIT_END`
* - :term:`OBS_INIT_HOUR_LIST` and :term:`INIT_END`
- obs_init_end

**${METPLUS_OBS_INIT_HOUR}**
Expand Down

0 comments on commit a244f9c

Please sign in to comment.