Both functions return list with fire behavior variables. In the case of fire_FCCS
, the function returns the variables in three blocks (lists SurfaceFire
, CrownFire
and FirePotentials
), and the values are:
SurfaceFire$`midflame_WindSpeed [m/s]`
: Midflame wind speed in the surface fire.
SurfaceFire$phi_wind
: Spread rate modifier due to wind.
SurfaceFire$phi_slope
: Spread rate modifier due to slope.
SurfaceFire$`I_R_surf [kJ/m2/min]`
: Intensity of the surface fire reaction.
SurfaceFire$`I_R_litter [kJ/m2/min]`
: Intensity of the litter fire reaction.
SurfaceFire$`q_surf [kJ/m2]`
: Heat sink of the surface fire.
SurfaceFire$`q_litter [kJ/m2]`
: Heat sink of the litter fire.
SurfaceFire$xi_surf
: Propagating flux ratio of the surface fire.
SurfaceFire$xi_litter
: Propagating flux ratio of the litter fire.
SurfaceFire$`ROS_surf [m/min]`
: Spread rate of the surface fire(without accounting for faster spread in the litter layer).
SurfaceFire$`ROS_litter [m/min]`
: Spread rate of the litter fire.
SurfaceFire$`ROS_windslopecap [m/min]`
: Maximum surface fire spread rate according to wind speed.
SurfaceFire$`ROS [m/min]`
: Final spread rate of the surface fire.
SurfaceFire$`I_b [kW/m]`
: Fireline intensity of the surface fire.
SurfaceFire$`FL [m]`
: Flame length of the surface fire.
CrownFire$`I_R_canopy [kJ/m2/min]`
: Intensity of the canopy fire reaction.
CrownFire$`I_R_crown [kJ/m2/min]`
: Intensity of the crown fire reaction (adding surface and canopy reactions).
CrownFire$`q_canopy [kJ/m2]`
: Heat sink of the canopy fire.
CrownFire$`q_crown [kJ/m2]`
: Heat sink of the crown fire (adding surface and canopy heat sinks).
CrownFire$xi_surf
: Propagating flux ratio of the crown fire.
CrownFire$`canopy_WindSpeed [m/s]`
: Wind speed in the canopy fire (canopy top wind speed).
CrownFire$WAF
: Wind speed adjustment factor for crown fires.
CrownFire$`ROS [m/min]`
: Spread rate of the crown fire.
CrownFire$Ic_ratio
: Crown initiation ratio.
CrownFire$`I_b [kW/m]`
: Fireline intensity of the crown fire.
CrownFire$`FL [m]`
: Flame length of the crown fire.
FirePotentials$RP
: Surface fire reaction potential ([0-9]).
FirePotentials$SP
: Surface fire spread rate potential ([0-9]).
FirePotentials$FP
: Surface fire flame length potential ([0-9]).
FirePotentials$SFP
: Surface fire potential ([0-9]).
FirePotentials$IC
: Crown initiation potential ([0-9]).
FirePotentials$TC
: Crown-to-crown transmission potential ([0-9]).
FirePotentials$RC
: Crown fire spread rate potential ([0-9]).
FirePotentials$CFC
: Crown fire potential ([0-9]).