Changes between Version 2 and Version 3 of NewFileFormatDefinition
- Timestamp:
- 06/19/08 11:26:32 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewFileFormatDefinition
v2 v3 1 The CDF- 3file format will look quite similar to the CDF-1 file format (see1 The CDF-5 file format will look quite similar to the CDF-1 file format (see 2 2 http://www.unidata.ucar.edu/software/netcdf/netcdf-4/newdocs/netcdf.html#NetCDF-Classic-Format 3 3 ) 4 4 5 * We define a new magic number version 'CDF- 3' (unless the NetCDF4 format claims this, in which case we'll come up with something else)5 * We define a new magic number version 'CDF-5' 6 6 * NON_NEG and STREAMING fields will be 8 bytes instead of four. 7 7 * we define a new 64 bit integer type (NC_INT64: a 64 bit signed integer) … … 17 17 '\002'| //File format version number 18 18 //for 64-bit offset Format 19 '\00 3' //File format version number *new*19 '\005' //File format version number *new* 20 20 //for 64-bit data Format 21 21 NON_NEG := INT with non-negative value | // for classic format and
![(please configure the [header_logo] section in trac.ini)](/projects/parallel-netcdf/chrome/common/trac_banner.png)