Skip to contents

Binds every replicate's event table into one data frame and adds the burned area of each event in hectares. One row per simulated fire event.

Usage

calibration_events(stats)

Arguments

stats

A run_calibration_validation() summary.

Value

A data frame with year, eco, init_fuel, sites, mean_severity and area_ha.

Details

sites is the event's burned cells (the log's SitesChecked) and mean_severity its mean severity over those cells, as parse_dynamic_fire_logs() recovers them. The log's own MeanSeverity is divided by DamagedSites, one more than the burned cells, which is why raw values fall below 1.