angus-g/lagrangian-filtering

Support compression of netCDF output

angus-g opened this issue · 0 comments

Some outputs may end up pretty big if they're uncompressed. We should pass zlib=True to netCDF4.Dataset.createVariable() (or have this as an option) to bring down output size.