Skip to content
Snippets Groups Projects
Commit 9b52d3db authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Docu update

parent 86f3d2b1
No related branches found
No related tags found
No related merge requests found
CDI NEWS
--------
Version 1.6.5 (23 October 2014):
New features:
* NetCDF: single precision input
* netCDF4: added support for xtype NC_STRING
* added CDI function gribapiLibraryVersion(major_version, minor_version, revision_version) [Feature #5043]
* gribapiEncode: update additional keys defined with vlistDefVarXXXKey() [Feature #4720]
* added vlistDefVarProductDefinitionTemplate() to define GRIB2 Product Definition Template Number [Feature #4694]
* streamWriteVarF, streamWriteVarSliceF: added support for GRIB1 (cgribex)
* grib2: activate jpeg support in combination with masks (missing values)
Fixed bugs:
* listDestroy(): set resHListSize=0 [Bug #5058]
* NetCDF: Reading uuidOfVGrid [Bug #5046]
Version 1.6.4 (26 June 2014):
New features:
......
......@@ -480,7 +480,7 @@ Number of missing values.
\index{streamReadVarSlice}
\label{streamReadVarSlice}
The function streamReadVar reads all the values of a horizontal slice of a variable
The function streamReadVarSlice reads all the values of a horizontal slice of a variable
from an open dataset.
\subsubsection*{Usage}
......
......@@ -46,7 +46,7 @@ Variable identifier, or {\tt CDI\_GLOBAL} for a global attribute.
\item[{\tt attnum}]
Attribute number (from 0 to natts-1).
\item[{\tt name}]
Pointer to the location for the returned attribute name. The caller must allocate space for the
Pointer to the location for the returned attribute name. The caller must allocate space for the
returned string. The maximum possible length, in characters, of
the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
\item[{\tt typep}]
......
......@@ -206,7 +206,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
\item[{\tt varID}]
Variable identifier.
\item[{\tt name}]
Returned variable name. The caller must allocate space for the
Returned variable name. The caller must allocate space for the
returned string. The maximum possible length, in characters, of
the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
......@@ -265,7 +265,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
\item[{\tt varID}]
Variable identifier.
\item[{\tt longname}]
Long name of the variable. The caller must allocate space for the
Long name of the variable. The caller must allocate space for the
returned string. The maximum possible length, in characters, of
the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
......@@ -323,7 +323,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
\item[{\tt varID}]
Variable identifier.
\item[{\tt stdname}]
Standard name of the variable. The caller must allocate space for the
Standard name of the variable. The caller must allocate space for the
returned string. The maximum possible length, in characters, of
the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
......
......@@ -483,7 +483,7 @@ Number of missing values.
\index{streamReadVarSlice}
\label{streamReadVarSlice}
The function streamReadVar reads all the values of a horizontal slice of a variable
The function streamReadVarSlice reads all the values of a horizontal slice of a variable
from an open dataset.
\subsubsection*{Usage}
......
......@@ -47,7 +47,7 @@ Variable identifier, or {\tt CDI\_GLOBAL} for a global attribute.
\item[{\tt attnum}]
Attribute number (from 0 to natts-1).
\item[{\tt name}]
Pointer to the location for the returned attribute name. The caller must allocate space for the
Pointer to the location for the returned attribute name. The caller must allocate space for the
returned string. The maximum possible length, in characters, of
the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
\item[{\tt typep}]
......
......@@ -207,7 +207,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
\item[{\tt varID}]
Variable identifier.
\item[{\tt name}]
Returned variable name. The caller must allocate space for the
Returned variable name. The caller must allocate space for the
returned string. The maximum possible length, in characters, of
the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
......@@ -268,7 +268,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
\item[{\tt varID}]
Variable identifier.
\item[{\tt longname}]
Long name of the variable. The caller must allocate space for the
Long name of the variable. The caller must allocate space for the
returned string. The maximum possible length, in characters, of
the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
......@@ -328,7 +328,7 @@ Variable list ID, from a previous call to {\htmlref{\tt vlistCreate}{vlistCreate
\item[{\tt varID}]
Variable identifier.
\item[{\tt stdname}]
Standard name of the variable. The caller must allocate space for the
Standard name of the variable. The caller must allocate space for the
returned string. The maximum possible length, in characters, of
the string is given by the predefined constant {\tt CDI\_MAX\_NAME}.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment