240 likes | 259 Views
Learn step-by-step WRF WPSv3.0.1 practice with gunzip, tar commands, compiling, and modifying configurations for weather modeling.
E N D
gunzip WPSV3.0.1.TAR.gz • tar xvf WPSV3.0.1.TAR • cd WPS • configure (choose PGI, serial, NO GRIB2) • modify configure.wps • Change “CC = pgcc” • to “CC = gcc” • compile >& out& • will generate 3 executable files • (geogrid.exe, metgrid.exe, ungrib.exe) • Modify namelist.wps
Metgrid: Program outout • Output files named met_em.domain.YYYY-MM-DD… • Example of output files: • met_em.d01.2003-06-06_12:00:00.nc • met_em.d01.2003-06-06_18:00:00.nc • met_em.d01.2003-06-07_00:00:00.nc • met_em.d01.2003-06-07_06:00:00.nc • met_em.d01.2003-06-07_12:00:00.nc • met_em.d02.2003-06-06_12:00:00.nc