Skip to contents

The temporalBehaviour() and the spatialBehaviour() functions allow computing wind speed and direction along the lifespan of a tropical cyclone. The temporalBehaviour() function focuses on the temporal variation at a specific location while the spatialBehaviour() function focuses on the spatial variation over a given area. Both functions also allow to compute summary statistics about the behaviour of the wind generated by cyclones. Three summary statistics are available: maximum sustained wind speed, power dissipation index, and the duration of exposure to winds reaching defined speed thresholds.

Maximum sustained wind speed

The maximum sustained wind speed (MSW, in m.s1m.s^{-1}) over the lifespan of a storm is computed as follows:

max(v(t)|t[0,T]) \max(v(t) | t \in [0,T])

where tt is the time of the observation
TT is the lifespan of the storm

Power Dissipation Index

The power dissipation index (PDI, in J.m2J.m^{2}) or total power dissipated by a tropical storm over its lifespan (Emanuel 1999, 2005) is computed as follows:

Tρ×Cd×vr3dt \int_T \rho \times C_d \times v_r^3 \ dt

where tt is the time of the observation
TT is the lifespan of the storm
ρ\rho is the air density fixed to 11kg.m3kg.m^{-3} as in Emanuel (1999)
CdC_d is the drag coefficient of the storm fixed to 22 X 10310^{-3} as in Emanuel (1999)

Duration of exposure

The duration of exposure (in hourshours) to winds reaching defined speed thresholds is computed as follows:

Tc(vt)dt \int_T c(v_t) dt

{c(vt)=1ifvtThdc(vt)=0ifvt<Thd \left\{ \begin{aligned} c(v_t) &= 1 \quad if \quad v_t \geq Thd\\ c(v_t) &= 0 \quad if \quad v_t < Thd\\ \end{aligned} \right.

where
tt is the time of the observation
TT is the lifespan of the storm
vtv_t is the maximum sustained wind speed at time tt (in m.s1m.s^{-1})
ThdThd is the minimum wind sped threshold (in m.s1m.s^{-1})

By default the duration of exposure is computed for each Saffir-Simpson Hurricane Scale threshold values for tropical cyclone categories (i.e., 3333, 4343, 5050 ,5858, and 7070m.s1m.s^{-1}, (Simpson 1974)) but can be defined using the wind_threshold argument.

References

Emanuel, Kerry A. 1999. “The Power of a Hurricane: An Example of Reckless Driving on the Information Superhighway.” Weather 54 (4): 107–8. https://doi.org/10.1002/j.1477-8696.1999.tb06435.x.
———. 2005. “Increasing Destructiveness of Tropical Cyclones over the Past 30 Years.” Nature 436 (7051): 686–88. https://doi.org/10.1038/nature03906.
Simpson, R. H. 1974. “The Hurricane DisasterPotential Scale.” Weatherwise, July. https://doi.org/10.1080/00431672.1974.9931702.