In COSMO we currently use zlib for compressing NetCDF4 output, which is too slow when using the standard system implementation. To circumvent this performance issue we now exploit the more performant zlib-ng implementation as a replacement. Since netcdf-c 4.9.0 and netcdf-fortran 4.6.0 NetCDF provides support for the zstandard which is about as performant as zlib-ng. These new options allow removing the zlib-ng option and retiring the corresponding package.
[ ] Requrie netcdf-c, >= 4.9, netcdf-fortran >= 4.6 with zstandrd support enabeled.
[ ] Replace zlib by standard functions in COSMO, see here.
In COSMO we currently use zlib for compressing NetCDF4 output, which is too slow when using the standard system implementation. To circumvent this performance issue we now exploit the more performant zlib-ng implementation as a replacement. Since netcdf-c 4.9.0 and netcdf-fortran 4.6.0 NetCDF provides support for the zstandard which is about as performant as zlib-ng. These new options allow removing the zlib-ng option and retiring the corresponding package.