Hi, > A user asked if "Numeric conversion not representable" was a netCDF > error message. It appears to be, based on a support email at > > http://www.unidata.ucar.edu/projects/coohl/mhonarc/MailArchives/netcdf/msg03454.html > > Is that correct? I looked in the netCDF include files, but didn't see > that message there. (Also wasn't in /usr/system/errno.h.) Is there a place > where one can look up netCDF error messages? Yes, it is a netCDF error message, in the netCDF source file "src/libsrc/error.c". That file contains the strings for all the netCDF error messages. --Russ