Skip to content
GitLab
Menu
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
77398174
Commit
77398174
authored
Apr 02, 2014
by
Uwe Schulzweida
Browse files
Vertint: cleaniup
parent
592c8ad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Vertint.c
View file @
77398174
...
...
@@ -474,9 +474,9 @@ void *Vertint(void *argument)
if
(
cdoVerbose
)
{
cdoPrint
(
"Found:"
);
if
(
tempID
!=
-
1
)
cdoPrint
(
" %s"
,
var_stdname
(
air_temperature
));
if
(
psID
!=
-
1
)
cdoPrint
(
" %s"
,
var_stdname
(
surface_air_pressure
));
if
(
geopID
!=
-
1
)
cdoPrint
(
" %s"
,
var_stdname
(
surface_geopotential
));
if
(
tempID
!=
-
1
)
cdoPrint
(
" %s"
,
var_stdname
(
air_temperature
));
if
(
psID
!=
-
1
)
cdoPrint
(
" %s"
,
var_stdname
(
surface_air_pressure
));
if
(
geopID
!=
-
1
)
cdoPrint
(
" %s"
,
var_stdname
(
surface_geopotential
));
if
(
gheightID
!=
-
1
)
cdoPrint
(
" %s"
,
var_stdname
(
geopotential_height
));
}
...
...
Write
Preview
Supports
Markdown
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