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
7d9d8d05
Commit
7d9d8d05
authored
Jul 22, 2016
by
Uwe Schulzweida
Browse files
Removed DBG output.
parent
cef79787
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cdf_write.c
View file @
7d9d8d05
...
...
@@ -753,14 +753,6 @@ int cdfDefVar(stream_t *streamptr, int varID)
cdf_put_att_int
(
fileID
,
ncvarid
,
"realization"
,
NC_INT
,
1
,
&
ensID
);
cdf_put_att_int
(
fileID
,
ncvarid
,
"ensemble_members"
,
NC_INT
,
1
,
&
ensCount
);
cdf_put_att_int
(
fileID
,
ncvarid
,
"forecast_init_type"
,
NC_INT
,
1
,
&
forecast_type
);
#ifdef DBG
if
(
DBG
)
{
fprintf
(
stderr
,
"cdfDefVar :
\n
EnsID %d
\n
Enscount %d
\n
Forecast init type %d
\n
"
,
ensID
,
ensCount
,
forecast_type
);
}
#endif
}
/* Attributes */
...
...
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