This guide was created for WRF version 2.0.2 release and the PGI Release 5.2-2. This information is for both x64 processors running 64-bit Linux or x86 processors running 32-bit Linux.
Information about The Weather Research and Forecasting (WRF) Model can be found at the WRF Homepage.
You may obtain the source for WRF Version 2.0.2 from the WRF Users Page. While the source is freely available, you will be asked to register if you are a new user.
A netCDF package built using the same major version of the PGI compilers is required. Please refer to the PGI Guide to NetCDF for more information on building netCDF. Also, you must have PGI release 5.2-2 or above.
./configure
Note: if you are on a 64-bit system and see no configuration choices listed, append this configuration file to the end of your WRFV2/arch/configure.defaults file and rerun configure.
To build WRFV2, use "./compile <case_name>" where <case_name> is one of the following: em_b_wave, em_hill2d_x, em_grav2d_x, em_quarter_ss, em_squall2d_x, em_squall2d_y, or em_real. All but em_real are idealized test cases. We suggest you separately build and run each test case to ensure your installation is correct. If all the test cases are correct, then build the em_real case.
Please refer to the WRF user's guide for more information about running a real case. For the idealized cases, please refer to the README_test_cases file located in the root of your WRFV2 directory.
To run each idealized case,
Each test case should print "SUCCESS" upon completion.
WRFV2 may not compile with PGI compilers prior to version 5.2-2.