Skip to content

Commit

Permalink
#2601 Added seeps_grid_climo_name and seeps_point_climo_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Jun 26, 2024
1 parent 6f75e5a commit 4663816
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions docs/Users_Guide/config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1626,6 +1626,26 @@ The default setting is >=0.1&&<=0.85.
seeps_p1_thresh = >=0.1&&<=0.85;
seeps_grid_climo_name
---------------------

The "seeps_grid_climo_name" option sets the location and the filename of the SEEPS climo file for the gridded data.
The default setting is the empty string which does not provide the SEEPS climo bame and location. It can be overridden by the environment variable, MET_SEEPS_GRID_CLIMO_NAME.

.. code-block:: none
seeps_grid_climo_name = "";
seeps_point_climo_name
----------------------

The "seeps_point_climo_name" option controls controls the location and the filename of the SEEPS climo file for the point data.
The default setting is the empty string which does not override the default location and name. It can be overridden by the environment variable, MET_SEEPS_POINT_CLIMO_NAME.

.. code-block:: none
seeps_point_climo_name = "";
mask_missing_flag
-----------------

Expand Down
2 changes: 1 addition & 1 deletion docs/Users_Guide/grid-stat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ The **output_flag** array controls the type of output that the Grid-Stat tool ge

Note that the first two line types are easily derived from one another. The user is free to choose which measure is most desired. The output line types are described in more detail in :numref:`grid_stat-output`.

The SEEPS climo file is not distributed with MET tools because of the file size. It should be configured by using the environment variable, MET_SEEPS_GRID_CLIMO_NAME.
The SEEPS climo file is not distributed with MET tools because of the file size. It should be configured by using the configuration file (seeps_grid_climo_name). It can be overridden by the environment variable, MET_SEEPS_GRID_CLIMO_NAME.


_____________________
Expand Down
2 changes: 1 addition & 1 deletion docs/Users_Guide/point-stat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ Note that writing out matched pair data (MPR lines) for a large number of cases

If all line types corresponding to a particular verification method are set to NONE, the computation of those statistics will be skipped in the code and thus make the Point-Stat tool run more efficiently. For example, if FHO, CTC, and CTS are all set to NONE, the Point-Stat tool will skip the categorical verification step.

The default SEEPS climo file exists at MET_BASE/climo/seeps/PPT24_seepsweights.nc. It can be overridden by using the environment variable, MET_SEEPS_POINT_CLIMO_NAME.
The default SEEPS climo file exists at MET_BASE/climo/seeps/PPT24_seepsweights.nc. It is configurable by using the configuration file (seeps_point_climo_name). It can be overridden by the environment variable, MET_SEEPS_POINT_CLIMO_NAME.

.. _point_stat-output:

Expand Down

0 comments on commit 4663816

Please sign in to comment.