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.
> From: Ben Foster <address@hidden> > To: address@hidden > Subject: netcdf on Cray j90 > Organization: HAO > Keywords: 199912201615.JAA00984 Hi Ben, > Sorry to bug you with this, but I'm sure its a simple > answer. A small test program that creates a netcdf dataset > on ouray (Cray j90se) at ncar works, but the ncid returned > is big: > Created netcdf file file.nc istat= 0 ncid= 659996 In netcdf-3, the ncid is the underlying file descriptor, so in most cases, the first ncid returned is 3, the standard Unix behavior. Evidently the Cray I/O system returns a larger file descriptor for some reason, but it shouldn't cause any problems, as long as you just treat is as an opaque handle to the file. --Russ