Difference between revisions of "How to run WRF-SFIRE"
Jump to navigation
Jump to search
(tested versions) |
|||
Line 3: | Line 3: | ||
==Prerequisites== | ==Prerequisites== | ||
− | == | + | The prerequisites are given by the needs of building [[WRF]]. |
+ | |||
+ | * [[NetCDF]], must be built with Fortran interface for the compiler used with WRF | ||
+ | |||
+ | ==Tested versions== | ||
+ | |||
+ | Commit aa4ddf0997 Nov 15 2009 works with NetCDF 4, and | ||
+ | * PGI Fortran 8.0 and gcc 4.3.4 on Linux Gentoo 5 | ||
+ | * Intel Fortran 11 and 4.4.1 on Fedora 11 | ||
[[Access to WRF-Fire for developers]] | [[Access to WRF-Fire for developers]] |
Revision as of 04:55, 17 January 2010
Get the code from the public mirror at github.com or repo.or.cz. Start from the README.txt file in the root directory, and follow the directions there.
Prerequisites
The prerequisites are given by the needs of building WRF.
- NetCDF, must be built with Fortran interface for the compiler used with WRF
Tested versions
Commit aa4ddf0997 Nov 15 2009 works with NetCDF 4, and
- PGI Fortran 8.0 and gcc 4.3.4 on Linux Gentoo 5
- Intel Fortran 11 and 4.4.1 on Fedora 11