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

ignore grid type linear

parent 951a2092
No related branches found
No related tags found
No related merge requests found
......@@ -4465,6 +4465,8 @@ void scanVarAttributes(int fileID, int nvars, ncvar_t *ncvars, ncdim_t *ncdims,
;
else if ( strcmp(attstring, "lcc2") == 0 )
;
else if ( strcmp(attstring, "linear") == 0 ) // ignore grid type linear
;
else
{
static int warn = TRUE;
......
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