Problem statement: in some calibration use cases, the users need not know how a simulated fire spreads after having exceeded a certain size threshold. It makes sense to configure this on a per-fire basis.
Proposed solution: in the IGNITIONS_CSV_FILENAME file, allow an optional new column stop_above_atotal, providing a threshold in acres. For example, the following ignitions CSV
Problem statement: in some calibration use cases, the users need not know how a simulated fire spreads after having exceeded a certain size threshold. It makes sense to configure this on a per-fire basis.
Proposed solution: in the
IGNITIONS_CSV_FILENAME
file, allow an optional new columnstop_above_atotal
, providing a threshold in acres. For example, the following ignitions CSVmeans that:
icase=19
should stop being simulated if it exceeds 100 acres, whileicase=20
should stop being simulated if it exceeds 10 acres.Outputs should still be emitted even if these thresholds are reached.