-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
Implement proper deterministic fire modeling mode by passing both -i and --deterministic flags to FireSTARR. This produces a deterministic arrival-time raster (single prediction, no Monte Carlo), which when polygonalized produces a proper deterministic fire perimeter prediction — equivalent to Prometheus and WISE output.
Context
Replaces the old "pseudo deterministic" approach. With -i + --deterministic:
- FireSTARR runs a single deterministic scenario
- Output is an arrival-time raster (not probability)
- Polygonalizing the arrival-time raster produces a proper prediction perimeter
Related Issues
- Depends on: [FR] Add -i flag to all FireSTARR CLI invocations #150 (add
-iflag to all calls) - Related to: [BUG] Remove polygon perimeter params from Stage 3 UI #146 (remove polygon perim params)
- Related to: model mode selector (probabilistic/deterministic/long-term risk)
Acceptance Criteria
- When deterministic mode is selected, Nomad passes both
-iand--deterministicto FireSTARR - Arrival-time raster is produced and available
- Perimeter can be generated from the arrival-time raster
- Output is a single deterministic prediction, not a probability distribution
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request