Closed davidhassell closed 8 months ago
No need for a new change log entrry, as the existing
* Added 3-d spherical regridding to `cf.Field.regrids`, and the option
to regrid the vertical axis in logarithmic coordinates to
`cf.Field.regrids` and `cf.Field.regridc`
(https://github.com/NCAS-CMS/cf-python/issues/715)
covers it - this PR is raised against that issue.
Oh fair, good point. Thanks David.
Bug fix for #715
Discovered when this tutorial example code failed with
ValueError: Z coordinate 'dimensioncoordinate0' must match exactly an element of 'axes' (['domainaxis0'])