Should we limit libhdf5 versions? This can be done with the --L, --low and --high options to h5repack:
-L, --latest Use latest version of file format
This option will take precedence over the options
--low and --high
--low=BOUND The low bound for library release versions to use
when creating objects in the file
(default is H5F_LIBVER_EARLIEST)
--high=BOUND The high bound for library release versions to use
when creating objects in the file
(default is H5F_LIBVER_LATEST)
I think we should only do this if we know that there is a version of libhdf5 that doesn't work for CMIP7 input files. We want to reduce the number of barriers to use wherever possible.
Should we limit libhdf5 versions? This can be done with the
--L,--lowand--highoptions toh5repack:I think we should only do this if we know that there is a version of libhdf5 that doesn't work for CMIP7 input files. We want to reduce the number of barriers to use wherever possible.