Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy committed Oct 25, 2023
1 parent 60bcfae commit 5326341
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/Users_Guide/difficulty_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ threshold. So it penalizes the split case, where the ensemble members are close
either side of the threshold. The A term outside the brackets is a weighting to account for
heuristic forecast difficulty situations. Its values for winds are given below.

.. math :: A = 0 if \bar{x} is above 50kt
.. math :: A = 0 if \bar{x} is below 5kt
.. math :: A = 1.5 if \bar{x} is between 28kt and 34kt
.. math :: \text{A} = 1.5 - 1.5[\frac{\bar{x}(kt)-34kt}{16kt}] for 34kt\leq\bar{x}\leq 50kt
.. math :: \text{A} = 1.5[\frac{\bar{x}(kt)-5kt}{23kt}] for 5kt\leq\bar{x}\leq 28kt
.. math :: A = 0 if \bar{x} is above 50kt
.. math :: A = 0 if \bar{x} is below 5kt
.. math :: A = 1.5 if \bar{x} is between 28kt and 34kt
.. math :: \text{A} = 1.5 - 1.5[\frac{\bar{x}(kt)-34kt}{16kt}] for 34kt\leq\bar{x}\leq 50kt
.. math :: \text{A} = 1.5[\frac{\bar{x}(kt)-5kt}{23kt}] for 5kt\leq\bar{x}\leq 28kt
.. image:: figure/weighting_wave_hgt_difficulty_index.png
.. image:: figure/weighting_wave_hgt_difficulty_index.png

The weighting ramps up to a value 1.5 for a value of :math:`x` that is slightly below the threshold.
This accounts for the notion that a forecast is more difficult when it is slightly below the threshold
Expand Down

0 comments on commit 5326341

Please sign in to comment.