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
6fb89e95
Commit
6fb89e95
authored
Mar 22, 2016
by
Ralf Mueller
Browse files
[maapReduce] add docu on the new "nobounds" argument
parent
67a9d50c
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/tex/mod/MapReduce
View file @
6fb89e95
...
...
@@ -9,7 +9,8 @@
@BeginDescription
This module holds an operator for data reduction based on a user defined mask.
The output grid is unstructured and includes coordinate bounds.
The output grid is unstructured and includes coordinate bounds. Bounds can be
avoided by using the additional 'nobounds' keyword.
@EndDescription
@EndModule
...
...
@@ -18,12 +19,14 @@ The output grid is unstructured and includes coordinate bounds.
@Name = reduce
@Title = Reduce input file variables to locations, where mask is non-zero.
Horizontal grids of @file{mask} and @file{ifile} must be identical
@Parameter = mask
@Parameter = mask
[nobounds]
@EndOperator
@BeginParameter
@Item = mask
STRING file which holds the mask field
STRING file which holds the mask field
@Item = nobounds
STRING if given, coordinated bounds are not written to output
@EndParameter
@BeginExample
...
...
src/operator_help.h
View file @
6fb89e95
...
...
@@ -743,14 +743,16 @@ static const char *MapReduceHelp[] = {
" reduce - Reduce fields to user-defined mask"
,
""
,
"SYNOPSIS"
,
" reduce,mask ifile ofile"
,
" reduce,mask
[,nobounds]
ifile ofile"
,
""
,
"DESCRIPTION"
,
" This module holds an operator for data reduction based on a user defined mask."
,
" The output grid is unstructured and includes coordinate bounds."
,
" The output grid is unstructured and includes coordinate bounds. Bounds can be"
,
" avoided by using the additional 'nobounds' keyword."
,
""
,
"PARAMETER"
,
" mask STRING file which holds the mask field"
,
" mask STRING file which holds the mask field"
,
" nobounds STRING if given, coordinated bounds are not written to output"
,
NULL
};
...
...
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