lautenberger / elmfire

Eulerian Level set Model of FIRE spread
https://elmfire.io
Eclipse Public License 2.0
23 stars 11 forks source link

UMD spotting model updates #55

Closed yqin123 closed 3 months ago

yqin123 commented 4 months ago
  1. Correct Sardoy model implementation, transform the 20ft wind speed to the 10m wind speed when calculating the distribution parameters.
  2. Initialize linked list LIST_BURNT with local wind speed and corresponding fire statistics (UX, UY, FLIN_SURFACE, FLIN_CANOPY, etc.) This allows spotting to be activated at the first time step when initializing the simulation using the PHIP field.
  3. Spotting duration can be controlled by the UCB structural model. (activating spotting when HRR condition is met)
lautenberger commented 4 months ago

Thank you, Yiren - acknowledging this PR. Will review and let you know if I have any questions or comments shortly.

lautenberger commented 3 months ago

Thanks, Yiren - closing pull request