Difference between revisions of "How to run WRF-SFIRE"
Jump to navigation
Jump to search
(→Step by step directions: github) |
|||
Line 5: | Line 5: | ||
The prerequisites are given by the needs of building [[WRF]]. | 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 | + | * [[NetCDF]], must be built with the Fortran interface using the same compiler as used for WRF. Set the environment variables '''FC''' and '''F90''' to your Fortran compiler. Use the '''--disable-netcdf4''' option in '''configure'''. |
− | * [[MPI]] (for a distributed memory build only), must be built with the Fortran interface using the same compiler as used for WRF | + | * [[MPI]] (for a distributed memory build only), must be built with the Fortran interface using the same compiler as used for WRF. Make sure '''mpicc''' and '''mpif90''' are on the search path. |
==Step by step directions== | ==Step by step directions== |
Revision as of 01:43, 16 June 2010
This Howto shows how to build WRF-Fire and run an ideal test case.
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. Set the environment variables FC and F90 to your Fortran compiler. Use the --disable-netcdf4 option in configure.
- MPI (for a distributed memory build only), must be built with the Fortran interface using the same compiler as used for WRF. Make sure mpicc and mpif90 are on the search path.
Step by step directions
The following text is a placeholder only. The direction come here in near future.
- Get WRF-Fire from the repository or a mirror.
- Read the README.txt file in the root directory, and follow the step-by-step directions there.
Works with
January 2010
Commit aa4ddf0997 Nov 15 2009 works with NetCDF 4, MPI 2, 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