Difference between revisions of "WRF-Fire"

From openwfm
Jump to navigation Jump to search
Line 4: Line 4:
  
 
==Distribution==
 
==Distribution==
 +
 +
===Current development version===
  
 
* [http://github.com/jbeezley/wrf-fire/tree/master Source code repository]
 
* [http://github.com/jbeezley/wrf-fire/tree/master Source code repository]
Line 9: Line 11:
 
* [http://math.ucdenver.edu/~jmandel/fires/wrf-fire-guide.pdf User's guide]
 
* [http://math.ucdenver.edu/~jmandel/fires/wrf-fire-guide.pdf User's guide]
 
* [http://math.ucdenver.edu/~jmandel/fires/wrf-fire-doc.pdf Technical description]
 
* [http://math.ucdenver.edu/~jmandel/fires/wrf-fire-doc.pdf Technical description]
 +
 +
===From WRF distribution===
 +
 +
* [http://www.mmm.ucar.edu/wrf/users/download/get_source.html WRF download]
  
 
==Publications==
 
==Publications==

Revision as of 01:09, 1 February 2010

WRF-Fire combines the Weather Research and Forecasting model (WRF) with a fire spread model, implemented by the level set method.

WRF-Fire is written in Fortran 90 following WRF coding conventions. It is called from WRF as a subroutine and it calls WRF libraries for utilities such as I/O and communication between MPI processes. WRF-Fire executes on a part of the domain, called a tile (in WRF nomenclature). All communication between the tiles is in the caller; thus, one time step requires multiple calls to WRF-Fire. WRF-Fire can also run independently without an atmosphere model by substituting its own main program and linking with stubs that replace the WRF subroutines called, though this capability has fallen behind at the moment.

Distribution

Current development version

From WRF distribution

Publications

Description of WRF-Fire

Related papers and presentations

  • Jan Mandel, Jonathan D. Beezley, and Volodymyr Y. Kondratenko, Fast Fourier Transform Ensemble Kalman Filter with Application to a Coupled Atmosphere-Wildland Fire Model, MS2010, submitted. Preprint arXiv:1001.1588

Howtos

Current versions

The current version of WRF-Fire is based on WRF 3.1. WRF included a version of WRF-Fire quietly since WRF 3.1.1 in Summer 2009. The official, supported release of WRF-Fire with WRF is planned with WRF 3.2 in late March 2010.

To get the latest version directly from the development repository, see How to run WRF-Fire. This version also contains a number of additional tools such as Matlab scripts for visualization.