I have a large amount of data generated with parallel netCDF, with enough entries that output could only be generated in CDF-5 format. I have an analysis routine in python I want to pass this data through. However, I have not been able to open the CDF-5 format with any python package (or visit, or read the header files with ncdump, although ncmpidump -h provides the correct header information of course). Does anyone know of either
1) A python package that can read CDF-5 formatted data
2) A utility that can convert parallel netCDF CDF-5 data to something more widely supported, like HDF5, that I could then read in to python?
Option 1 preferable of course.
Thanks