Hi,
The error message in your compile log is:
Code:
/usr/bin/ld: cannot find -lnetcdf
collect2: error: ld returned 1 exit status
make[1]: [Makefile:13: geogrid.exe] Error 1 (ignored)
When you build WPS, the geogrid and metgrid programs rely on some of the specifics from the WRF build. You must make sure to use the same compiler (and version) as used to build WRF, along with the same version of netCDF. You may want to check that your NETCDF path is pointing to the same netCDF version you used for installing WRF.