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
f6a6f636
Commit
f6a6f636
authored
8 years ago
by
Uwe Schulzweida
Browse files
Options
Downloads
Patches
Plain Diff
Docu update.
parent
7022c3c1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/tex/mod/Selbox
+3
-3
3 additions, 3 deletions
doc/tex/mod/Selbox
with
3 additions
and
3 deletions
doc/tex/mod/Selbox
+
3
−
3
View file @
f6a6f636
...
...
@@ -57,12 +57,12 @@ INTEGER Index of last latitude
@BeginExample
To select the region with the longitudes from
120E
to
90W
and latitudes from
2
0N to
2
0S from all input fields use:
To select the region with the longitudes from
30W
to
60E
and latitudes from
3
0N to
8
0S from all input fields use:
@BeginVerbatim
cdo sellonlatbox,
120,-9
0,
2
0,
-2
0 ifile ofile
cdo sellonlatbox,
-30,6
0,
3
0,
8
0 ifile ofile
@EndVerbatim
If the input dataset has fields on a Gaussian N16 grid, the same box can be selected with @oper{selindexbox} by:
@BeginVerbatim
cdo selindexbox,
23,48,13,20
ifile ofile
cdo selindexbox,
60,11,3,11
ifile ofile
@EndVerbatim
@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