Namespace canopy_fire_mod
Namespace List > canopy_fire_mod
Public Functions
| Type | Name |
|---|---|
| subroutine | canopy_flameh (FLAMEH_OPT FLAMEH_OPT, FLAMEH_SET FLAMEH_SET, DX DX, MODRES MODRES, FRP_IN FRP_IN, FRP_FAC FRP_FAC, FCH FCH, LU_OPT LU_OPT, VTYPE VTYPE, FLAMEH_CAL FLAMEH_CAL, MIDFLAMEPOINT MIDFLAMEPOINT, FLAMEH FLAMEH) Calculate flame height and midflame point. |
| subroutine | canopy_waf (HCM HCM, LAMBDARS LAMBDARS, HREF HREF, FLAMEH FLAMEH, FIRETYPE FIRETYPE, D_H D_H, ZO_H ZO_H, CANBOTMID CANBOTMID, CANTOPMID CANTOPMID, WAF WAF) Calculate Wind Adjustment Factor for fire spread. |
Public Functions Documentation
function canopy_flameh
Calculate flame height and midflame point.
subroutine canopy_fire_mod::canopy_flameh (
FLAMEH_OPT FLAMEH_OPT,
FLAMEH_SET FLAMEH_SET,
DX DX,
MODRES MODRES,
FRP_IN FRP_IN,
FRP_FAC FRP_FAC,
FCH FCH,
LU_OPT LU_OPT,
VTYPE VTYPE,
FLAMEH_CAL FLAMEH_CAL,
MIDFLAMEPOINT MIDFLAMEPOINT,
FLAMEH FLAMEH
)
Computes flame height and midflamepoint layer needed for WAF calculation using various methods including FRP-based calculations and user-defined values
Parameters:
FLAMEH_OPTInteger for flame height calculation option (0=calculate, 1=user set, etc.)FLAMEH_SETUser set flame height value (m)DXGrid cell distance using haversine formula (m)MODRESCanopy model input vertical resolution (m)FRP_INModel input Fire Radiative Power (MW/grid cell area)FRP_FACFRP tuning factor for flame height calculationFCHGrid cell canopy height (m)LU_OPTSupported land use classificationsVTYPEDominant vegetation typeFLAMEH_CALOption of vegetation type dependent FRP to flame height relationshipsMIDFLAMEPOINTIndex of the mid-flame pointFLAMEHCalculated flame height (m)
Author:
P. C. Campbell
Date:
Oct 2022
Note:
Supports multiple flame height calculation methods and crown fire detection
function canopy_waf
Calculate Wind Adjustment Factor for fire spread.
subroutine canopy_fire_mod::canopy_waf (
HCM HCM,
LAMBDARS LAMBDARS,
HREF HREF,
FLAMEH FLAMEH,
FIRETYPE FIRETYPE,
D_H D_H,
ZO_H ZO_H,
CANBOTMID CANBOTMID,
CANTOPMID CANTOPMID,
WAF WAF
)
Computes Wind Adjustment Factor for fire spread for either sub-canopy or above-canopy fires using Massman et al. (2017) formulations
Parameters:
HCMHeight of canopy top (m)LAMBDARSValue representing influence of roughness sublayer (dimensionless)HREFReference height above the canopy (m)FLAMEHFlame height for above canopy fire (m)FIRETYPEFire type: 1=Above Canopy Fire, 0=Below Canopy FireCANBOTMIDMid-flame canopy bottom wind reduction factor (dimensionless)CANTOPMIDMid-flame canopy top wind reduction factor (dimensionless)D_HZero-plane displacement height (d/h) (dimensionless)ZO_HSurface (soil+veg) roughness length (zo/h) (dimensionless)WAFWind Adjustment Factor (dimensionless)
Author:
P. C. Campbell
Date:
Jun 2022
Note:
Based on Massman et al. (2017) algorithms for fire behavior prediction Massman, W.J., J.M. Forthofer, M.A. Finney (2017). An improved canopy wind model for predicting wind adjustment factors and wildland fire behavior. Canadian Journal of Forest Research, 47(5), 594-599. https://doi.org/10.1139/cjfr-2016-0354
The documentation for this class was generated from the following file src/canopy_fire_mod.F90