Conversation
new namelist variable NAMNETCDFSTATS/zstandard, default = 0 meaning off. If zstandard is non-zero, enable zstandard compression for netcdf. If zstandard is set, it takes precedence over deflate, which is enabled by default. Requirements: * netcdf4 >~ 4.9.2 with zstandard support * netcdf-fortran >= 4.6.2 * netcdf-fortran installed with the "plugin directory" set. * DALES compiled with the cmake flag -DENABLE_ZSTANDARD=ON * saving to the netcdf4 format (lclassic = .false.), With the cmake flag set, netcdf-fortran >= 4.6.2 is required at compile time. If zstandard is set in the namelist, the other conditions are required, otherwise a run-time error will occur.
|
What happens if the plugin directory for netcdf-fortran isn't set? Does that lead to a compilation error? |
|
My understanding is this:
|
new namelist variable NAMNETCDFSTATS/zstandard, default = 0 meaning off. If zstandard is non-zero, enable zstandard compression for netcdf. If zstandard is set, it takes precedence over deflate, which is enabled by default.
Requirements:
With the cmake flag set, netcdf-fortran >= 4.6.2
is required at compile time. If zstandard is set in the namelist, the other conditions are required,
otherwise a run-time error will occur.