rmartinshort / netcdf4-python

Automatically exported from code.google.com/p/netcdf4-python
Other
0 stars 0 forks source link

HDF error #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run attached file
2.
3.

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "testa_nc.py", line 18, in <module>
    tempo = fu.variables['time'][:,:]
  File "netCDF4.pyx", line 2778, in netCDF4.Variable.__getitem__ (netCDF4.c:34463)
  File "netCDF4.pyx", line 3312, in netCDF4.Variable._get (netCDF4.c:40968)
RuntimeError: NetCDF: HDF error

I would like to create some matrix with variables from netCDF file

What version of the product are you using? On what operating system?
Python 2.7.6 :: Anaconda 1.8.0 (32-bit)
HDF5 1.8.9
netCDF4 1.0.6
ubuntu 12.04 32-bit

Please provide any additional information below.

Original issue reported on code.google.com by adrienid...@gmail.com on 6 Dec 2013 at 6:41

Attachments:

GoogleCodeExporter commented 9 years ago
Can't run that script without the data file.  Please upload the data.

Original comment by whitaker.jeffrey@gmail.com on 6 Dec 2013 at 7:46

GoogleCodeExporter commented 9 years ago
I'm sorry. I forget to attach the file.

Original comment by adrienid...@gmail.com on 7 Dec 2013 at 11:59

Attachments:

GoogleCodeExporter commented 9 years ago
Works for me. I suspect this was a bug that was fixed in either the HDF5 or 
netcdf C libraries.  Try upgrading one or both.

Original comment by whitaker.jeffrey@gmail.com on 8 Dec 2013 at 1:10

GoogleCodeExporter commented 9 years ago

Original comment by whitaker.jeffrey@gmail.com on 26 Feb 2014 at 2:04