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
libcdi
Commits
980b851d
Commit
980b851d
authored
Jan 06, 2012
by
Uwe Schulzweida
Browse files
printinfo.h: update for np
parent
a1fc8f40
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/printinfo.h
View file @
980b851d
...
...
@@ -166,9 +166,14 @@ void printGridInfo(int vlistID)
yinc
=
gridInqYinc
(
gridID
);
if
(
gridtype
==
GRID_GAUSSIAN_REDUCED
)
fprintf
(
stdout
,
"size : dim = %d nlat = %d
\n
"
,
gridsize
,
ysize
);
fprintf
(
stdout
,
"size : dim = %d nlat = %d"
,
gridsize
,
ysize
);
else
fprintf
(
stdout
,
"size : dim = %d nlon = %d nlat = %d
\n
"
,
gridsize
,
xsize
,
ysize
);
fprintf
(
stdout
,
"size : dim = %d nlon = %d nlat = %d"
,
gridsize
,
xsize
,
ysize
);
if
(
gridtype
==
GRID_GAUSSIAN
||
gridtype
==
GRID_GAUSSIAN_REDUCED
)
fprintf
(
stdout
,
" np = %d"
,
gridInqNP
(
gridID
));
fprintf
(
stdout
,
"
\n
"
);
if
(
xsize
>
0
)
{
...
...
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