Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

WPS error

Hello, I am trying to run WPS geogrid but I have this error
./geogrid.exe: symbol lookup error: ./geogrid.exe: undefined symbol: nc_def_var_quantize

thanks in advance if someone could help me
 
Hello, I am trying to run WPS geogrid but I have this error
./geogrid.exe: symbol lookup error: ./geogrid.exe: undefined symbol: nc_def_var_quantize

thanks in advance if someone could help me
@sergionatangonzalez
Usually means that the netcdf files are not in the $PATH variable or exported to your bashrc file.

Can you down a couple of things.

1. Upload your namelist.wps, and any log files for the WPS programs as a zip file.
2. Double check this website to make sure you exported the libraries correctly
Compiling WRF
 
Such errors often indicates that the netCDF lib you used is installed by some compilers not consistent with the one you compiled WRF.
Please double check your lib and the compiler you used. You may need to reinstall netCDF. Please see more details at:
 
Top