Skip to content
GitLab
Menu
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
48deace1
Commit
48deace1
authored
Sep 30, 2017
by
Uwe Schulzweida
Browse files
Docu update.
parent
45bb8db5
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/tex/cdo.tex
View file @
48deace1
...
@@ -198,7 +198,7 @@ keepaspectratio]{cdo_libdep.pdf}}%
...
@@ -198,7 +198,7 @@ keepaspectratio]{cdo_libdep.pdf}}%
\end{picture}
\end{picture}
\begin{flushright}
\begin{flushright}
\large
\textbf
{
Climate Data Operators
\\
Version 1.9.1
\\
Septem
ber 2017
}
\large
\textbf
{
Climate Data Operators
\\
Version 1.9.1
\\
Octo
ber 2017
}
\end{flushright}
\end{flushright}
\vfill
\vfill
...
...
doc/tex/cdoprog.tex
View file @
48deace1
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
\put
(0,0.0)
{
\line
(1,0)
{
3.95
}}
\put
(0,0.0)
{
\line
(1,0)
{
3.95
}}
\end{picture}
\end{picture}
\begin{flushright}
\begin{flushright}
{
\small
{
Climate Data Operators
\\
Version 1.9.1
\\
Septem
ber 2017
}}
{
\small
{
Climate Data Operators
\\
Version 1.9.1
\\
Octo
ber 2017
}}
\end{flushright}
\end{flushright}
\vspace*
{
0mm
}
\vspace*
{
0mm
}
...
...
doc/tex/mod/Sinfo
View file @
48deace1
...
@@ -25,7 +25,8 @@ Prints short information of a dataset. The information is divided into
...
@@ -25,7 +25,8 @@ Prints short information of a dataset. The information is divided into
information:
information:
@BeginItemize
@BeginItemize
@Item = institute and source
@Item = institute and source
@Item = timestep type
@Item = time c=constant v=varying
@Item = type of statistical processing
@Item = number of levels and z-axis number
@Item = number of levels and z-axis number
@Item = horizontal grid size and number
@Item = horizontal grid size and number
@Item = data type
@Item = data type
...
@@ -54,10 +55,10 @@ To print short information of a dataset use:
...
@@ -54,10 +55,10 @@ To print short information of a dataset use:
@EndVerbatim
@EndVerbatim
This is the result of an ECHAM5 dataset with 3 parameter over 12 timesteps:
This is the result of an ECHAM5 dataset with 3 parameter over 12 timesteps:
@BeginListing
@BeginListing
-1 : Institut Source Steptype Levels Num Points Num Dtype : Name
-1 : Institut Source
T
Steptype Levels Num Points Num Dtype : Name
1 : MPIMET ECHAM5 c
o
nstant 1 1 2048 1 F32 : GEOSP
1 : MPIMET ECHAM5 c
i
nstant
1 1 2048 1 F32 : GEOSP
2 : MPIMET ECHAM5 instant 4 2 2048 1 F32 : T
2 : MPIMET ECHAM5
v
instant 4 2 2048 1 F32 : T
3 : MPIMET ECHAM5 instant 1 1 2048 1 F32 : TSURF
3 : MPIMET ECHAM5
v
instant 1 1 2048 1 F32 : TSURF
Grid coordinates :
Grid coordinates :
1 : gaussian : points=2048 (64x32) np=16
1 : gaussian : points=2048 (64x32) np=16
longitude : 0 to 354.375 by 5.625 degrees_east circular
longitude : 0 to 354.375 by 5.625 degrees_east circular
...
...
src/operator_help.h
View file @
48deace1
...
@@ -50,7 +50,8 @@ std::vector<std::string> SinfoHelp = {
...
@@ -50,7 +50,8 @@ std::vector<std::string> SinfoHelp = {
" 4 sections. Section 1 prints one line per parameter with the following "
,
" 4 sections. Section 1 prints one line per parameter with the following "
,
" information:"
,
" information:"
,
" - institute and source"
,
" - institute and source"
,
" - timestep type"
,
" - time c=constant v=varying"
,
" - type of statistical processing"
,
" - number of levels and z-axis number"
,
" - number of levels and z-axis number"
,
" - horizontal grid size and number"
,
" - horizontal grid size and number"
,
" - data type"
,
" - data type"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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