Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
cdo
Commits
65ce8ab0
Commit
65ce8ab0
authored
8 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Docu update.
parent
3509120d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/tex/usage.tex
+24
-24
24 additions, 24 deletions
doc/tex/usage.tex
with
24 additions
and
24 deletions
doc/tex/usage.tex
+
24
−
24
View file @
65ce8ab0
...
...
@@ -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}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment