Difference between revisions of "Fuel moisture model"

From openwfm
Jump to navigation Jump to search
(mv namelist.input ref to configuration)
Line 12: Line 12:
  
 
[[Image:finefuels.png|400px]]  [[Image:timelag.png|400px]]  
 
[[Image:finefuels.png|400px]]  [[Image:timelag.png|400px]]  
 
The parameters of the moisture model are set in [[namelist.fire]].
 
  
 
==Configuration==
 
==Configuration==
  
 
The moisture properties of the fuels are defined in the '''&moisture''' section of the file [[namelist.fire]]. The parameters of the moisture model itself are set in the '''&fire''' section of file [[namelist.input]]. See an example in [https://github.com/jbeezley/wrf-fire/blob/4c0851085eeb25d9143bd5b07e736fe949700497/wrfv2_fire/test/em_fire/moisture '''test/em_fire/moisture'''].
 
The moisture properties of the fuels are defined in the '''&moisture''' section of the file [[namelist.fire]]. The parameters of the moisture model itself are set in the '''&fire''' section of file [[namelist.input]]. See an example in [https://github.com/jbeezley/wrf-fire/blob/4c0851085eeb25d9143bd5b07e736fe949700497/wrfv2_fire/test/em_fire/moisture '''test/em_fire/moisture'''].
 +
 +
Parameters of the moisture model itself are set in [[namelist.fire]].
  
 
==Standalone moisture model==
 
==Standalone moisture model==

Revision as of 04:07, 24 December 2012

Back to the WRF-SFIRE user guide.

Fire spread rate depends strongly on the moisture contents of the fuel. In fact, the spread rate drops to zero when the moisture reaches the so-called extinction value

Dependence of fire spread rate (with zero wind and slope) on fuel moisture. The spread rate becomes zero when the fuel moisture equals the extinction moisture, here 0.25.

For this reason, we have coupled the fire spread model with a simple fuel moisture model integrated with WRF and SFIRE. The model takes atmospheric state from WRF and provides fuel moisture to SFIRE.

Fuel moisture model description

The fuel is considered to consist of components - called moisture classes here - such as those with standard 1, 10, and 100 hour lag time. Each fuel category is a mixture of the moisture classes with the proportions given per the fuel category. The temperature and the relative humidity of the air (from the WRF atmosphere model) determine the fuel equilibrium moisture contents. In each class, the moisture contents approaches the equilibrium exponentially in time, with 63% of the difference gone within the given time lag if the equilibrium is constant in time. This is modeled by a standard time-lag differential equation and the class moisture contents generally tracks a time-varying equilibrium with a delay. To model hysteresis effects, there is a higher drying equilibrium and a lower wetting equilibrium; when the fuel moisture is between the two, it does not change. The equilibria are computed from the atmospheric state from WRF. During rain, the equilibrium moisture is replaced by the saturation moisture contents, and the time lag depends on rain intensity. If the rain intensity is under the given rain threshold, no rain wetting (soaking) takes place. For more intense rain, the time lag decreases and approaches the given soaking time lag exponentially, with 63% of the asymptotic value achieved at a given saturation rain intensity.

The moisture classes are modeled on the atmospheric grid, then interpolated to fire grid points and combined in proportions given the fuel category at the fire grid point.

Calibration of rain wetting

The default rain wetting coefficients were fitted for fine fuels (10 hour moisture class) for the Canadian fire danger rating system. Both pictures show the increase of fuel moisture over 24 hours for a given rain intensity.

Finefuels.png Timelag.png

Configuration

The moisture properties of the fuels are defined in the &moisture section of the file namelist.fire. The parameters of the moisture model itself are set in the &fire section of file namelist.input. See an example in test/em_fire/moisture.

Parameters of the moisture model itself are set in namelist.fire.

Standalone moisture model

make moisture_test in the standalone directory will create moisture_test.exe. Like all other standalone codes, the build process pulls the original sources in the WRF source tree. Running moisture_test.exe will exercise the moisture model. The input is from file moisture_input.txt (provided in the directory), which is a flat text file with the format

Time(h) T(K) P(Pa) Q(kg/kg) RAIN(mm/h)

where Time is the time from the start of the run, T the temperature, Q the air moisture contents, and RAIN the rain intensity.

make moisture will build moisture.exe, which will take existing wrfout files as input, use the atmospheric state to run the moisture model, and write the resulting fuel moisture class fields to file moisture.nc. This utility works on the atmospheric mesh.

References

  • Jan Mandel, J.D. Beezley, A. K. Kochanski, V. Y. Kondratenko, and M. Kim, Assimilation of Perimeter Data and Coupling with Fuel Moisture in a Wildland Fire - Atmosphere DDDAS, ICCS 2012, Procedia Computer Science 9, 2012, 1100-1109