Description Usage Arguments Value References Examples
Take the precipitation and temperature and extract wet-hot occurrence based on thresholds.The binary variable of the wet and warm (WW) event can be otained.
1 | GetWH(mp,mt,threp,thret)
|
mp |
Precipitation |
mt |
Temperature |
threp |
Threshold of precipitation (e.g., 80th percentile) |
thret |
Threshold of temperature (e.g., 80th percentile) |
The occurrence of compound wet-hot event (0-1 binary variable)
Hao, Z. et al (2013). Changes in concurrent monthly precipitation and temperature extremes.Environ. Res. Lett., 8(3): 034014.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.