Difference between revisions of "How to run WRF-SFIRE"
Jump to navigation
Jump to search
(fmt) |
(real) |
||
Line 1: | Line 1: | ||
Get the code from the public mirror at [http://github.com/jbeezley/wrf-fire github.com] or [http://repo.or.cz/w/wrffire.git repo.or.cz]. Start from the [http://repo.or.cz/w/wrffire.git/blob/HEAD:/README.txt README.txt] file in the root directory, and follow the directions there. Access from the mirrors is read-only by [[git]], or your can download a tar file. Access for developers uses a different git repository, see the README.txt file. | Get the code from the public mirror at [http://github.com/jbeezley/wrf-fire github.com] or [http://repo.or.cz/w/wrffire.git repo.or.cz]. Start from the [http://repo.or.cz/w/wrffire.git/blob/HEAD:/README.txt README.txt] file in the root directory, and follow the directions there. Access from the mirrors is read-only by [[git]], or your can download a tar file. Access for developers uses a different git repository, see the README.txt file. | ||
+ | |||
+ | To run on real data, see the file [http://repo.or.cz/w/wrffire.git/blob/HEAD:/doc/README_wps.txt doc/README_wps.txt] from the root directory. | ||
==Prerequisites== | ==Prerequisites== | ||
Line 5: | Line 7: | ||
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 Fortran interface | + | * [[NetCDF]], must be built with the Fortran interface using the same compiler as used for WRF |
==Tested versions== | ==Tested versions== | ||
Commit aa4ddf0997 Nov 15 2009 works with NetCDF 4, and | Commit aa4ddf0997 Nov 15 2009 works with NetCDF 4, and | ||
− | * PGI Fortran 8.0 and gcc 4.3.4 on Linux Gentoo 5 | + | * PGI Fortran 8.0 and gcc 4.3.4 on Linux Gentoo 5 64bit |
− | * Intel Fortran 11 and 4.4.1 on Fedora 11 | + | * 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 | ||
− | [[Category:Howtos]] | + | [[Category:Howtos|WRF-Fire]] |
[[Category:WRF]] | [[Category:WRF]] |
Revision as of 05:09, 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. Access from the mirrors is read-only by git, or your can download a tar file. Access for developers uses a different git repository, see the README.txt file.
To run on real data, see the file doc/README_wps.txt from the root directory.
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
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