ITA-Solar / helita

A Python library for solar physics from the Institute of Theoretical Astrophysics, University of Oslo
BSD 3-Clause "New" or "Revised" License
9 stars 17 forks source link

Allow concurrent reads of RH 1.5D output #30

Closed tiagopereira closed 3 years ago

tiagopereira commented 3 years ago

Currently, trying to re-read output files from RH 1.5D will give an HDF5 error Unable to open file (file close degree doesn't match). This is only because h5py is used to read the groups. This PR will fix this by using netCDF4 instead to read the groups.