fire.regime | R Documentation |
Wildfires under a synoptic weather condition or prescribed burns
fire.regime( land, clim, params, swc = 1, clim.sever = 0, annual.burnt.area = 0, step = 1, out.path )
land |
A |
clim |
A data frame with minimum temperature (in ºC), maximum temperature (in ºC), and precipitation (in mm) per location |
params |
A list of model parameters, default ones are generated by the function |
swc |
Vector with the numeric indicator of the synoptic weather conditions to simulate: 1 - wind, 2 - heat, 3 - regular, or 4 - prescribed burns |
clim.sever |
Climatic severity of the year: 0 - mild, 1 - severe |
annual.burnt.area |
The total burnt area in the current time stepA string indicating which regional policy is adopted to allocate the timber demands |
step |
Integer indicating the current time step |
out.path |
String with the directory path to save log files |
A list of two objects: A data frame with target, burnt and suppressed areas per fire, and
a data frame with fire identificator, step of spreading, fire intensity and whether it is ignition (TRUE or FALSE)
per burnt location (identified by cell.id
)
data(landscape) data(clim) params = default.params() land = landscape land$interface = interface(landscape) # Simulate wildfires under Wind synoptic weather conditions for a climatic mild year fire.regime(land, clim, params, swc = 1, clim.sever = 0, annual.burnt.area = 0, step = 1, out.path=tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.