openwfm / wrfxpy

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

Initialize fire simulations from dead fuel moisture by fmda #8

Closed janmandel closed 5 years ago

janmandel commented 7 years ago

The fuel moisture at the start of simulation is now fixed. Use more realistic dead fuel moisture from fmda spinup. Pass to wrf-sfire the initial moisture fields and updated moisture model parameters as modified by data assimilation. First run fuel moisture for a spinup period. Prerequisite: #24

janmandel commented 5 years ago

Done by passing the fmda variables to geogrid in 33f6ed3c023461114ad21345bc5a1307358b2744 June 19 2019. Grabs fmda file in location given by by fmda_geogrid_path in input json. Test case provided: https://github.com/openwfm/wrfxpy/blob/33f6ed3c023461114ad21345bc5a1307358b2744/tests/fmda_geogrid.json#L74