Skip to content

Commit c12d198

Browse files
committed
add note on flags NC_64BIT_OFFSET and NC_64BIT_DATA for CDF-2 and CDF-5 formats
1 parent d671dd7 commit c12d198

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ <h2>Overview of PnetCDF</h2>
4545
PnetCDF is a high-performance parallel I/O library for accessing
4646
<a href="http://www.unidata.ucar.edu/software/netcdf/">Unidata's NetCDF</a>,
4747
files in classic formats, specifically the formats of CDF-1, 2, and 5.
48-
The CDF-5 file format, an extension of CDF-2, supports unsigned data types and
49-
uses 64-bit integers to allow users to define large dimensions, attributes, and
50-
variables (&gt; 2B array elements).
48+
CDF-1 is the default NetCDF classic format. CDF-2 is an extended format
49+
created through using flag NC_64BIT_OFFSET to support 64-bit file offsets. The
50+
CDF-5 file format, an extension of CDF-2 and created through using flag
51+
NC_64BIT_DATA, supports unsigned data types and uses 64-bit integers to allow
52+
users to define large dimensions, attributes, and variables (&gt; 2B array
53+
elements).
5154
</p>
5255
<p>
5356
In addition to the conventional netCDF read and write APIs, PnetCDF

0 commit comments

Comments
 (0)