The WRF modeling system software installation is fairly straightforward on the ported platforms listed below. The model-component portion of the package is mostly self-contained. The WRF model does contain the source code to a Fortran interface to ESMF and the source to FFTPACK . Contained within the WRF system is the WRFDA component, which has several external libraries that the user must install (for various observation types and linear algebra solvers). Similarly, the WPS package, separate from the WRF source code, has additional external libraries that must be built (in support of Grib2 processing). The one external package that all of the systems require is the netCDF library, which is one of the supported I/O API packages. The netCDF libraries or source code are available from the Unidata homepage at http://www.unidata.ucar.edu (select DOWNLOADS, registration required).
There are three tar files for the WRF code. The first is the WRF model (including the real and ideal pre-processors). The second is the WRFDA code. The third tar file is for WRF chemistry. In order to run the WRF chemistry code, both the WRF model and the chemistry tar file must be combined.
The WRF model has been successfully ported to a number of Unix-based machines. We do not have access to all of them and must rely on outside users and vendors to supply the required configuration information for the compiler and loader options. Below is a list of the supported combinations of hardware and software for WRF.
Vendor |
Hardware |
OS |
Compiler |
Cray |
X1 |
UniCOS |
vendor |
Cray |
AMD |
Linux |
PGI |
IBM |
Power Series |
AIX |
vendor |
SGI |
IA64 / Opteron |
Linux |
Intel |
COTS* |
IA32 |
Linux |
Intel / PGI / gfortran / g95 / PathScale |
COTS |
IA64 / Opteron |
Linux |
Intel / PGI / gfortran / PathScale |
Mac |
Power Series |
Darwin |
xlf / g95 / PGI / Intel |
Mac |
Intel |
Darwin |
g95 / PGI / Intel |
* Commercial Off The Shelf systems
The WRF model may be built to run on a single processor machine, a shared-memory machine (that use the OpenMP API), a distributed memory machine (with the appropriate MPI libraries), or on a distributed cluster (utilizing both OpenMP and MPI). The WRFDA and WPS packages run on the above listed systems.
The majority of the WRF model, WPS, and WRFDA codes are written in Fortran (what many refer to as Fortran 90). The software layer, RSL, which sits between WRF and WRFDA, and the MPI interface is written in C. WPS makes direct calls to the MPI libraries for distributed memory message passing. There are also ancillary programs that are written in C to perform file parsing and file construction, which are required for default building of the WRF modeling code. Additionally, the WRF build mechanism uses several scripting languages: including perl, Cshell and Bourne shell. The traditional UNIX text/file processing utilities are used: make, m4, sed, and awk. See Chapter 8: WRF Software (Required Software) for a more detailed listing of the necessary pieces for the WRF build.
The only library that is almost always required is the netCDF package from Unidata (login > Downloads > NetCDF). Most of the WRF post-processing packages assume that the data from the WRF model, the WPS package, or the WRFDA program is using the netCDF libraries. One may also need to add /path-to-netcdf/netcdf/bin to your path so that one may execute netCDF utility commands, such as ncdump.
Note 1: If one wants to compile WRF system components on a Linux system that has access to multiple compilers, link the correct external libraries. For example, do not link the libraries built with PathScale when compiling the WRF components with gfortran. Even more, the same options when building the netCDF libraries must be used when building the WRF code (32 vs 64 bit, assumptions about underscores in the symbol names, etc.).
Note 2: If netCDF-4 is used, be sure that it is installed without activating the new capabilities (such as parallel I/O based on HDF5). The WRF modeling system currently only uses its classic data model supported in netCDF-4.
If you are going to be running distributed memory WRF jobs, you need a version of MPI. You can pick up a version of mpich, but you might want your system group to install the code. A working installation of MPI is required prior to a build of WRF using distributed memory. Either MPI-1 or MPI-2 are acceptable. Do you already have an MPI lying around? Try
which mpif90
which mpicc
which mpirun
If these are all defined executables in your path, you are probably OK. Make sure your paths are set up to point to the MPI lib, include, and bin directories. As with the netCDF libraries, you must build MPI consistently with the WRF source code.
Note that to output WRF model data in Grib1 format, Todd Hutchinson (WSI) has provided a complete source library that is included with the software release. However, when trying to link the WPS, the WRF model, and the WRFDA data streams together, always use the netCDF format.
The more widely used (and therefore supported) WRF post-processing utilities are:
There are only a few environmental settings that are WRF system related. Most of these are not required, but when things start acting badly, test some out. In Cshell syntax:
Users
wishing to run the WRF chemistry code must first download the WRF model tar
file, and untar it. Then the
chemistry code is untar’ed in the WRFV3 directory (this is the chem directory structure). Once the source code from the tar files
is combined, then users may proceed with the WRF chemistry build.
Building WPS requires that WRFV3 is already built.
WRFDA uses the same build mechanism as WRF, and as a consequence, this mechanism must be instructed to configure and build the code for WRFDA rather than WRF. Additionally, the paths to libraries needed by WRFDA code must be set, as described in the steps below.
setenv BUFR 1
o Only if you intend to use satellite radiance data, either CRTM or RTTOV (V8.7) has to be installed. The latest available CRTM version 2.0.2 is included in this release version and it will be compiled automatically when appropriate environmental variable is set. Users do not need to download the CRTM and install it. However, RTTOV still need to be downloaded (http://www.metoffice.gov.uk/science/creating/working_together/nwpsaf_public.html) and installed using the same compiler as will be used to build WRFDA, since the library produced by one compiler may not be compatible with code compiled with another.
OR/AND for example, that
RTTOV have been installed in subdirectories of /usr/local, the necessary
environment variable should be set with