fireDynamics: Models fire behaviour across multiple ages on parallel cores...

View source: R/Risk.R

fireDynamicsR Documentation

Models fire behaviour across multiple ages on parallel cores Uses either weatherSet_Frame or probFire_Frame

Description

Models fire behaviour across multiple ages on parallel cores Uses either weatherSet_Frame or probFire_Frame

Usage

fireDynamics(
  fireDat,
  analysis = "Probabilistic",
  weather,
  slope = 5,
  slopeSD = 2,
  slopeRange = 5,
  temp = 30,
  tempSD = 5,
  tempRange = 3,
  DFMC = 0.1,
  DFMCSD = 0.01,
  DFMCRange = 2,
  wind = 10,
  windSD = 5,
  windRange = 5,
  fLine = 1000,
  moistureMultiplier = 1,
  moistureSD = 0.01,
  moistureRange = 1.5,
  reps = 5,
  leafVar = 0.1,
  Ms = 0.01,
  Pm = 1,
  Mr = 1.5,
  vAir500 = 2,
  testN = 5,
  updateProgress = NULL,
  threshold = 1,
  freeCores = 1
)

Arguments

fireDat

A list containing the datasets Flora, Structure, and default.species.params

analysis

Type of analysis, either "Weather" to use weatherSet_Frame, or "Probabilistic" to use probFire_Frame

weather

A dataframe for use with weatherSet_Frame, with the five fields: tm - Sequential numbering of the records T - Air temperature (deg C) W - Wind velocity (km/h) DFMC - Dead fuel moisture content (proportion ODW) record - A unique number for each age corresponding to the same fields in fireDat

slope

Mean slope (degrees)

slopeSD

Standard deviation of the slope (degrees)

slopeRange

Range of slope (degrees)

temp
tempSD
tempRange
DFMC
DFMCSD
DFMCRange
wind
windSD
windRange
fLine

Fireline length (m)

moistureMultiplier
moistureSD
moistureRange
reps

Number of repetitions for each set of weather conditions

leafVar
Ms
Pm
Mr
vAir500

Multiplier of wind speed to estimate 500 hPA wind

testN
updateProgress

Progress bar for use in the dashboard

threshold

Minimum allowable height for canopy (m)

freeCores

Number of cores to leave free for other processes

Value

list


pzylstra/frame_r documentation built on Nov. 12, 2023, 1:55 a.m.