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
libcdi
Commits
89594fbd
Commit
89594fbd
authored
Aug 30, 2012
by
Uwe Schulzweida
Browse files
app/cdi -s: update
parent
0e0bc563
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/cdi.c
View file @
89594fbd
...
...
@@ -287,10 +287,10 @@ void printShortinfo(int streamID, int vlistID, int vardis)
if
(
vardis
)
fprintf
(
stdout
,
" Var : Institut Source Ttype L
ayer
s Num Gridsize Num Dtype : Parameter name
\n
"
);
" Var : Institut Source Ttype L
evel
s Num Gridsize Num Dtype : Parameter name
\n
"
);
else
fprintf
(
stdout
,
" Var : Institut Source Ttype L
ayer
s Num Gridsize Num Dtype : Parameter ID
\n
"
);
" Var : Institut Source Ttype L
evel
s Num Gridsize Num Dtype : Parameter ID
\n
"
);
nvars
=
vlistNvars
(
vlistID
);
...
...
@@ -373,11 +373,11 @@ void printShortinfo(int streamID, int vlistID, int vardis)
fprintf
(
stdout
,
"
\n
"
);
}
fprintf
(
stdout
,
"
Horizontal grid
s :
\n
"
);
fprintf
(
stdout
,
"
Grid coordinate
s :
\n
"
);
printGridInfo
(
vlistID
);
nzaxis
=
vlistNzaxis
(
vlistID
);
fprintf
(
stdout
,
" Vertical
grid
s :
\n
"
);
fprintf
(
stdout
,
" Vertical
coordinate
s :
\n
"
);
for
(
index
=
0
;
index
<
nzaxis
;
index
++
)
{
zaxisID
=
vlistZaxis
(
vlistID
,
index
);
...
...
@@ -433,9 +433,9 @@ void printShortinfo(int streamID, int vlistID, int vardis)
if
(
ntsteps
!=
0
)
{
if
(
ntsteps
==
CDI_UNDEFID
)
fprintf
(
stdout
,
" Time
axis
: unlimited steps
\n
"
);
fprintf
(
stdout
,
" Time
coordinate
: unlimited steps
\n
"
);
else
fprintf
(
stdout
,
" Time
axis
: %d step%s
\n
"
,
ntsteps
,
ntsteps
==
1
?
""
:
"s"
);
fprintf
(
stdout
,
" Time
coordinate
: %d step%s
\n
"
,
ntsteps
,
ntsteps
==
1
?
""
:
"s"
);
if
(
taxisID
!=
CDI_UNDEFID
)
{
...
...
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