In cdds/qc/dataset/dataset.py, some changes to facilitate CMIP7 production were made to the function variable_time_axis to allow bounds to be grabbed from the time variable climatology_bnds (required in CMIP7 for some datasets). A unittest should be written to test this function and ensure the ability to get bounds from climatology_bnds is maintained.
For further clarity see PR #936
In cdds/qc/dataset/dataset.py, some changes to facilitate CMIP7 production were made to the function
variable_time_axisto allow bounds to be grabbed from the time variableclimatology_bnds(required in CMIP7 for some datasets). A unittest should be written to test this function and ensure the ability to get bounds fromclimatology_bndsis maintained.For further clarity see PR #936