Sometimes it happens that you have two grids that are equal up to precision or "for practical purposes". xarray does not align them. Is there a possibility to still get them aligned (and not having to copy the coordinates from one to the other)?
Examples:
- CESM output from the land model and the atmosphere model.
- I have a file with a region definition on a fine grid. If I regrid that to the model resolution with cdo the grids are equal up to
~1*10**-4.
Sometimes it happens that you have two grids that are equal up to precision or "for practical purposes". xarray does not align them. Is there a possibility to still get them aligned (and not having to copy the coordinates from one to the other)?
Examples:
~1*10**-4.