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

Docu update.

parent a1654acb
No related branches found
No related tags found
No related merge requests found
\begin{thebibliography}{xx}
\bibitem[ecCodes]{ecCodes} \ \\
\href{https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home}
{API for GRIB decoding/encoding},
from the European Centre for Medium-Range Weather Forecasts
(\href{http://www.ecmwf.int}{ECMWF})
\bibitem[ECHAM]{ECHAM} \ \\
\href{http://www.mpimet.mpg.de/wissenschaft/publikationen/reports.html}
{The atmospheric general circulation model ECHAM5},
......@@ -15,13 +22,6 @@
(\href{http://www.wmo.ch}{WMO})
\bibitem[GRIBAPI]{GRIBAPI} \ \\
\href{http://www.ecmwf.int/products/data/software/grib_api.html}
{GRIB API decoding/encoding},
from the European Centre for Medium-Range Weather Forecasts
(\href{http://www.ecmwf.int}{ECMWF})
\bibitem[HDF5]{HDF5} \ \\
\href{http://hdf.ncsa.uiuc.edu/HDF5/}
{HDF version 5},
......
......@@ -135,7 +135,7 @@
\end{picture}
\begin{flushright}
{\large\bfseries Climate Data Interface \\ Version 1.8.1 \\ April 2017}
{\large\bfseries Climate Data Interface \\ Version 1.9.0 \\ September 2017}
\end{flushright}
\vfill
......
......@@ -132,7 +132,7 @@
\end{picture}
\begin{flushright}
{\large\bfseries Climate Data Interface \\ Version 1.8.1 \\ April 2017}
{\large\bfseries Climate Data Interface \\ Version 1.9.0 \\ September 2017}
\end{flushright}
\vfill
......
......@@ -18,7 +18,7 @@ with one of the following predefined file format types:
\end{minipage}
\vspace*{3mm}
\texttt{CDI\_FILETYPE\_GRB2} is only available if the {\CDI} library was compiled with GRIB\_API support and all NetCDF file types are only available if the {\CDI} library was compiled with NetCDF support!
\texttt{CDI\_FILETYPE\_GRB2} is only available if the {\CDI} library was compiled with ecCodes support and all NetCDF file types are only available if the {\CDI} library was compiled with NetCDF support!
To set the byte order of a binary dataset with the file format
type \texttt{CDI\_FILETYPE\_SRV}, \texttt{CDI\_FILETYPE\_EXT} or \texttt{CDI\_FILETYPE\_IEG} use one of the
......
......@@ -88,13 +88,13 @@ The configure option \texttt{--disable-cgribex} will disable the encoding/decodi
\subsection{GRIB edition 2}
GRIB2 is available in {\CDI} via the ECMWF GRIB\_API \cite{GRIBAPI}.
GRIB\_API is an external library and not part of {\CDI}. To use GRIB2 with
{\CDI} the GRIB\_API library must be installed before the configuration
of the {\CDI} library. Use the configure option \texttt{--with-grib\_api} to
GRIB2 is available in {\CDI} via the ECMWF ecCodes \cite{ecCodes} library.
ecCodes is an external library and not part of {\CDI}. To use GRIB2 with
{\CDI} the ecCodes library must be installed before the configuration
of the {\CDI} library. Use the configure option \texttt{--with-eccodes} to
enable GRIB2 support.
The GRIB\_API library is also used to encode/decode GRIB1 records if the support for the CGRIBEX library is disabled.
The ecCodes library is also used to encode/decode GRIB1 records if the support for the CGRIBEX library is disabled.
This feature is not tested regulary and the status is experimental!
\section{NetCDF}
......
......@@ -15,9 +15,9 @@ To take full advantage of {\CDI}'s features the following additional libraries s
(\texttt{http://www.unidata.ucar.edu/packages/netcdf})
version 3 or higher.
This is needed to read/write NetCDF files with {\CDI}.
\item The ECMWF \href{http://www.ecmwf.int/products/data/software/grib_api.html}{GRIB\_API}
(\texttt{http://www.ecmwf.int/products/data/software/grib\_api.html})
version 1.9.5 or higher.
\item ECMWF \href{https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home}{ecCodes} library
(\texttt{https://software.ecmwf.int/wiki/display/ECC/ecCodes+Home})
version 2.3.0 or higher.
This library is needed to encode/decode GRIB2 records with {\CDI}.
\end{itemize}
......
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