Skip to content
Snippets Groups Projects
Commit 7cb5ef88 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

do not evaluate global attribute forecast_reference_time

parent 76439d39
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment