Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
2e68c843
Commit
2e68c843
authored
Apr 24, 2014
by
Uwe Schulzweida
Browse files
Set: docu update
parent
1a377457
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/tex/mod/Set
View file @
2e68c843
...
...
@@ -8,9 +8,8 @@
@Operators = setpartab setcode setparam setname setunit setlevel setltype
@BeginDescription
This module sets some field information. Depending on the chosen
operator the parameter table, code number, parameter identifier, variable name or
level is set.
This module sets some field information. Depending on the chosen operator the
parameter table, code number, parameter identifier, variable name or level is set.
@EndDescription
@EndModule
...
...
src/Derivepar.c
View file @
2e68c843
...
...
@@ -349,7 +349,7 @@ void *Derivepar(void *argument)
else
if
(
lnpsID
==
-
1
&&
strcmp
(
varname
,
"lsp"
)
==
0
)
code
=
gribcodes
.
lsp
;
else
if
(
tempID
==
-
1
&&
strcmp
(
varname
,
"t"
)
==
0
)
code
=
gribcodes
.
temp
;
else
if
(
humID
==
-
1
&&
strcmp
(
varname
,
"q"
)
==
0
)
code
=
gribcodes
.
hum
;
else
if
(
geopotID
==
-
1
&&
strcmp
(
stdname
,
"geopotential_full"
)
==
0
)
code
=
gribcodes
.
geopot
;
//
else if ( geopotID == -1 && strcmp(stdname, "geopotential_full") == 0 ) code = gribcodes.geopot;
// else if ( strcmp(varname, "clwc") == 0 ) code = 246;
// else if ( strcmp(varname, "ciwc") == 0 ) code = 247;
}
...
...
src/operator_help.h
View file @
2e68c843
...
...
@@ -761,9 +761,8 @@ static char *SetHelp[] = {
" setltype,ltype ifile ofile"
,
""
,
"DESCRIPTION"
,
" This module sets some field information. Depending on the chosen"
,
" operator the parameter table, code number, parameter identifier, variable name or"
,
" level is set."
,
" This module sets some field information. Depending on the chosen operator the "
,
" parameter table, code number, parameter identifier, variable name or level is set."
,
""
,
"OPERATORS"
,
" setpartab Set parameter table"
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment