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
65b2aaea
Commit
65b2aaea
authored
Jan 26, 2017
by
Uwe Schulzweida
Browse files
Docu update.
parent
3a02ad4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdo.c
View file @
65b2aaea
...
@@ -221,13 +221,13 @@ void cdo_usage(void)
...
@@ -221,13 +221,13 @@ void cdo_usage(void)
fprintf
(
stderr
,
" -b <nbits> Set the number of bits for the output precision
\n
"
);
fprintf
(
stderr
,
" -b <nbits> Set the number of bits for the output precision
\n
"
);
fprintf
(
stderr
,
" (I8/I16/I32/F32/F64 for nc1/nc2/nc4/nc4c; F32/F64 for grb2/srv/ext/ieg; P1 - P24 for grb1/grb2)
\n
"
);
fprintf
(
stderr
,
" (I8/I16/I32/F32/F64 for nc1/nc2/nc4/nc4c; F32/F64 for grb2/srv/ext/ieg; P1 - P24 for grb1/grb2)
\n
"
);
fprintf
(
stderr
,
" Add L or B to set the byteorder to Little or Big endian
\n
"
);
fprintf
(
stderr
,
" Add L or B to set the byteorder to Little or Big endian
\n
"
);
fprintf
(
stderr
,
" --cmor CMOR conform NetCDF output
\n
"
);
fprintf
(
stderr
,
" -C, --color Colorized output messages
\n
"
);
if
(
ITSME
)
if
(
ITSME
)
{
{
fprintf
(
stderr
,
" --enableexcept <except>
\n
"
);
fprintf
(
stderr
,
" --enableexcept <except>
\n
"
);
fprintf
(
stderr
,
" Set individual floating-point traps (DIVBYZERO, INEXACT, INVALID, OVERFLOW, UNDERFLOW, ALL_EXCEPT)
\n
"
);
fprintf
(
stderr
,
" Set individual floating-point traps (DIVBYZERO, INEXACT, INVALID, OVERFLOW, UNDERFLOW, ALL_EXCEPT)
\n
"
);
}
}
fprintf
(
stderr
,
" --cmor CMOR conform NetCDF output
\n
"
);
fprintf
(
stderr
,
" -C, --color Colorized output messages
\n
"
);
fprintf
(
stderr
,
" -f, --format <format>
\n
"
);
fprintf
(
stderr
,
" -f, --format <format>
\n
"
);
fprintf
(
stderr
,
" Format of the output file. (grb1/grb2/nc1/nc2/nc4/nc4c/srv/ext/ieg)
\n
"
);
fprintf
(
stderr
,
" Format of the output file. (grb1/grb2/nc1/nc2/nc4/nc4c/srv/ext/ieg)
\n
"
);
fprintf
(
stderr
,
" -g <grid> Set default grid name or file. Available grids:
\n
"
);
fprintf
(
stderr
,
" -g <grid> Set default grid name or file. Available grids:
\n
"
);
...
...
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