HWRF Online Tutorial V3.9a | Additional Exercises > Compiling WRFV3, WPS, UPP, and GSI

Compilation: Building the WRF, WPS, GSI, and UPP componements

Creating a working directory and extracting the sourcesThis exercise is intended to give you practice building the components WRF-NMM, WPS, and UPP, and GSI.

The source code is available in the tar files used previously, and is located on Cheyenne in the /glade/p/ral/jnt/HWRF/HWRF_v3.9a_tut_codes/ directory. The tar files you will need are:

HWRF_v3.9a_hwrfrun.tar.gz
HWRF_v3.9a_WRFV3.tar.gz
HWRF_v3.9a_WRFV3_Idealized.tar.gz
HWRF_v3.9a_WPSV3.tar.gz
HWRF_v3.9a_GSI.tar.gz
HWRF_v3.9a_UPP.tar.gz

Create and move into a working directory.

mkdir -p ${SCRATCH}/HWRF_building && cd ${SCRATCH}/HWRF_building

Untar the code under your working directory.

tar -zxf /glade/p/ral/jnt/HWRF/HWRF_v3.9a_tut_codes/HWRF_v3.9a_hwrfrun.tar.gz
cd ${SCRATCH}/HWRF_building/hwrfrun/sorc
tar -zxf /glade/p/ral/jnt/HWRF/HWRF_v3.9a_tut_codes/HWRF_v3.9a_WRFV3.tar.gz
tar -zxf /glade/p/ral/jnt/HWRF/HWRF_v3.9a_tut_codes/HWRF_v3.9a_WRFV3_Idealized.tar.gz
tar -zxf /glade/p/ral/jnt/HWRF/HWRF_v3.9a_tut_codes/HWRF_v3.9a_WPSV3.tar.gz
tar -zxf /glade/p/ral/jnt/HWRF/HWRF_v3.9a_tut_codes/HWRF_v3.9a_GSI.tar.gz
tar -zxf /glade/p/ral/jnt/HWRF/HWRF_v3.9a_tut_codes/HWRF_v3.9a_UPP.tar.gz