mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Fixed a few typos
This commit is contained in:
parent
e776cd2b8d
commit
8f229c851e
@ -42,18 +42,22 @@ VERSION COMMENTS
|
||||
|
||||
Released 12/30/2011
|
||||
|
||||
Completely rebuilt the dap constraint handling.
|
||||
Completely rebuilt the DAP constraint handling.
|
||||
This primarily affects users who specify a DAP constraint
|
||||
as part of their URL.
|
||||
[NCF-120]
|
||||
|
||||
Fixed problem when a url is provided that contains only a
|
||||
Fixed problem when a URL is provided that contains only a
|
||||
host name.
|
||||
[NCF-103]
|
||||
|
||||
Properly convert vara start/count parameters to DAP
|
||||
[NCF-105][NCF-106]
|
||||
|
||||
Fixed major wasted space from previous default variable
|
||||
chunk sizes algorithm.
|
||||
[NCF-81]
|
||||
|
||||
Fixed bug in nccopy, in which compression and chunking
|
||||
options were ignored for netCDF-4 input files.
|
||||
[NCF-79]
|
||||
@ -98,7 +102,7 @@ VERSION COMMENTS
|
||||
the C library and ncdump/ncgen/nccopy without Fortran or C++.
|
||||
[NCF-24]
|
||||
|
||||
Documentation migrated to doxygen
|
||||
Documentation migrated to Doxygen
|
||||
[NCF-26]
|
||||
|
||||
Now supports bluefire
|
||||
@ -166,7 +170,7 @@ VERSION COMMENTS
|
||||
[NCF-41]
|
||||
|
||||
Fix ncgen bug that did not use the value of a _Format
|
||||
attribute in the input CDL file to dtermine the kind
|
||||
attribute in the input CDL file to determine the kind
|
||||
of output file created, when not specified by the -k
|
||||
command-line flag.
|
||||
[NCF-42]
|
||||
@ -330,7 +334,7 @@ VERSION COMMENTS
|
||||
opendap version of a function.
|
||||
|
||||
Refactoring of netCDF-4 memory internals to reduce
|
||||
memory use and end dependance on NC_MAX_DIMS and
|
||||
memory use and end dependence on NC_MAX_DIMS and
|
||||
NC_MAX_NAME.
|
||||
|
||||
Modified constraint parser to be more compatible with
|
||||
@ -417,7 +421,7 @@ VERSION COMMENTS
|
||||
Added prototype NcML output capability to ncgen4.
|
||||
It is specified by the -lcml flag.
|
||||
|
||||
Added capabilty to read HDF5 files without dimension
|
||||
Added capability to read HDF5 files without dimension
|
||||
scales. This will allow most existing HDF5 datasets to
|
||||
be read by netCDF-4.
|
||||
|
||||
@ -467,7 +471,7 @@ VERSION COMMENTS
|
||||
Added parallel example program in F90.
|
||||
|
||||
Changed default chunking to better handle very large
|
||||
varibles.
|
||||
variables.
|
||||
|
||||
Made contiguous the default for fixed size data sets
|
||||
with no filters.
|
||||
|
Loading…
Reference in New Issue
Block a user