You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Retire zlib-ng package
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: