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

Docu update.

parent 3509120d
No related branches found
No related tags found
No related merge requests found
......@@ -255,27 +255,27 @@ The result is the same as:
\end{verbatim}
\end{itemize}
\subsection{CMOR compliant NetCDF output}
The {\CDO} NetCDF output is almost conform to the \href{http://cfconventions.org}{CF convention}.
The "Climate Model Output Rewriter" (\href{http://cfconventions.org}{CMOR}) library can be used to produce
CF-compliant NetCDF files that fulfill the requirements of many of the climate community's standard model experiments.
\subsubsection{cmor operator}
The {\CDO} operator cmor can be used to write NetCDF output with the CMOR library.
To enable this feature {\CDO} needs to be compiled with CMOR support:
\begin{verbatim}
./configure --with-netcdf=<NetCDF root directory> --with-cmor=<CMOR root directory> ...
make
\end{verbatim}
\subsubsection{cmor option}
The {\CDO} option -\,-cmor can be used to make the regular NetCDF output more CMOR conform.
This feature is independent from the CMOR library and can be used with all {\CDO} operators, except the operator cmor.
This option:
\begin{itemize}
\item Converts single value vertical coordinate to scalar coordinate variable
\item Stores hybrid sigma pressure level conform to the CF convention
\item Generates new {\tt tracking\_id} attribute
\item Generates new {\tt creation\_date} attribute
\end{itemize}
% \subsection{CMOR compliant NetCDF output}
% The {\CDO} NetCDF output is almost conform to the \href{http://cfconventions.org}{CF convention}.
% The "Climate Model Output Rewriter" (\href{http://cfconventions.org}{CMOR}) library can be used to produce
% CF-compliant NetCDF files that fulfill the requirements of many of the climate community's standard model experiments.
% \subsubsection{cmor operator}
% The {\CDO} operator cmor can be used to write NetCDF output with the CMOR library.
% To enable this feature {\CDO} needs to be compiled with CMOR support:
% \begin{verbatim}
% ./configure --with-netcdf=<NetCDF root directory> --with-cmor=<CMOR root directory> ...
% make
% \end{verbatim}
% \subsubsection{cmor option}
% The {\CDO} option -\,-cmor can be used to make the regular NetCDF output more CMOR conform.
% This feature is independent from the CMOR library and can be used with all {\CDO} operators, except the operator cmor.
% This option:
% \begin{itemize}
% \item Converts single value vertical coordinate to scalar coordinate variable
% \item Stores hybrid sigma pressure level conform to the CF convention
% \item Generates new {\tt tracking\_id} attribute
% \item Generates new {\tt creation\_date} attribute
% \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