Skip to content

Limit libhdf5 versions? #10

@davidhassell

Description

@davidhassell

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions