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 ) over the lifespan of a storm is computed as follows:
where
is the time of the observation
is the lifespan of the storm
Power Dissipation Index
The power dissipation index (PDI, in ) or total power dissipated by a tropical storm over its lifespan (Emanuel 1999, 2005) is computed as follows:
where
is the time of the observation
is the lifespan of the storm
is the air density fixed to
as in Emanuel (1999)
is the drag coefficient of the storm fixed to
X
as in Emanuel (1999)
Duration of exposure
The duration of exposure (in ) to winds reaching defined speed thresholds is computed as follows:
where
is the time of the observation
is the lifespan of the storm
is the maximum sustained wind speed at time
(in
)
is the minimum wind sped threshold (in
)
By default the duration of exposure is computed for each
Saffir-Simpson Hurricane Scale threshold values for tropical cyclone
categories (i.e.,
,
,
,,
and
,
(Simpson 1974)) but can be defined using
the wind_threshold
argument.