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
07431a73
Commit
07431a73
authored
Mar 18, 2016
by
Ralf Mueller
Browse files
[cdo-mapReduce] more docu
parent
73538d96
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitattributes
View file @
07431a73
...
...
@@ -200,6 +200,7 @@ doc/tex/mod/Invertlev -text
doc/tex/mod/Maggraph -text
doc/tex/mod/Magplot -text
doc/tex/mod/Magvector -text
doc/tex/mod/MapReduce -text
doc/tex/mod/Maskbox -text
doc/tex/mod/Maskregion -text
doc/tex/mod/Mastrfu -text
...
...
doc/tex/mod/MapReduce
0 → 100644
View file @
07431a73
@BeginModule
@NewPage
@Name = MapReduce
@Title = Reduce grid to user-definde mask - unpack to target grid
@Section = Conditional selection
@Class = Conditional
@Arguments = ifile ofile
@Operators = reduce unreduce
@BeginDescription
This module contains operators for data reduction based on a user defined mask.
@EndDescription
@EndModule
@BeginOperator_reduce
@Name = reduce
@Title = Reduce input file variables for locations, where mask is non-zero.
Horizontal grids of @file{mask} and @file{ifile} must be identical
@Parameter = mask
@BeginDescription
Performs a transformation to an unstructured grid including coordinate bounds
@EndDescription
@EndOperator
@BeginParameter
@Item = mask
STRING Target mask
@EndParameter
@BeginExample
Say @file{ifile} contains fields on a quadrilateral curvilinear grid and
@file{maskfile} holds a single field with zero-to-one mask onthe same
horizontal grid. To limit all data fields from @file{ifile} to the location
where the mask has a value of 1, call
@BeginVerbatim
cdo reduce,mask ifile ofile
@EndVerbatim
@EndExample
@BeginOperator_unreduce
@Name = unpack
@Title = Unpack input fields to given grid description
@Parameter = grid
@BeginDescription
Blowup the input fields towards given grid without changing the values
@EndDescription
@EndOperator
@BeginParameter
@Item = grid
STRING Target grid description file or name
@EndParameter
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