How to run WRF-SFIRE

From openwfm
Jump to navigation Jump to search

How to build and run

Get WRF-Fire from the public mirror at github.com or repo.or.cz. Read the README.txt file in the root directory, and follow the directions there. Access to the mirrors is read-only by git, or your can download a tarball or zip file. Access for developers uses a different git repository, see the README.txt file.

To run on real data, follow the directions in the file doc/README_wps.txt.

Documentation

See WRF-Fire#Documentation.

Prerequisites

The prerequisites are given by the needs of building WRF.

  • NetCDF, must be built with the Fortran interface using the same compiler as used for WRF

Tested versions

January 2010

Commit aa4ddf0997 Nov 15 2009 works with NetCDF 4, and

  • PGI Fortran 8.0 and gcc 4.3.4 on Linux Gentoo 5 64bit
  • Intel Fortran 11 and gcc 4.4.1 on Fedora 11 64bit
  • gfortran/gcc 4.3.4 on Linux Gentoo 5 64bit
  • gfortran/gcc 4.3.0 on Mac OS X Snow Leopard