Skip to contents

Each row of fuel_type_table carries a Base column (one of "Conifer", "ConiferPlantation", "Deciduous", "Slash", "Open") and an IgnProb column. This multiplies IgnProb row-wise by the matching IgnProb_<base> entry in the calibrated parameter vector. Defaults in defaultFuelTypeTable() are mostly 1.0 (with D1 = 0.5), so a candidate range of [0, 1.5] directly scales the relative ignition weighting.

Usage

apply_calibrated_ignprob(fuel_type_table, calibrated_fire_params)

Arguments

fuel_type_table

data.frame from defaultFuelTypeTable(). Must have Base and IgnProb columns.

calibrated_fire_params

Named numeric vector. Must include the five IgnProb_<base> entries from calibration_par_names().

Value

A copy of fuel_type_table with IgnProb updated.