Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
5606917c
Commit
5606917c
authored
Mar 10, 2016
by
Uwe Schulzweida
Browse files
Docu update
parent
3f6be63f
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/tex/cdo.tex
View file @
5606917c
...
...
@@ -183,7 +183,7 @@
\end{picture}
\begin{flushright}
\large\bf
{
Climate Data Operators
\\
Version 1.7.
1
\\
February
2016
}
\large\bf
{
Climate Data Operators
\\
Version 1.7.
2
\\
June
2016
}
\end{flushright}
\vfill
...
...
doc/tex/cdoprog.tex
View file @
5606917c
...
...
@@ -14,7 +14,7 @@
\put
(0,0.0)
{
\line
(1,0)
{
3.95
}}
\end{picture}
\begin{flushright}
{
\small
{
Climate Data Operators
\\
Version 1.7.
1
\\
February
2016
}}
{
\small
{
Climate Data Operators
\\
Version 1.7.
2
\\
June
2016
}}
\end{flushright}
\vspace*
{
0mm
}
...
...
doc/tex/usage.tex
View file @
5606917c
...
...
@@ -74,7 +74,7 @@ The following options are available for all operators:
\makebox
[1.5in][l]
{
\hspace*
{
1cm
}
\sl
-M
}
\>
Switch to indicate that the I/O streams have missing values.
\\
\makebox
[1.5in][l]
{
\hspace*
{
1cm
}
\sl
-m
$
<
$
missval
$
>
$}
\>
Set the
default
missing value (default:
{
\tt
-9e+33
}
).
\\
\>
Set the missing value
of non NetCDF files
(default:
{
\tt
-9e+33
}
).
\\
\makebox
[1.5in][l]
{
\hspace*
{
1cm
}
\sl
-O
}
\>
Overwrite existing output file, if checked.
\\
\>
Existing output file is checked only for:
{
\tt
ens<STAT>
}
,
{
\tt
merge
}
,
{
\tt
mergetime
}
\\
...
...
src/cdo.c
View file @
5606917c
...
...
@@ -228,7 +228,7 @@ void cdo_usage(void)
fprintf
(
stderr
,
" -k <chunktype> NetCDF4 chunk type: auto, grid or lines
\n
"
);
fprintf
(
stderr
,
" -L Lock IO (sequential access)
\n
"
);
fprintf
(
stderr
,
" -M Switch to indicate that the I/O streams have missing values
\n
"
);
fprintf
(
stderr
,
" -m <missval> Set the
default
missing value (default: %g)
\n
"
,
cdiInqMissval
());
fprintf
(
stderr
,
" -m <missval> Set the missing value
of non NetCDF files
(default: %g)
\n
"
,
cdiInqMissval
());
fprintf
(
stderr
,
" --no_warnings Inhibit warning messages
\n
"
);
fprintf
(
stderr
,
" -O Overwrite existing output file, if checked
\n
"
);
fprintf
(
stderr
,
" --operators List of all operators
\n
"
);
...
...
Write
Preview
Markdown
is supported
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