You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This GitHub issue comment in the xESMF repo reveals that cf_xarray.bounds_to_vertices has an issue where it produces incorrect results when bounds are descending, which cascades to incorrect results when regridding with xESMF.
@aulemahal mentioned here that he contributed to this portion of cf-xarray and he expects the fix to be a simple transpose.
Unless somebody gets to it before me, I will try to take a look at the code whenever I have time since this is a somewhat high priority for a few projects I work on that use xESMF for regridding.