NCPP / ocgis

OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.
Other
70 stars 19 forks source link

Add asynchronous netCDF write #470

Closed bekozi closed 6 years ago

bekozi commented 6 years ago

netCDF4-python recently added MPI asynchronous writes: https://github.com/Unidata/netcdf4-python/issues/717. This capability has been tested and enabled in a development branch in ocgis, but it's good to give it an official ticket. It's a bit tricky to get the appropriate libnetcdf build. Works like a charm once the build is correct. The sequential parallel write will still be maintained.

bekozi commented 6 years ago

Added. Needs documentation.

bekozi commented 6 years ago

Done.