canFuel: Canopy Fuel Stratum Characteristics Calculator

Description Usage Arguments Value Author(s) References See Also Examples

Description

Canopy parameters estimated by Cruz, Alexander & Wakimoto (2003).

Usage

1
canFuel(ba, ht, tph, type)

Arguments

ba

a numeric vector of stand basal areas (m2/ha)

ht

a numeric vector of average stand tree heights (m)

tph

a numeric vector of stand densities (trees/ha)

type

a character vector of forest cover types, either: "df" for Douglas-fir (Pseudotsuga menziesii); "pp" for ponderosa pine (Pinus ponderosa); "lp" for lodgepole pine (Pinus contorta); "mc" for mixed conifer

Value

a data frame with canopy base height (m), canopy fuel load (kg/m2), and canopy bulk density (kg/m3)

Author(s)

Justin P Ziegler, justin.ziegler@colostate.edu

References

Cruz M.G., Alexander M.E., Wakimoto R.H. 2003. Assessing canopy fuel stratum characteristics in crown fire prone fuel types of western North America. International Journal of Wildland Fire. 12(1):39-50.

See Also

This function provides values for rothermel and cfis inputs.

Examples

1
2
3
4
5
6
#Two hypothetical forest stands
ba = c(10, 15)
ht = c(12, 20)
tph = c(100, 300)
type = c('df', 'lp')
canFuel(ba, ht, tph, type)

zieg9479/firebehavioR documentation built on May 15, 2019, 10:03 p.m.