NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
In netcdf 4.0, if the netcdf file name starts with a number, ncdump barfs: $ ncdump -h 2002.nc ncdump: name begins with space or control-character: 2 However, simply soft-linking the file to have a name that doesn't start with a number (with no change to the contents of the file) makes ncdump work ok. $ln -s 2002.nc test.nc ; ncdump -h test.nc ; rm test.nc Lak
netcdfgroup
archives: