io - Is there any parallel way of accessing Netcdf files in Python -


is there way of doing parallel io netcdf files in python?

i understand there project called pypnetcdf, apparently it's old, not updated , doesn't seem work @ all. has had success parallel io netcdf in python @ all?

any appreciated

i haven't seen examples either of 2 python netcdf modules, see https://github.com/unidata/netcdf4-python/issues/345 however, if need read files , netcdf4 format, should able use hdf5 directly -- http://docs.h5py.org/en/latest/mpi.html because netcdf4 hdf5 restricted data model. won't work netcdf3.


Comments