Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/Users_Guide/config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,13 @@ values and randomly perturbed ensemble member values. Values less than MIN are
reset to the minimum value and values greater than MAX are reset to the maximum
value. A value of NA indicates that the variable is unbounded.

If the observation error table contains no entries for the variable being
evaluated, MET prints a warning message and disables the observation error
logic. If the table does contain entries for the variable, but the lookup for
an individual observation fails, that observation is excluded from the analysis.
This situation would occur, for example, when the observation value falls outside
the range of values in the VAL_RANGE column.

MET_GRIB_TABLES
---------------

Expand Down
Loading
Loading