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
b7888c19
Commit
b7888c19
authored
Feb 29, 2016
by
Uwe Schulzweida
Browse files
expr: docu update
parent
1320544a
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/tex/mod/Exprf
View file @
b7888c19
...
...
@@ -89,11 +89,13 @@ Convert x from radians to degrees
Coordinates:
@BeginList
clon
(x)
@BeginList
gridarea
(x)
@Item = clon(x)
Longitude coordinate of x (available only if x has geographical coordinates)
@Item = clat(x)
Latitude coordinate of x (available only if x has geographical coordinates)
@Item = gridarea(x)
Grid cell area of x (available only if x has geographical coordinates)
@Item = clev(x)
Level coordinate of x (0, if x is a 2D surface variable)
@EndList
...
...
src/operator_help.h
View file @
b7888c19
...
...
@@ -1354,9 +1354,10 @@ static const char *ExprHelp[] = {
" "
,
" Coordinates:"
,
" "
,
" clon(x)"
" Longitude coordinate of x (available only if x has geographical coordinates) "
,
" clat(x)"
" Latitude coordinate of x (available only if x has geographical coordinates) "
,
" clev(x)"
" Level coordinate of x (0, if x is a 2D surface variable)"
,
" clon(x) "
" Longitude coordinate of x (available only if x has geographical coordinates) "
,
" clat(x) "
" Latitude coordinate of x (available only if x has geographical coordinates) "
,
" gridarea(x)"
" Grid cell area of x (available only if x has geographical coordinates) "
,
" clev(x) "
" Level coordinate of x (0, if x is a 2D surface variable)"
,
" "
,
" Constants:"
,
" "
,
...
...
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