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
6030b368
Commit
6030b368
authored
Mar 13, 2017
by
Uwe Schulzweida
Browse files
Docu update.
parent
909844fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/tex/mod/Selbox
View file @
6030b368
...
...
@@ -46,13 +46,13 @@ FLOAT Southern or northern latitude
@Item = lat2
FLOAT Northern or southern latitude
@Item = idx1
INTEGER Index of first longitude
INTEGER Index of first longitude
(1 - nlon)
@Item = idx2
INTEGER Index of last longitude
INTEGER Index of last longitude
(1 - nlon)
@Item = idy1
INTEGER Index of first latitude
INTEGER Index of first latitude
(1 - nlat)
@Item = idy2
INTEGER Index of last latitude
INTEGER Index of last latitude
(1 - nlat)
@EndParameter
...
...
src/operator_help.h
View file @
6030b368
...
...
@@ -712,10 +712,10 @@ static const char *SelboxHelp[] = {
" lon2 FLOAT Eastern longitude"
,
" lat1 FLOAT Southern or northern latitude"
,
" lat2 FLOAT Northern or southern latitude"
,
" idx1 INTEGER Index of first longitude"
,
" idx2 INTEGER Index of last longitude"
,
" idy1 INTEGER Index of first latitude"
,
" idy2 INTEGER Index of last latitude"
,
" idx1 INTEGER Index of first longitude
(1 - nlon)
"
,
" idx2 INTEGER Index of last longitude
(1 - nlon)
"
,
" idy1 INTEGER Index of first latitude
(1 - nlat)
"
,
" idy2 INTEGER Index of last latitude
(1 - nlat)
"
,
NULL
};
...
...
@@ -752,7 +752,7 @@ static const char *SamplegridHelp[] = {
" Only rectilinear and curvilinear source grids are supported by this operator."
,
""
,
"PARAMETER"
,
" factor INTEGER Resample factor, typically 2, which will half the resolution"
,
" factor INTEGER
Resample factor, typically 2, which will half the resolution"
,
NULL
};
...
...
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