This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Paul, > To: "'address@hidden'" <address@hidden> > From: RSI E-mail Support <address@hidden> > Subject: NCDF_OPEN error (NC_ERROR = 13) > Organization: . > Keywords: 199909131717.LAA29097 In the above message, you wrote: > Paul M. Sommer > Technical Support Engineer > address@hidden > 303.413.3920 > > Dear Support, > > We have an IDL user working on a Windows 95 platform who is getting a > "NC_ERROR = 13" error thrown when he executes a NCDF_OPEN command in IDL. I > have been unable to reproduce the problem here, but was told internally that > your group might be able to shed some light on what the NC_ERROR = 13 refers > to... > > Thanks in advance for any information you can provide. > > Best Regards, > Paul -- RSI Technical Support Engineer Positive error codes are system error codes rather than netCDF error codes (which are all negative). On my SunOS 5.7 system, an error code of 13 means "Permission denied". I don't know what it means on a Windows 95 system. You might try a little "strerror(13)" program. Hope this helps. -------- Steve Emmerson <http://www.unidata.ucar.edu>