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
6258b975
Commit
6258b975
authored
Oct 05, 2010
by
Uwe Schulzweida
Browse files
cdfOpenFile: switch off checking of netCDF4 format
parent
31859e2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6258b975
2010-10-05 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* cdfOpenFile: switch off checking of netCDF4 format
2010-09-27 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* cdfDefTime: bug fix for time units 3HOURS, 6HOURS, 12HOURS
...
...
src/cdf.c
View file @
6258b975
...
...
@@ -112,6 +112,7 @@ int cdfOpenFile(const char *filename, const char *mode, int version)
status
=
cdf_open
(
filename
,
readmode
,
&
ncid
);
if
(
status
>
0
&&
ncid
<
0
)
ncid
=
CDI_ESYSTEM
;
#if defined (NC_NETCDF4)
/*
else
{
int format;
...
...
@@ -122,6 +123,7 @@ int cdfOpenFile(const char *filename, const char *mode, int version)
ncid = CDI_EUNC4;
}
}
*/
#endif
break
;
case
'w'
:
...
...
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