Difference between revisions of "Talk:WRF-Fire development notes"

From openwfm
Jump to navigation Jump to search
 
(44 intermediate revisions by the same user not shown)
Line 47: Line 47:
 
== Standalone driver ==
 
== Standalone driver ==
  
This is how WRF-Fire was originally developed. The driver was phys/model_test_main.F until [http://repo.or.cz/w/wrffire.git/commit/a3f839e50ebcf7e068c8aa0266401220bc09f2ec deleted] in November 2008. The last commit with the driver working might be [http://repo.or.cz/w/wrffire.git/commit/135afed6783683d273b0eac9e0c1b959bd9e2351 this].  It should be resurrected now after the long argument lists are cleaned up. What would the driver do for inputs and outputs? NetCDF? [[User:Jmandel|Jmandel]] 04:39, 30 May 2010 (UTC)
+
This is how WRF-Fire was originally developed. The driver was phys/model_test_main.F until {{WRF-Fire-commit|a3f839e50ebcf7e068c8aa0266401220bc09f2ec|deleted in November 2008}}. The last commit with the driver working might be {{WRF-Fire-commit|135afed6783683d273b0eac9e0c1b959bd9e2351|this}}.  It should be resurrected now after the long argument lists are cleaned up. What would the driver do for inputs and outputs? NetCDF? [[User:Jmandel|Jmandel]] 04:39, 30 May 2010 (UTC)
  
 
:I think NetCDF would be best.  In fact, I think we should maintain some sort of compatibility between these and WRF output files.  This way, we can use existing visualization/data assimilation code.  All this really requires is naming the variables and dimensions the same. [[User:Jbeezley|Jbeezley]] 07:55, 30 May 2010 (UTC)
 
:I think NetCDF would be best.  In fact, I think we should maintain some sort of compatibility between these and WRF output files.  This way, we can use existing visualization/data assimilation code.  All this really requires is naming the variables and dimensions the same. [[User:Jbeezley|Jbeezley]] 07:55, 30 May 2010 (UTC)
  
 
Re [http://www.openwfm.org/w/index.php5?title=WRF-Fire_development_notes&diff=prev&oldid=910 this edit]: Why would a standalone driver be for diagnostics only? Of course diagnostics would be the main purpose for us, but many models, such as [[FARSITE]], do not interface with atmosphere either. If we can run from the same data, it would be interesting to compare. I suppose this could be still called diagnostics, though. [[User:Jmandel|Jmandel]] 16:37, 5 June 2010 (UTC)
 
Re [http://www.openwfm.org/w/index.php5?title=WRF-Fire_development_notes&diff=prev&oldid=910 this edit]: Why would a standalone driver be for diagnostics only? Of course diagnostics would be the main purpose for us, but many models, such as [[FARSITE]], do not interface with atmosphere either. If we can run from the same data, it would be interesting to compare. I suppose this could be still called diagnostics, though. [[User:Jmandel|Jmandel]] 16:37, 5 June 2010 (UTC)
 +
 +
The standalone model  {{WRF-Fire-commit|168fbfaa8a62061b51999001dc55162e2ac3a798|now}} runs from WRF outputs, with additional fire mesh variables  (wind interpolation, fuel data) added by preprocessing in the coupled fire model. For documentation, see [[How to run the standalone fire model in WRF-Fire]]. To do: another driver that would run only the preprocessing to take unmodified WRF output, add the fire variables, and create an input file to run the standalone code from. There is a hook in '''standalone/Makefile''' for '''atm.exe''' for this purpose already. Also, the utility '''init.exe''' to create to create a simple ideal example without WRF at all should be revived. [[User:Jmandel|Jmandel]] 20:01, 28 October 2011 (UTC)
  
 
== Gradual ignition ==
 
== Gradual ignition ==
Line 66: Line 68:
 
Adam has noticed that the fire spread in the FireFlux sim is too fast. This appears to be at least partly because of the ignition and he got a better match with a smaller fire mesh step. But there are limits to how fine the fire mesh can be, even with Jon's {{WRF-Fire-commit|06c276f324873bc4c6f82c27298430435989ab97|latest improvement}} that allows an array in the NetCDF file to be over 2GB. There seem to be two reasons: 1. the ignition area is too large and it fires up all at once 2. in reality, a fire starts small, and only as the flame length grows, the wind-driven spread rate kicks in. Adam noted data that show that the spread rate starts slow and then goes up. One explanation would be that the spread rate depends on the flame length, and the flame length in turn increases with the mid-flame wind speed, so they feed on each other. Consequently, it can take a while before the fire is fully engaged (is ''engaged'' a technical term? I heard it in the [[Fourmile Canyon fire]]), yet the current model ignores that. To start, I'll just parametrize the spread rate as a linear function of distance from ignition until the full spread rate is reached.
 
Adam has noticed that the fire spread in the FireFlux sim is too fast. This appears to be at least partly because of the ignition and he got a better match with a smaller fire mesh step. But there are limits to how fine the fire mesh can be, even with Jon's {{WRF-Fire-commit|06c276f324873bc4c6f82c27298430435989ab97|latest improvement}} that allows an array in the NetCDF file to be over 2GB. There seem to be two reasons: 1. the ignition area is too large and it fires up all at once 2. in reality, a fire starts small, and only as the flame length grows, the wind-driven spread rate kicks in. Adam noted data that show that the spread rate starts slow and then goes up. One explanation would be that the spread rate depends on the flame length, and the flame length in turn increases with the mid-flame wind speed, so they feed on each other. Consequently, it can take a while before the fire is fully engaged (is ''engaged'' a technical term? I heard it in the [[Fourmile Canyon fire]]), yet the current model ignores that. To start, I'll just parametrize the spread rate as a linear function of distance from ignition until the full spread rate is reached.
  
So, after [http://ccm.ucdenver.edu/wiki/Jan_Mandel/Blog#October_6.2C_2010 floundering for weeks], I have finally made up my mind. Line ignition will be by imposing level set function/ignition time based on <s>the no-wind</s> a given spread rate for a number of seconds given in the namelist. Advancing the level set equation will run concurrently, by taking the pointwise minimum of the existing level set function and the imposed one in each time step, much like [http://github.com/jbeezley/wrf-fire/blob/06c276f324873bc4c6f82c27298430435989ab97/wrfv2_fire/phys/module_fr_sfire_core.F#L200 the pointwise minimum I am doing now]. In addition, the wind-driven spread will be slowed down by introducing new wind reduction factor: zero at the ignition line, 1 at a given distance from the ignition line. The distance will be measured as a combination of the distance to the nearest active point on the ignition line, and upwind distance. Taking upwind from the current point also avoid parallelism issues - we cannot go downwind from the ignition line because we cannot take info from the ignition line to other tiles, yet the level set function needs to be set on other tiles too. The distance from the ignition line where the full spread rate is reached will be a new property of fuel, and the weight in the mix between the nearest and upwind distance will be a parameter.
+
So, after [http://ccm.ucdenver.edu/wiki/Jan_Mandel/Blog/2010_Oct_Nov#October_6.2C_2010 floundering for weeks], I have finally made up my mind. Line ignition will be by imposing level set function/ignition time based on <s>the no-wind</s> a given spread rate <s>for a number of seconds</s> until the ignition radius given in the namelist. Advancing the level set equation will run concurrently, by taking the pointwise minimum of the existing level set function and the imposed one in each time step, much like [http://github.com/jbeezley/wrf-fire/blob/06c276f324873bc4c6f82c27298430435989ab97/wrfv2_fire/phys/module_fr_sfire_core.F#L200 the pointwise minimum I am doing now].  
 
 
 
This will be called '''subscale ignition'''  because the new parametrization is below the mesh resolution as well as below the model scale itself.  
 
This will be called '''subscale ignition'''  because the new parametrization is below the mesh resolution as well as below the model scale itself.  
  
 
[[User:Jmandel|Jmandel]] 17:39, 17 October 2010 (UTC)
 
[[User:Jmandel|Jmandel]] 17:39, 17 October 2010 (UTC)
 +
 +
===Parametrized ignition===
 +
 +
Slow down the wind-driven spread rate by introducing new wind reduction factor: zero at the ignition line, 1 at a given distance from the ignition line. The distance will be measured as a combination of the distance to the nearest active point on the ignition line, and upwind distance. Taking upwind from the current point also avoid parallelism issues - we cannot go downwind from the ignition line because we cannot take info from the ignition line to other tiles, yet the level set function needs to be set on other tiles too. The distance from the ignition line where the full spread rate is reached will be a new property of fuel, and the weight in the mix between the nearest and upwind distance will be a parameter.
 +
 +
Or just attenuate winds close to ignition point.
 +
 +
[[User:Jmandel|Jmandel]] 23:12, 28 December 2010 (UTC)
  
 
== Ugly includes ==
 
== Ugly includes ==
Line 95: Line 104:
  
 
Actually, we can prescribe just the ignition time - and use it as the level set function itself also. Will need to be extended to all domain. Two choices: continue spreading immediately (to replace existing ignition mechanism by gradual ignition) and just replay the history (for spin-up to a given perimeter). In {{WRF-Fire-branch|jm2/ign}}. [[User:Jmandel|Jmandel]] 05:43, 29 September 2010 (UTC)
 
Actually, we can prescribe just the ignition time - and use it as the level set function itself also. Will need to be extended to all domain. Two choices: continue spreading immediately (to replace existing ignition mechanism by gradual ignition) and just replay the history (for spin-up to a given perimeter). In {{WRF-Fire-branch|jm2/ign}}. [[User:Jmandel|Jmandel]] 05:43, 29 September 2010 (UTC)
 +
 +
Implemented {{WRF-Fire-commit|716cf59c2313e3bb483a57db02211d17b8d095f7|March 24, 2011}}, for now in ideal run only. See
 +
{{ccm|Jan_Mandel/Blog/2011_Feb_Mar#March_24:_WRF-Fire:_Perimeter_ignition|more info and pictures}}. [[User:Jmandel|Jmandel]] 05:06, 25 March 2011 (UTC)
  
 
== {{wp|Google Earth}} ==
 
== {{wp|Google Earth}} ==
Line 103: Line 115:
  
 
Jon [http://ccm.ucdenver.edu/wiki/Visualization_in_Google_Earth figured out the basics]. Remains interpolation to the grid google earth wants, autoupdating... [[User:Jmandel|Jmandel]] 05:47, 29 September 2010 (UTC)
 
Jon [http://ccm.ucdenver.edu/wiki/Visualization_in_Google_Earth figured out the basics]. Remains interpolation to the grid google earth wants, autoupdating... [[User:Jmandel|Jmandel]] 05:47, 29 September 2010 (UTC)
 +
 +
[http://forefire.univ-corse.fr/websim/ ForeFire] in Corsica has something like that. [[User:Jmandel|Jmandel]] 02:53, 28 December 2010 (UTC)
 +
 +
==Wind interpolation to different heights for different fuels==
 +
Suggested by Janice, all errors in the interpretation of what she said are mine. For every fuel, list the height to take the wind from and interpolate there at every fire mesh node directly. This would be similar as in [[CAWFE]], which makes the grid level to take the wind from (fuel height) a part of the fuel description. I did not do it this way because it is more complicated and computationally expensive that what is in the code now (interpolate to 6.1m, then use the wind reduction factors) and I did not know what the fuel height numbers might be and how to adjust the rest of the spread rate coefficients, but it is certainly better, particularly if the first few grid levels are below the 6.1m. Then it would make sense to also make the roughness height a part of the fuel description, we would need the fine resolution. [[User:Jmandel|Jmandel]] 05:01, 8 February 2011 (UTC)
 +
 +
This has been in fact on the [http://www.openwfm.org/w/index.php5?title=WRF-Fire_development_notes&oldid=1825#Back_burner back burner] as "vertically interpolate the wind to different heights for different fuels" already since  [http://www.openwfm.org/w/index.php5?title=WRF-Fire_development_notes&oldid=1665#Back_burner November 2010]. Putting back on the wish list now. [[User:Jmandel|Jmandel]] 12:49, 15 February 2011 (UTC)
 +
 +
Done {{WRF-Fire-commit|72219b996f0dbe6af16cd7afdcc39e036c751156|24 Feb 2011}} by interpolating log interpolation of the horizontal wind vertically in the column above a fire mesh node, computing horizontally interpolated wind and geopotential to the height needed to save computations and memory. Previous code remains see option 4 below. Unless the wind and the geopotential are extended in-array one beyond the domain (I hesitate to mess with that) the price is I get zero spread rate in a layer of half atmosphere cell wide around domain boundary, which fortunately does not matter. {{WRF-Fire-commit|f28515b883bb8df682e0b8029f85cf88bfb6ea83|31 Mar 2011}}: minor changes, simplified interface, tested, merged into master  [[User:Jmandel|Jmandel]] 20:20, 31 March 2011 (UTC)
 +
 +
===How is the wind interpolation implemented===
 +
The type of interpolation is set in namelist.input by '''fire_wind_log_interp''' which controls the roughness height '''fz0''' and the height '''fwh''' to interpolate the wind to.  The interpolated wind is multiplied by the reduction factor '''windrf''' from fuel category description in namelist.input
 +
* '''fire_wind_log_interp=1''': '''fz0''' and '''fwh''' are taken from fuel description.
 +
* '''fire_wind_log_interp=2''':  '''fz0''' is interpolated piecewise constant from '''z0''' in landuse, '''fwh''' is taken from fuel description.
 +
* '''fire_wind_log_interp=3''':  '''fz0''' is interpolated bilinearly from '''z0''' in landuse, '''fwh''' is taken from fuel description.
 +
* '''fire_wind_log_interp=4''': vertical interpolation on the atmosphere mesh using '''z0''' from landuse to '''fire_wind_height=6.096m''' then interpolate to the fire mesh. This is the default (previous code).
 +
 +
All options give essentially the same results with the defaults as set in the code (assuming fz0 is set in the fuel categories to the same as z0 and the ground is flat). Using log interpolation is important because that makes the code work even with the first level when u,v winds are known is above the desired height to interpolate to. In fact if the wind profile actually is logarithmic with the specific roughness length then the resulting wind that goes to the spread formula does not depend on the vertical spacing of the atmospheric grid. [[User:Jmandel|Jmandel]] 20:37, 31 March 2011 (UTC)
 +
 +
{{WRF-Fire-commit|d71244e7f8ddaa6b8c4417a4d6b05072f1ba013c|Changed}} options 2 and 3 above to "'''fwh''' is taken from fuel description". [http://www.openwfm.org/w/index.php5?title=Talk:WRF-Fire_development_notes&oldid=1906#How_is_the_wind_interpolation_implemented Before] it was a bit too confusing. [[User:Jmandel|Jmandel]] 03:55, 6 April 2011 (UTC)
 +
 +
== Better quadrature for fuel left ==
 +
 +
The quadrature is done separately on 4 smaller cells per fire cell. The interpolation of time from ignition to the smaller cells should take into consideration the case when some of the nodes interpolated from are ignited and some are not. {{WRF-Fire-branch|jm2/vktest2}} {{WRF-Fire-branch|vk/test}}. See {{ccm|Jan_Mandel/Blog/2011_Feb_Mar#March_20:_WRF-Fire:_merging_improved_heat_flux_code|my blog}} for documentation and details.  {{WRF-Fire-commit|f90c4d4ca5b543289420f15e2d9762502a99f89a|Merged into master (fast forward)}}, but do not use method 2 yet. [[User:Jmandel|Jmandel]] 17:34, 23 March 2011 (UTC)
 +
 +
==Moisture model==
 +
See {{ccm|Jan_Mandel/Blog/2011_Aug_Sep#September_8:_Fuel_moisture|bibliography of some models}}.  A minimal empirical moisture model might be
 +
# Equilibrium moisture as a function of humidity, temperature, and solar radiation from WRF.
 +
# The fuel moisture approximates the equilibrium with a time lag. The time lag might also be a function of WRF variables (wind).
 +
# Rain adds moisture at a rate that increases with rain intensity. But the rate does not increase over a given max. absorption rate and the fuel moisture cannot go over a given max moisture. No time lag.
 +
# The coefficients of all the model functions given in fuel categories, should be derived from published tables and graphs.
 +
# Moisture and fire models can be turned on and off independently.
 +
# Fire can take moisture from direct coupling, or from an earlier run and interpolate in time. Perhaps add several moisture fields with different names to wrfinput/wrfout. Avoid fire mesh sized arrays with a 3rd dimension because of 32bit limits.
 +
[[User:Jmandel|Jmandel]] 02:51, 11 September 2011 (UTC)
 +
 +
Moisture model runs on the atmospheric grid, independently for one or more of fuel classes. Each class can have its own model or parameters of the model. Currently, a fine fuels model calibrated on the Canadian fire danger rating system is implemented similar to the above. The moisture contents in the fuel classes is combined in different proportions for different fuel categories, and interpolated to the fire grid. If the moisture model does not run, the interpolation takes the moisture contents in the fuel classes from wrfinput. [[User:Jmandel|Jmandel]] 23:23, 28 February 2012 (UTC)
 +
 +
{{WRF-Fire-commit|763044cd62eaaec5b92c14462f6e25bdddf4d643|Done}}, the differential equations (though not the interpolation scheme nor the physical equations) are in Section 7 of the [http://arxiv.org/abs/1203.2230 ICCS 2012 paper]. [[User:Jmandel|Jmandel]] 02:31, 11 March 2012 (UTC)
 +
 +
== Restart from '''wrfout''' ==
 +
 +
To restart from '''wrfout''',
 +
# rename the '''wrfout''' file as '''wrfinput_d01'''
 +
# set '''cycling=.true.''' in the '''time_control''' section of '''namelist.input''' and set the start time to the first time in the '''wrfout'''.
 +
The fire model will reinitialize the fuel properties but it will keep the fire model state as it was in the '''wrfout'''. The fire model results are bitwise identical even if the restart is in the middle of an ignition. However, WRF will pass to the fire model slightly different atmospheric state than if the run just continues without a restart. The first variable that is different is '''rho''', by about 1%. This has a very minor effect on the insertion of fire heat fluxes into the atmosphere. The results will not be bitwise identical.
 +
It should be OK to change the fuel properties in '''namelist.fire''', but changes in '''namelist.input''' might have unpredictable consequences. [[User:Jmandel|Jmandel]] 02:52, 17 September 2011 (UTC)

Latest revision as of 17:02, 22 April 2012

Bubble

  • Remove (by default) the warm perturbation (bubble) from atmospheric initializations in idealized cases.
  • Modify the code and add namelist variables allowing for ingesting the cold/warm perturbation of a specified size (for people interested in fire propagation in downburst/convective environments).
Adamko 17:22, 12 February 2010 (UTC)

Proposed input of additional data in ideal run

  • Single topography for both the atmosphere and the fire models - from an arbitrary uniform mesh aligned with coordinate axes
  • Fuel data for the fire model - at the centers of the fire mesh
  • Surface data for WRF - see e.g. /dyn_em/module_initialize_seabreeze2d_x.F around call ns_set_iswater, at centers of the atmosphere mesh ("mass points")

The input will be done similarly as in dyn_em/module_initialize_b_wave.F per suggestion of the WRF developers. See subroutine read_input_jet.

This is as far as I want to go in ideal.exe, more complicated data input should be done through real.exe.

Jmandel 01:29, 1 February 2010 (UTC)

Agreed. No reason to reinvent the wheel here.
Jbeezley 02:41, 8 February 2010 (UTC)

Proposed computation of smooth terrain gradient

Currently the terrain height zsf is given at the centers of the fire grid cells. The terrain gradient is then computed in Fire by central differences, and this is the gradient that enters in the Rothermel's formula. When the terrain height is interpolated from coarser data (by bilinear interpolation), the gradient is discontinuous at the fire mesh scale, which causes jumps in fire propagation. Instead, I propose:

  1. The gradient components will be computed on a staggered grid directly from the data, on the mesh where the data is given. That is, the x-component of the gradient will be computed at midpoints in the x-direction between the data points by central differencing, and similarly the y-component of the gradient will be computed at midpoints the y-direction between the data points.
  2. The two components of the gradient will be interpolated to the centers of the fire grid nodes by bilinear interpolation
  3. Terrain height for the atmospheric model will be computed by bilinear interpolation from the data

The staggered mesh where the gradient is computed in 1. is reminiscent of the staggered mesh WRF uses for the wind; in fact, the interpolation in 2. is exactly the same that I already use for the interpolation of the wind to the fire mesh. This should result in

  1. Gradient as accurate as the resolution of the topography data allows, without an unnecessary loss of accuracy
  2. Continous gradient, without any jumps
  3. No artificial smoothing needed

The terrain height data can/should be given in its native resolution, unrelated to the any model mesh sizes. This will be easy to handle when terrain data is loaded from a file in an ideal run. In a real run, it might be more appropriate to do this computation in WPS. Jmandel 00:48, 8 February 2010 (UTC)

I'm not sure that what you propose will actually eliminate the need for artificial smoothing. From what I have read, the data itself can be quite noisy with errors on the order of the horizontal resolution or more. WPS already handles these issues at the atmospheric grid level; it may be best to keep the computations there. What about:
  1. For ideal, the fire grid topography is read in just like the fuel category field (already processed to the fire grid). The user can do the smoothing and interpolation. Ideal will compute the gradients from this directly and populate the slope field.
  2. For real, the interpolation, smoothing, and gradient is computed with WPS. This is a trivial addition, nothing more than a few lines in a runtime parameter file. We would just need to modify the registry to mark the fire resolution slope field as input and restart. The fire code in wrf.exe would procede assuming that these fields are already populated.
One complication for this would be that the gradients would be specified on cell centered grid. WRF and WPS have no concept of staggering on the fire grid.
Jbeezley 02:41, 8 February 2010 (UTC)

It would eliminate the need for artificial smoothing to get rid of the blockiness caused by coarse topography resolution, but of course the input of the altitude would be much simpler for me... and it would let the user deal with the smoothing issues. Terrain gradients from WPS at centers of the cells is precisely what is needed, thanks. No need for any staggered grid there. Jmandel 23:51, 8 February 2010 (UTC)

Saved explanation, removed from the wish list: This will allow the gradient to be smoothly interpolated in preprocessing in the WPS or in setting up ideal cases. No artificial terrain smoothing is needed. The current scheme interpolates terrain height linearly, and if the mesh the terrain is interpolated from is much coarser than the fire mesh, this results in gradient jumps along the terrain mesh lines. Then, the fire spread rate jumps along the terrain mesh lines. Jmandel 20:48, 13 June 2010 (UTC)

Standalone driver

This is how WRF-Fire was originally developed. The driver was phys/model_test_main.F until deleted in November 2008. The last commit with the driver working might be this. It should be resurrected now after the long argument lists are cleaned up. What would the driver do for inputs and outputs? NetCDF? Jmandel 04:39, 30 May 2010 (UTC)

I think NetCDF would be best. In fact, I think we should maintain some sort of compatibility between these and WRF output files. This way, we can use existing visualization/data assimilation code. All this really requires is naming the variables and dimensions the same. Jbeezley 07:55, 30 May 2010 (UTC)

Re this edit: Why would a standalone driver be for diagnostics only? Of course diagnostics would be the main purpose for us, but many models, such as FARSITE, do not interface with atmosphere either. If we can run from the same data, it would be interesting to compare. I suppose this could be still called diagnostics, though. Jmandel 16:37, 5 June 2010 (UTC)

The standalone model now runs from WRF outputs, with additional fire mesh variables (wind interpolation, fuel data) added by preprocessing in the coupled fire model. For documentation, see How to run the standalone fire model in WRF-Fire. To do: another driver that would run only the preprocessing to take unmodified WRF output, add the fire variables, and create an input file to run the standalone code from. There is a hook in standalone/Makefile for atm.exe for this purpose already. Also, the utility init.exe to create to create a simple ideal example without WRF at all should be revived. Jmandel 20:01, 28 October 2011 (UTC)

Gradual ignition

The current scheme requires that the ignition area is several fire mesh steps large. When such area ignites all at once, all the heat is output to the atmosphere at once, instead of being output gradually and allowing ground layer circulation to develop over time.

  • Very fine fire mesh simulation first to identify if there actually is a problem.

Jmandel 19:06, 2 June 2010 (UTC)

Kara Yedinak has asked some questions about ignition in this thread involving virtual ignition and Gaussian sources. I do not think I have done anything about it yet and I do not quite understand the issue (Gaussian sources of what? Heat output into the atmosphere?) Maybe this could be merged with/replace/clarify the gradual ignition. I have edited the line for Kara in WRF-Fire#Contributors to replace "exposed bugs contributing to a better fire initialization" by "suggestions for improvements". In any case I do not think I have made any such improvements yet. The above thread was all I could find now about the issue. Janice, if there were in fact some bugs and I forgot to do anything about them I'd like to know please. Jmandel 16:19, 5 June 2010 (UTC)

Subscale ignition

Adam has noticed that the fire spread in the FireFlux sim is too fast. This appears to be at least partly because of the ignition and he got a better match with a smaller fire mesh step. But there are limits to how fine the fire mesh can be, even with Jon's latest improvement that allows an array in the NetCDF file to be over 2GB. There seem to be two reasons: 1. the ignition area is too large and it fires up all at once 2. in reality, a fire starts small, and only as the flame length grows, the wind-driven spread rate kicks in. Adam noted data that show that the spread rate starts slow and then goes up. One explanation would be that the spread rate depends on the flame length, and the flame length in turn increases with the mid-flame wind speed, so they feed on each other. Consequently, it can take a while before the fire is fully engaged (is engaged a technical term? I heard it in the Fourmile Canyon fire), yet the current model ignores that. To start, I'll just parametrize the spread rate as a linear function of distance from ignition until the full spread rate is reached.

So, after floundering for weeks, I have finally made up my mind. Line ignition will be by imposing level set function/ignition time based on the no-wind a given spread rate for a number of seconds until the ignition radius given in the namelist. Advancing the level set equation will run concurrently, by taking the pointwise minimum of the existing level set function and the imposed one in each time step, much like the pointwise minimum I am doing now. This will be called subscale ignition because the new parametrization is below the mesh resolution as well as below the model scale itself.

Jmandel 17:39, 17 October 2010 (UTC)

Parametrized ignition

Slow down the wind-driven spread rate by introducing new wind reduction factor: zero at the ignition line, 1 at a given distance from the ignition line. The distance will be measured as a combination of the distance to the nearest active point on the ignition line, and upwind distance. Taking upwind from the current point also avoid parallelism issues - we cannot go downwind from the ignition line because we cannot take info from the ignition line to other tiles, yet the level set function needs to be set on other tiles too. The distance from the ignition line where the full spread rate is reached will be a new property of fuel, and the weight in the mix between the nearest and upwind distance will be a parameter.

Or just attenuate winds close to ignition point.

Jmandel 23:12, 28 December 2010 (UTC)

Ugly includes

Archived from the wish list: Remove the ugly includes in the argument lists to get the coefficients down the call chain to the spread rate calculations. Pass the coefficients by pointers defined in a module instead. Declare the pointers in the module, or pass them around in a single derived type argument. This is a necessary step before including the weather and fire components into VisTrails separately. (And also before reviving the standalone driver.) Jmandel 07:28, 14 June 2010 (UTC)

Surface Initialization

By default, the atmospheric surface layer and the land surface models are turned off, and there is no control over the basic surface properties in the idealized runs. In particular, there is no way to define the roughness length (z0) affecting the wind profile, and the skin and soil temperatures (TSK and TMN) affecting the surface heat flux. In order to have more realistic surface winds and surface heat fluxes, improvements in surface initialization are needed. The goal here would be to use general WRF mechanisms for the surface initialization based on the atmospheric surface layer model and land surface models. The surface properties would be defined using the USGS classification and LANDUSE.TBL records. Using on of the land surface models would allow for heaving the surface temperature and surface heat fluxes dynamically affected by the fire Adam Kochanski 11:55, 14 July 2010

Ignition Time

Currently, the number of seconds elapsed from the start of the simulation is calculated as the time_step * dt (see source). This assumes dt is constant. A correct implementation would use WRF domain time control derived types to query for the start time. For instance, the current simulation time is queried here. The start time for the current nest can be returned using the function domain_get_start_time here along with other useful time control subroutines. These functions return derived types based on ESMF specifications. In particular, these derived types support common operators such as addition, subtraction, and comparison (.le., .eq., etc.). See implementation of these types here and here. (Note: WRF renames the types internally from ESMF_Time to WRFU_Time.)

Another improvement over the current implementation would be to allow fire ignitions to occur in a restart run. This may come automatically if the simulation start time is obtained from domain_get_start_time; however, there may be breakage somewhere inside the model that I don't know about.

Jbeezley 21:12, 26 August 2010 (UTC)

See Timekeeping in WRF Users' guide, and also Earth System Modeling Framework ESMF Reference Manual for Fortran (2004). Jmandel 16:02, 18 September 2010 (UTC)

Fire spin-up

We'll add level function history information into input files to run the growing fire as given by data, until the given perimeter is reached, then the fire simulation takes over. This will allow the atmosphere to evolve along with the growing fire. Also, this will provide some support for gradual ignition. Jmandel 05:23, 30 August 2010 (UTC)

Actually, we can prescribe just the ignition time - and use it as the level set function itself also. Will need to be extended to all domain. Two choices: continue spreading immediately (to replace existing ignition mechanism by gradual ignition) and just replay the history (for spin-up to a given perimeter). In branch jm2/ign. Jmandel 05:43, 29 September 2010 (UTC)

Implemented March 24, 2011, for now in ideal run only. See more info and pictures. Jmandel 05:06, 25 March 2011 (UTC)

Google Earth

Google API seems to be the visualization and data format standard for all sort of geo data including wildfire data now. Output KML files... routine for surface data, almost all from the Four Mile Canyon fire was available as a Google Earth file. Can we have weather & fire as 3D COLLADA file? (file format used also for games such as Unreal engine). Check out Google Earth API also for a web-based display. We have proposed Google Earth visualization for wildfires in the previous project in 2006 and 2007 but never connected to WRF-Fire yet. VisTrails works with Maya and there is a COLLADA plugin for Maya... Jmandel 02:26, 19 September 2010 (UTC)

Jon figured out the basics. Remains interpolation to the grid google earth wants, autoupdating... Jmandel 05:47, 29 September 2010 (UTC)

ForeFire in Corsica has something like that. Jmandel 02:53, 28 December 2010 (UTC)

Wind interpolation to different heights for different fuels

Suggested by Janice, all errors in the interpretation of what she said are mine. For every fuel, list the height to take the wind from and interpolate there at every fire mesh node directly. This would be similar as in CAWFE, which makes the grid level to take the wind from (fuel height) a part of the fuel description. I did not do it this way because it is more complicated and computationally expensive that what is in the code now (interpolate to 6.1m, then use the wind reduction factors) and I did not know what the fuel height numbers might be and how to adjust the rest of the spread rate coefficients, but it is certainly better, particularly if the first few grid levels are below the 6.1m. Then it would make sense to also make the roughness height a part of the fuel description, we would need the fine resolution. Jmandel 05:01, 8 February 2011 (UTC)

This has been in fact on the back burner as "vertically interpolate the wind to different heights for different fuels" already since November 2010. Putting back on the wish list now. Jmandel 12:49, 15 February 2011 (UTC)

Done 24 Feb 2011 by interpolating log interpolation of the horizontal wind vertically in the column above a fire mesh node, computing horizontally interpolated wind and geopotential to the height needed to save computations and memory. Previous code remains see option 4 below. Unless the wind and the geopotential are extended in-array one beyond the domain (I hesitate to mess with that) the price is I get zero spread rate in a layer of half atmosphere cell wide around domain boundary, which fortunately does not matter. 31 Mar 2011: minor changes, simplified interface, tested, merged into master Jmandel 20:20, 31 March 2011 (UTC)

How is the wind interpolation implemented

The type of interpolation is set in namelist.input by fire_wind_log_interp which controls the roughness height fz0 and the height fwh to interpolate the wind to. The interpolated wind is multiplied by the reduction factor windrf from fuel category description in namelist.input

  • fire_wind_log_interp=1: fz0 and fwh are taken from fuel description.
  • fire_wind_log_interp=2: fz0 is interpolated piecewise constant from z0 in landuse, fwh is taken from fuel description.
  • fire_wind_log_interp=3: fz0 is interpolated bilinearly from z0 in landuse, fwh is taken from fuel description.
  • fire_wind_log_interp=4: vertical interpolation on the atmosphere mesh using z0 from landuse to fire_wind_height=6.096m then interpolate to the fire mesh. This is the default (previous code).

All options give essentially the same results with the defaults as set in the code (assuming fz0 is set in the fuel categories to the same as z0 and the ground is flat). Using log interpolation is important because that makes the code work even with the first level when u,v winds are known is above the desired height to interpolate to. In fact if the wind profile actually is logarithmic with the specific roughness length then the resulting wind that goes to the spread formula does not depend on the vertical spacing of the atmospheric grid. Jmandel 20:37, 31 March 2011 (UTC)

Changed options 2 and 3 above to "fwh is taken from fuel description". Before it was a bit too confusing. Jmandel 03:55, 6 April 2011 (UTC)

Better quadrature for fuel left

The quadrature is done separately on 4 smaller cells per fire cell. The interpolation of time from ignition to the smaller cells should take into consideration the case when some of the nodes interpolated from are ignited and some are not. branch jm2/vktest2 branch vk/test. See my blog for documentation and details. Merged into master (fast forward), but do not use method 2 yet. Jmandel 17:34, 23 March 2011 (UTC)

Moisture model

See bibliography of some models. A minimal empirical moisture model might be

  1. Equilibrium moisture as a function of humidity, temperature, and solar radiation from WRF.
  2. The fuel moisture approximates the equilibrium with a time lag. The time lag might also be a function of WRF variables (wind).
  3. Rain adds moisture at a rate that increases with rain intensity. But the rate does not increase over a given max. absorption rate and the fuel moisture cannot go over a given max moisture. No time lag.
  4. The coefficients of all the model functions given in fuel categories, should be derived from published tables and graphs.
  5. Moisture and fire models can be turned on and off independently.
  6. Fire can take moisture from direct coupling, or from an earlier run and interpolate in time. Perhaps add several moisture fields with different names to wrfinput/wrfout. Avoid fire mesh sized arrays with a 3rd dimension because of 32bit limits.

Jmandel 02:51, 11 September 2011 (UTC)

Moisture model runs on the atmospheric grid, independently for one or more of fuel classes. Each class can have its own model or parameters of the model. Currently, a fine fuels model calibrated on the Canadian fire danger rating system is implemented similar to the above. The moisture contents in the fuel classes is combined in different proportions for different fuel categories, and interpolated to the fire grid. If the moisture model does not run, the interpolation takes the moisture contents in the fuel classes from wrfinput. Jmandel 23:23, 28 February 2012 (UTC)

Done, the differential equations (though not the interpolation scheme nor the physical equations) are in Section 7 of the ICCS 2012 paper. Jmandel 02:31, 11 March 2012 (UTC)

Restart from wrfout

To restart from wrfout,

  1. rename the wrfout file as wrfinput_d01
  2. set cycling=.true. in the time_control section of namelist.input and set the start time to the first time in the wrfout.

The fire model will reinitialize the fuel properties but it will keep the fire model state as it was in the wrfout. The fire model results are bitwise identical even if the restart is in the middle of an ignition. However, WRF will pass to the fire model slightly different atmospheric state than if the run just continues without a restart. The first variable that is different is rho, by about 1%. This has a very minor effect on the insertion of fire heat fluxes into the atmosphere. The results will not be bitwise identical. It should be OK to change the fuel properties in namelist.fire, but changes in namelist.input might have unpredictable consequences. Jmandel 02:52, 17 September 2011 (UTC)