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
b5f645f8
Commit
b5f645f8
authored
Aug 30, 2012
by
Uwe Schulzweida
Browse files
Sinfo: docu update
parent
f7766008
Changes
5
Hide whitespace changes
Inline
Side-by-side
doc/tex/cdo.tex
View file @
b5f645f8
...
...
@@ -163,7 +163,7 @@
\end{picture}
\begin{flushright}
\large\bf
{
Climate Data Operators
\\
Version 1.5.
6
\\
July
2012
}
\large\bf
{
Climate Data Operators
\\
Version 1.5.
7
\\
August
2012
}
\end{flushright}
\vfill
...
...
doc/tex/cdoprog.tex
View file @
b5f645f8
...
...
@@ -14,7 +14,7 @@
\put
(0,0.0)
{
\line
(1,0)
{
3.95
}}
\end{picture}
\begin{flushright}
{
\small
{
Climate Data Operators
\\
Version 1.5.
6
\\
July
2012
}}
{
\small
{
Climate Data Operators
\\
Version 1.5.
7
\\
August
2012
}}
\end{flushright}
\vspace*
{
0mm
}
...
...
doc/tex/mod/Sinfo
View file @
b5f645f8
...
...
@@ -25,10 +25,11 @@ Prints short information of a dataset. The information is divided into
information:
@BeginItemize
@Item = institute and source
@Item =
para
mete
r identifier
@Item =
timestep and data type
@Item =
ti
me
s
te
p type
@Item =
number of layers and z-axis number
@Item = horizontal grid size and number
@Item = number of vertical levels and z-axis number
@Item = data type
@Item = parameter identifier
@EndItemize
Section 2 and 3 gives a short overview of all horizontal and vertical grids.
And the last section contains short information of the time axis.
...
...
@@ -53,10 +54,10 @@ To print short information of a dataset use:
@EndVerbatim
This is the result of an ECHAM5 dataset with 3 parameter over 12 timesteps:
@BeginListing
-1 : Institut Source
Name Ttype Dtype
Gridsize Num
Levels Num
1 : MPIMET ECHAM5
GEOSP
constant
F32
2048 1
1 1
2 : MPIMET ECHAM5
T instant F32
2048 1
4
2
3 : MPIMET ECHAM5
TSURF
instant
F32
2048 1
1 1
-1 : Institut Source
Ttype Layers Num
Gridsize Num
Dtype : Name
1 : MPIMET ECHAM5 constant
1 1
2048 1
F32 : GEOSP
2 : MPIMET ECHAM5
instant 4 2
2048 1
F32 : T
3 : MPIMET ECHAM5 instant
1 1
2048 1
F32 : TSURF
Horizontal grids :
1 : gaussian > size : dim = 2048 nlon = 64 nlat = 32
longitude : first = 0 last = 354.375 inc = 5.625
...
...
src/Sinfo.c
View file @
b5f645f8
...
...
@@ -78,13 +78,13 @@ void *Sinfo(void *argument)
if
(
operatorID
==
SINFON
)
fprintf
(
stdout
,
"%6d : Institut Source Ttype Levels Num Gridsize Num Dtype :
N
ame
\n
"
,
-
(
indf
+
1
));
"%6d : Institut Source Ttype Levels Num Gridsize Num Dtype :
Parameter n
ame
\n
"
,
-
(
indf
+
1
));
else
if
(
operatorID
==
SINFOC
)
fprintf
(
stdout
,
"%6d : Institut Source Ttype Levels Num Gridsize Num Dtype : Table Code
\n
"
,
-
(
indf
+
1
));
else
fprintf
(
stdout
,
"%6d : Institut Source Ttype Levels Num Gridsize Num Dtype : Param
\n
"
,
-
(
indf
+
1
));
"%6d : Institut Source Ttype Levels Num Gridsize Num Dtype : Param
eter ID
\n
"
,
-
(
indf
+
1
));
nvars
=
vlistNvars
(
vlistID
);
...
...
src/operator_help.h
View file @
b5f645f8
...
...
@@ -51,10 +51,11 @@ static char *SinfoHelp[] = {
" 4 sections. Section 1 prints one line per parameter with the following "
,
" information:"
,
" - institute and source"
,
" -
para
mete
r identifier
"
,
" -
timestep and data type
"
,
" -
ti
me
s
te
p type
"
,
" -
number of layers and z-axis number
"
,
" - horizontal grid size and number"
,
" - number of vertical levels and z-axis number"
,
" - data type"
,
" - parameter identifier"
,
" Section 2 and 3 gives a short overview of all horizontal and vertical grids."
,
" And the last section contains short information of the time axis."
,
" sinfon Short information listed by parameter name"
,
...
...
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