Skip to content

Commit

Permalink
Bug fix to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalbo committed Jan 2, 2024
1 parent 4e3b536 commit 5694a2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Users_Guide/mode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ When setting a threshold to a percentile, some choices require both an observati

* "==FBIAS" in an observation input.
* e.g. "==FBIAS1" in an observation input to automatically de-bias the data, using a simple threshold in the matching forecast input. For example,
when observation input 3 has "==FBIAS1", and forecast input 3 has ">5.0", MET applies the >5.0 threshold to the forecast and then chooses an
observation threshold which results in a frequency bias of 1. The frequency bias can be any float value > 0.0.
when observation input 3 has "==FBIAS1", and forecast input 3 has ">5.0", MET applies the >5.0 threshold to the forecast and then chooses an
observation threshold which results in a frequency bias of 1. The frequency bias can be any float value > 0.0.

* "==FBIAS" in a forecast input.
* e.g. "==FBIAS1" in a forecast input to automatically de-bias the data, using a simple threshold in the matching observation input. For example,
when forecast input 2 has "==FBIAS1", and observation input 2 has ">5.0", MET applies the >5.0 threshold to the observation and then chooses a
forecast threshold which results in a frequency bias of 1. The frequency bias can be any float value > 0.0.
when forecast input 2 has "==FBIAS1", and observation input 2 has ">5.0", MET applies the >5.0 threshold to the observation and then chooses a
forecast threshold which results in a frequency bias of 1. The frequency bias can be any float value > 0.0.


Practical Information
Expand Down

0 comments on commit 5694a2a

Please sign in to comment.