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
1c29c716
Commit
1c29c716
authored
Jan 11, 2011
by
Uwe Schulzweida
Browse files
Docu update
parent
c1d9eacb
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
1c29c716
CDO NEWS
--------
Version 1.5.0 (?? March 2011):
Fixed bugs:
* sellonlatbox: does not work as expected when selecting all longitutes
Version 1.4.7 (06 January 2011):
New features:
...
...
doc/tex/mod/Output
View file @
1c29c716
...
...
@@ -9,8 +9,8 @@
@BeginDescription
This module prints all values of all input datasets to standard output.
All input fields need to have the same horizontal grid. All input files
need to have the same structure with the same variables
on different
time steps.
The format of the output depends on the chosen operator.
need to have the same structure with the same variables
.
The format of the output depends on the chosen operator.
@EndDescription
@EndModule
...
...
@@ -70,7 +70,7 @@ Each field with a header of 4 integers (EXTRA likely).
@Item = format
STRING C-style format for one element (e.g. \%13.6g)
@Item = nelem
INTEGER Number of elements for each row
INTEGER Number of elements for each row
(nelem max = gridsize)
@EndParameter
...
...
src/operator_help.h
View file @
1c29c716
...
...
@@ -3363,8 +3363,8 @@ static char *OutputHelp[] = {
"DESCRIPTION"
,
" This module prints all values of all input datasets to standard output."
,
" All input fields need to have the same horizontal grid. All input files "
,
" need to have the same structure with the same variables
on different
"
,
"
time steps.
The format of the output depends on the chosen operator."
,
" need to have the same structure with the same variables
.
"
,
" The format of the output depends on the chosen operator."
,
""
,
"OPERATORS"
,
" output ASCII output"
,
...
...
@@ -3385,7 +3385,7 @@ static char *OutputHelp[] = {
""
,
"PARAMETER"
,
" format STRING C-style format for one element (e.g. \%13.6g)"
,
" nelem INTEGER Number of elements for each row"
,
" nelem INTEGER Number of elements for each row
(nelem max = gridsize)
"
,
NULL
};
...
...
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