openwfm / wrfxpy

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

Run fmda from wrfouts #63

Open janmandel opened 4 years ago

janmandel commented 4 years ago

Martin had fmda from wrfout in https://github.com/vejmelkam/fmda. A version is in wrfxpy in https://github.com/openwfm/wrfxpy/blob/master/src/fmda/fuel_moisture_da. I made some fixes and played with it around 9be3fe151f9c87cdcd359e3a23083216d8ece626 in summer 2018 but it would not run from the wrfout on the finest (fire) domain because there was not enough RAWs there, usually none.

We should run fmda from wrfout in one of the outer domains and dowscale to the domain(s) where the fire model runs.

See also: Replace atmospheric data source in FMDA #22 Start fire simulation from FMDA via METGRID #40