Skip to content

Commit

Permalink
Per #2633, small tweaks to the config file comments and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jul 31, 2023
1 parent f03eedc commit 1125b72
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
12 changes: 7 additions & 5 deletions data/config/GridStatConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@ distance_map = {

////////////////////////////////////////////////////////////////////////////////

//
// Threshold for SEEPS p1 (Probability of being dry)
//
seeps_p1_thresh = >=0.1&&<=0.85;

////////////////////////////////////////////////////////////////////////////////

//
// Statistical output types
// May be set separately in each "obs.field" entry
Expand Down Expand Up @@ -255,11 +262,6 @@ nc_pairs_flag = {
apply_mask = TRUE;
}

////////////////////////////////////////////////////////////////////////////////
// Threshold for SEEPS p1 (Probability of being dry)

seeps_p1_thresh = >=0.1&&<=0.85;

////////////////////////////////////////////////////////////////////////////////

grid_weight_flag = NONE;
Expand Down
11 changes: 7 additions & 4 deletions data/config/PointStatConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,13 @@ hira = {

////////////////////////////////////////////////////////////////////////////////

//
// Threshold for SEEPS p1 (Probability of being dry)
//
seeps_p1_thresh = >=0.1&&<=0.85;

////////////////////////////////////////////////////////////////////////////////

//
// Statistical output types
// May be set separately in each "obs.field" entry
Expand Down Expand Up @@ -290,10 +297,6 @@ output_flag = {
seeps_mpr = NONE;
}

////////////////////////////////////////////////////////////////////////////////
// Threshold for SEEPS p1 (Probability of being dry)

seeps_p1_thresh = >=0.1&&<=0.85;
////////////////////////////////////////////////////////////////////////////////

tmp_dir = "/tmp";
Expand Down
7 changes: 4 additions & 3 deletions docs/Users_Guide/config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ all pairs into a single climatological bin.
direct_prob = FALSE; or TRUE
}
climato_data
climate_data
^^^^^^^^^^^^

When specifying climatology data for probability forecasts, either supply a
Expand Down Expand Up @@ -1497,14 +1497,15 @@ In this way, the number of bins impacts the resolution of the climatological
probabilities. These derived probability values are used to compute the
climatological Brier Score and Brier Skill Score.

seeps_p1_thresh
^^^^^^^^^^^^^^^

The "seeps_p1_thresh" option controls the threshold of p1 (probability of being dry) values.
The default setting is >=0.1&&<=0.85.

.. code-block:: none
seeps_p1_thresh = >=0.1&&<=0.85;
seeps_p1_thresh = >=0.1&&<=0.85;
mask_missing_flag
^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 1125b72

Please sign in to comment.