Writing large files from pnetcdf on IBM

Charlie Zender zender at uci.edu
Tue Nov 28 13:42:23 CST 2006


Hi,

FYI the switches for producing
human-readable header dumps for the netCDF file header are

% od -An -c -N4 foo_3c.nc # CDF1 = netcdf version 3
    C   D   F 001
% od -An -c -N4 foo_364.nc # CDF2 = netcdf version 3 64 bit
    C   D   F 002
% od -An -c -N4 foo_4.nc # HDF (netcdf4)
  211   H   D   F
% od -An -c -N4 foo_4c.nc # HDF (netcdf4_classic)
  211   H   D   F

This may help make the current discussion more readable.

Charlie
-- 
Charlie Zender, surname at uci.edu, Department of Earth System Science
3228 Croul Hall, UC Irvine, Irvine CA 92697-3100. (949) 824-2987 :)




More information about the parallel-netcdf mailing list