I think the re-formatting of the netCDF dimensions / coordinates for v2.1.0 inadvertently resulted in the metadata losing track of the actual values of time.
>>> cube.meta['H_SL'].time
<xarray.DataArray 'time' (time: 455)>
array([ 0, 1, 2, ..., 452, 453, 454])
Dimensions without coordinates: time
Not a huge deal since time can still be known from a grid variable, but we should bugfix this so dimensions are tracked everwhere.
I think the re-formatting of the netCDF dimensions / coordinates for v2.1.0 inadvertently resulted in the metadata losing track of the actual values of time.
Not a huge deal since time can still be known from a grid variable, but we should bugfix this so dimensions are tracked everwhere.