Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
3c2a16a4
Commit
3c2a16a4
authored
Jan 16, 2012
by
Uwe Schulzweida
Browse files
Docu update
parent
35685750
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
OPERATORS
View file @
3c2a16a4
...
...
@@ -19,7 +19,7 @@ Operator catalog:
Ninfo nyear Number of years
Ninfo nmon Number of months
Ninfo ndate Number of dates
Ninfo ntime Number of time
steps
Ninfo ntime Number of timesteps
Showinfo showformat Show file format
Showinfo showcode Show code numbers
Showinfo showname Show variable names
...
...
@@ -72,7 +72,7 @@ Operator catalog:
Selvar selzaxis Select z-axes
Selvar selltype Select GRIB level types
Selvar seltabnum Select parameter table numbers
Seltime seltimestep Select time
steps
Seltime seltimestep Select timesteps
Seltime seltime Select times
Seltime selhour Select hours
Seltime selday Select days
...
...
@@ -124,7 +124,7 @@ Operator catalog:
Settime settaxis Set time axis
Settime setreftime Set reference time
Settime setcalendar Set calendar
Settime shifttime Shift time
steps
Settime shifttime Shift timesteps
Change chcode Change code number
Change chparam Change parameter identifier
Change chname Change variable name
...
...
@@ -400,8 +400,8 @@ Operator catalog:
Intlevel intlevel Linear level interpolation
Intlevel3d intlevel3d Linear level interpolation onto a 3d vertical coordinate
Intlevel3d intlevelx3d like intlevel3d but with extrapolation
Inttime inttime Interpolation between time
steps
Inttime intntime Interpolation between time
steps
Inttime inttime Interpolation between timesteps
Inttime intntime Interpolation between timesteps
Intyear intyear Interpolation between two years
-------------------------------------------------------------
Transformation
...
...
doc/cdo_refcard.pdf
View file @
3c2a16a4
No preview for this file type
doc/tex/appendix.tex
View file @
3c2a16a4
...
...
@@ -76,7 +76,7 @@
\section
{
Example of a curvilinear grid description
}
Here is an example for the
{
\CDO
}
description of a curvilinear grid.
xvals/yvals describe
s
the position of the 6x5 quadrilateral grid cells.
xvals/yvals describe the position
s
of the 6x5 quadrilateral grid cells.
The first 4 values of xbounds/ybounds are the corners of the first grid cell.
\lstset
{
moredelim=**[is][
\color
{
red
}
]
{
|
}{
|
}}
\begin{lstlisting}
[frame=single, backgroundcolor=
\color
{
pcolor1
}
, basicstyle=
\footnotesize
]
...
...
@@ -125,7 +125,7 @@ ybounds = |23 26 36 32| 26 27 37 36 27 27 37
\newpage
\section
{
Example description for an unstructured grid
}
Here is an example of the
{
\CDO
}
description for an unstructured grid.
xvals/yvals describe
s
the position of 30 independent hexagonal grid cells.
xvals/yvals describe the position
s
of 30 independent hexagonal grid cells.
The first 6 values of xbounds/ybounds are the corners of the first
grid cell.
The grid cell corners have to rotate counterclockwise.
...
...
doc/tex/mod/Seltime
View file @
3c2a16a4
...
...
@@ -5,7 +5,7 @@
@Section = Selection
@Class = Selection
@Arguments = ifile ofile
@Operators = seltimestepseltime selhour selday selmon selyear selseas seldate selsmon
@Operators = seltimestep
seltime selhour selday selmon selyear selseas seldate selsmon
@BeginDescription
This module selects user specified timesteps from @file{ifile} and writes them to @file{ofile}.
...
...
src/operator_help.h
View file @
3c2a16a4
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment