Fire Weather Index applied to 1D data
Implementation of the Canadian Fire Weather Index System for vector data
fwi1D( dates, Tm, H, r, W, lat = 46, what = "FWI", init.pars = c(85, 6, 15), spin.up = 0 )
dates |
Vector of dates. This is a character string in the form |
Tm |
Vector of temperature records (deg. Celsius) |
H |
Vector of relative humidity records (%) |
r |
Vector of last 24-h accumulated precipitation (mm) |
W |
Vector of wind velocity records (Km/h) |
lat |
Optional. Latitude of the records (in decimal degrees). Default to 46, applying the default parameters of the original FWI System, developed in Canada. See Daylength Adjustment details. |
what |
Character vector, indicating the components of the FWI system to be returned.
Accepted values include any possible subset of the set { |
init.pars |
A numeric vector of length 3 with the initialization values for the FFMC, DMC and DC components, in this order. Default values as proposed by van Wagner (1987). |
spin.up |
Non-negative integer indicating the number of days considered for FWI spin-up. Default to 0 (i.e. no spin-up is considered). See the dedicated Section below for further details. |
A matrix with the time (days) arranged in rows and the components selected in what
in columns. The attribute colnames
gives the component ordering. Default to a single-colum matrix returning FWI.
By default, the function applies the original FWI daylength adjustment factors for DC and DMC (van Wagner 1987),
although it is possible to adjust them by as a function of latitude through the argument lat
.
The reference values used for each latitudinal range are those indicated in p.71 and Tables A3.1 and A3.2 (p69) in
Lawson and Armitage (2008).
FWI is initialized with some values for FFMC, DMC and DC components. This means that the first values of the series are not reliable,
until the index is iterated over several time steps and stabilizes (typically a few days suffice).
Thus, the first index values can be optionally set to NA
. The number of days at the beginning of the series to be set to NA
is controlled via the spin.up
argument.
The FWI system should be computed by definition upon instantaneous values of temperature, relative humidity and wind speed measured a "noon local standar time", plus 24-h accumulated precipitation. The use of inadequate temporal resolution has important implicationas, as highlighted by Herrera et al. (2013). However, prior studies rely on adequate proxies, in order to exploit model databases containing just daily data (see e.g. Bediat et al. (2014)).
Joaquin Bedia-Jiménez
Lawson, B.D. & Armitage, O.B., 2008. Weather guide for the Canadian Forest Fire Danger Rating System. Northern Forestry Centre, Edmonton (Canada).
van Wagner, C.E., 1987. Development and structure of the Canadian Forest Fire Weather Index (Forestry Tech. Rep. No. 35). Canadian Forestry Service, Ottawa, Canada.
van Wagner, C.E., Pickett, T.L., 1985. Equations and FORTRAN program for the Canadian forest fire weather index system (Forestry Tech. Rep. No. 33). Canadian Forestry Service, Ottawa, Canada.
Herrera, S., Bedia, J., Gutierrez, J.M., Fernandez, J., Moreno, J.M., 2013. On the projection of future fire danger conditions with various instantaneous/mean-daily data sources. Climatic Change 118, 827-840.
Bedia, J., Herrera, S., Camia, A., Moreno, J.M., Gutierrez, J.M., 2014. Forest Fire Danger Projections in the Mediterranean using ENSEMBLES Regional Climate Change Scenarios. Climatic Change 122, 185-199.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.