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
739955d0
Commit
739955d0
authored
Oct 20, 2006
by
Uwe Schulzweida
Browse files
Outputgmt: update
parent
a3997f04
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Outputgmt.c
View file @
739955d0
...
...
@@ -137,7 +137,7 @@ void *Outputgmt(void *argument)
nlat
=
gridInqYsize
(
gridID
);
nlev
=
zaxisInqSize
(
zaxisID
);
if
(
gridInqType
(
gridID
)
=
=
GRID_CELL
)
if
(
gridInqType
(
gridID
)
!
=
GRID_CELL
)
{
if
(
nlon
==
1
&&
nlat
>
1
&&
nlev
>
1
)
lzon
=
TRUE
;
if
(
nlon
>
1
&&
nlat
==
1
&&
nlev
>
1
)
lmer
=
TRUE
;
...
...
@@ -227,7 +227,7 @@ void *Outputgmt(void *argument)
{
for
(
i
=
0
;
i
<
gridsize
;
i
++
)
{
if
(
!
DBL_IS_EQUAL
(
array
[
i
],
missval
)
)
/*
if ( !DBL_IS_EQUAL(array[i], missval) )
*/
{
if
(
lzon
)
fprintf
(
stdout
,
" %g %g %g
\n
"
,
grid_center_lat
[
i
],
level
,
array
[
i
]);
...
...
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