# Fuel moisture (fraction, 0-1) for each size class
moisture = FuelClasses(d1=0.06, d10=0.07, d100=0.08, herb=0.0, wood=0.0)
# Rate of spread in m/min
rate_of_spread(SHORT_GRASS, moisture=moisture, wind=8.0, slope=0.0)31.119112730486354
Use the Rothermel (1972) model with one of the 13 standard NFFL fuel models:
31.119112730486354
See the Rothermel page for details on fuel models and parameters.
The SpreadModel module lets you compose a FireSpreadModel from pluggable wind, moisture, and terrain components:
Create a level set grid, ignite, and simulate:
LevelSetGrid{Float64} 200×200 (t=50.0, burned=622/40000)
See the Level Set page for more plotting options and the Spread Model page for dynamic moisture, custom components, and more.