Closed BSchilperoort closed 1 year ago
Currently, the conservative regrid method does not support Dask. Regridding could be faster/less memory intensive if dask is supported.
Can possibly be implemented by changing the xr.dot function to dask.array.dot.
xr.dot
dask.array.dot
Currently, the conservative regrid method does not support Dask. Regridding could be faster/less memory intensive if dask is supported.
Can possibly be implemented by changing the
xr.dot
function todask.array.dot
.