Practice for WPS Master’s student at UC Davis Kiyoung Lee is my supervisor
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
From Michael Duda
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