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
7cb5ef88
Commit
7cb5ef88
authored
Jun 03, 2014
by
Uwe Schulzweida
Browse files
do not evaluate global attribute forecast_reference_time
parent
76439d39
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_cdf.c
View file @
7cb5ef88
...
...
@@ -7018,10 +7018,12 @@ void scan_global_attributes(int fileID, int vlistID, stream_t *streamptr, int ng
else
if
(
strcmp
(
attname
,
"CDO"
)
==
0
)
{
}
/*
else if ( strcmp(attname, "forecast_reference_time") == 0 )
{
memcpy(fcreftime, attstring, attstrlen+1);
}
*/
else
if
(
strcmp
(
attname
,
"grid_file_uri"
)
==
0
)
{
memcpy
(
gridfile
,
attstring
,
attstrlen
+
1
);
...
...
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