Difference between revisions of "Fuel moisture model"

From openwfm
Jump to navigation Jump to search
Line 1: Line 1:
 
{{users guide}}
 
{{users 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 [[Image:Grass-fmc.png|right|200px]] For this reason, we have coupled the fire spread model with a simple fuel moisture model integrated in SFIRE and run independently at every point of the mesh. The temperature and the relative humidity of the air (from the WRF atmosphere model) determine the fuel equilibrium moisture contents ''E'' , and the actual moisture contents ''m = m (t)'' is then modeled by the standard time-lag equation
+
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 [[File:Grass-fmc.png|right|400px|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.
:''dm/dt = (E − m)/T''
 
where T is the lag time. We use the standard model with the fuel consisting of components with 1, 10, and 100 hour lag time, with the proportions given by the fuel category. The moisture is computed in each component separately. The equilibrium ''E'' is computed from atmospheric state from WRF. During rain, the equilibrium moisture ''E'' is replaced by the saturation moisture contents, and the equation is modified to achieve the rain-wetting lag time T only asymptotically for heavy rain,
 
:''dm/dt = (1-exp(-(r-r<sub>0</sub>)/r<sub>s</sub>)(E − m)/T''
 
(if ''r > r0''), where ''r'' is the rain intensity, ''r<sub>0</sub>'' is the threshold rain intensity below which no perceptible wetting occurs, and ''r<sub>0</sub>rs'' saturation rain intensity, at which ''1 − 1/e ≈'' 63% of the maximal rain-wetting rate is achieved.
 
  
[[Image:finefuels.png|200px]] [[Image:timelag.png|200px]]  
+
==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.
 +
 
 +
==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.
 +
 
 +
[[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 file [[namelist.fire]]. There is an example in [[https://github.com/jbeezley/wrf-fire/blob/4c0851085eeb25d9143bd5b07e736fe949700497/wrfv2_fire/test/em_fire/moisture '''test/em_fire/moisture'''].
  
 
==Standalone diagnostics==
 
==Standalone diagnostics==

Revision as of 02:44, 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.

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

The parameters of the moisture model are set in namelist.fire.

Configuration

The moisture properties of the fuels are defined in file namelist.fire. There is an example in [test/em_fire/moisture.

Standalone diagnostics

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