Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cdo
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpim-sw
cdo
Commits
10e5b92d
Commit
10e5b92d
authored
10 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Scatter: remove docu
parent
c14def14
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitattributes
+0
-1
0 additions, 1 deletion
.gitattributes
doc/tex/mod/Scatter
+0
-51
0 additions, 51 deletions
doc/tex/mod/Scatter
with
0 additions
and
52 deletions
.gitattributes
+
0
−
1
View file @
10e5b92d
...
...
@@ -209,7 +209,6 @@ doc/tex/mod/Rhopot -text
doc/tex/mod/Rotuv -text
doc/tex/mod/Runpctl -text
doc/tex/mod/Runstat -text
doc/tex/mod/Scatter -text
doc/tex/mod/Seaspctl -text
doc/tex/mod/Seasstat -text
doc/tex/mod/Selbox -text
...
...
This diff is collapsed.
Click to expand it.
doc/tex/mod/Scatter
deleted
100644 → 0
+
0
−
51
View file @
c14def14
@BeginModule
@NewPage
@Name = Distgrid
@Title = Distribute horizontal grid
@Section = File operations
@Class = File operation
@Arguments = ifile obase
@Operators = distgrid
@EndModule
@BeginOperator_distgrid
@Title = Distribute horizontal grid
@Parameter = nx [ny]
@BeginDescription
This operator distributes a dataset into smaller pieces. Each output file contains a different region of the horizontal
source grid. A target grid region contains a regular longitude/latitude box of the source grid. Only rectilinear source
grids are supported by this operator. The number of different regions can be specified with the parameter @var{nx} and @var{ny}.
The output files will be named <obase><xxx><suffix> where suffix is the filename extension derived from the file format.
xxx will have five digits with the number of the target region.
@EndDescription
@EndOperator
@BeginParameter nx
@Item = nx
INTEGER Number of regions in x direction
@Item = ny
INTEGER Number of regions in y direction [default: 1]
@EndParameter
@BeginNote
This operator needs to open all output files simultaneously.
The maximum number of open files depends on the operating system!
@EndNote
@BeginExample
Distribute a file into 6 smaller files, each output file receives one half of x and a third of y of the source grid:
@BeginVerbatim
cdo distgrid,2,3 ifile.nc obase
@EndVerbatim
@IfDoc
Below is a schematic illustration of the example:
\includegraphics[width=\textwidth]{scatter.pdf}
On the left side is the data of the input file and on the right side are the data of the six output files.
@EndifDoc
@EndExample
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment