Skip to content

[FR] Proper deterministic mode using -i + --deterministic #151

@spydmobile

Description

@spydmobile

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

Acceptance Criteria

  • When deterministic mode is selected, Nomad passes both -i and --deterministic to 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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions