Difference between revisions of "How to run the standalone fire model in WRF-SFIRE"

From openwfm
Jump to navigation Jump to search
(Created page with 'The fire code in WRF-Fire, called SFIRE (for Spread FIRE model), can be used independently without WRF for testing. To make comparison easier, it can run from the same inputs as …')
 
Line 24: Line 24:
  
 
[[Category:WRF-Fire]]
 
[[Category:WRF-Fire]]
 +
[[Category:Howtos|Standalone fire model in WRF-Fire]]

Revision as of 03:29, 1 August 2010

The fire code in WRF-Fire, called SFIRE (for Spread FIRE model), can be used independently without WRF for testing. To make comparison easier, it can run from the same inputs as WRF-Fire.

Step by step instructions

  • cd wrf-fire/standalone
  • Find a suitable make.inc.* file and soft-link it to make.inc, for example ln -s make.inc.gfortran make.inc
  • Type make to create fire.exe
  • Change to one of the test directories, for example cd ../WRFV3/test/em_fire/hill
  • Run ./ideal.exe to create the file wrfinput_d01
  • Run ./fire.exe

Works with

  1. REDIRECT Template:WRF-Fire-branch Jul 31 2010
  • tested with gfortran 4.4 (gcc44 on Centos 5.5) and 4.3 (on OS X, from MacPorts), but will not compile under gfortran 4.1.2 (which is the default compiler distributed with RHEL5 and Centos 5.5) because of its lack of support of the Fortran 2003 standard
  • PGI Fortran 10.5 and hopefully later