Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
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: