File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,9 +45,12 @@ <h2>Overview of PnetCDF</h2>
4545PnetCDF is a high-performance parallel I/O library for accessing
4646< a href ="http://www.unidata.ucar.edu/software/netcdf/ "> Unidata's NetCDF</ a > ,
4747files 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 (> 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 (> 2B array
53+ elements).
5154</ p >
5255< p >
5356In addition to the conventional netCDF read and write APIs, PnetCDF
You can’t perform that action at this time.
0 commit comments