
Apply per-base-fuel-type IgnProb multipliers to a FuelTypeTable
apply_calibrated_ignprob.RdEach 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.
Arguments
- fuel_type_table
data.frame from
defaultFuelTypeTable(). Must haveBaseandIgnProbcolumns.- calibrated_fire_params
Named numeric vector. Must include the five
IgnProb_<base>entries fromcalibration_par_names().
See also
Other Dynamic Fire calibration helpers:
apply_calibrated_hi_prop(),
bc_fuel_code_to_base(),
build_calibration_scenario_template(),
build_calibration_spinup_scenario(),
calibrate_dynamic_fire(),
calibration_par_names(),
default_severity_prior_sturtevant2009(),
loss_from_stats(),
parse_dynamic_fire_logs(),
patch_fire_config(),
run_calibration_spinup(),
save_observed_fire_targets(),
sim_landis(),
sim_mock(),
sim_r_reimpl()
Other Dynamic Fire helpers:
DynamicFire,
apply_calibrated_hi_prop(),
defaultFuelTypeTable(),
insertBuildUpIndex(),
insertFireSizesTable(),
insertFuelTypeTable(),
insertGroundSlopeFile(),
insertSeasonTable(),
insertUphillSlopeAzimuthMap(),
prepDynamicEcoregionTable(),
prepDynamicWeatherTable(),
prepFireSizesTable(),
prepInitialWeatherDatabase(),
prepTopographyFile()