openwfm / wrfxpy

WRF-SFIRE data acquisitiion, forecasting, data assimilation, and visualization in Python.
MIT License
37 stars 17 forks source link

Start fire simulation from FMDA via METGRID #40

Open janmandel opened 4 years ago

janmandel commented 4 years ago

Starting fire simulation from FMDA #32 is currently implemented through GEOGRID, but GEOGRID is meant for static data only. An implementation through METGRID directly was suggested https://github.com/wrf-model/WRF/pull/792#pullrequestreview-260869265. real.exe should not be affected.

A pathway through METGRID should also open the door to input from multiple times not just at the start.

Fergui commented 3 years ago

Done in commit number 2f67754e55047ff473e80d7730967416bf91dc9c

Fergui commented 3 years ago

Still need some documentation on how to use it and add an item to input.json to active it