Added by Gohar Ali about 13 years ago
hello to all cdo users,
I am new to cdo and I am trying to open air.2003.nc by giving (e.g.) the command
"cdo info air.2003.nc"
and I get the error message
"Unsupported file type (library support not compiled in)"
can anybody help me to resolve this problem.
Gohar Ali
You have to compile CDO with netCDF support to process netCDF files, see https://code.zmaw.de/embedded/cdo/1.5.4/cdo.html#x1-30001.1
./configure --with-netcdf=<netCDF root directory>