Calling xrft.pad(da, ...) on a dask array result in a DataArray with slices in the frequency domain. As a result, it is not possible to perform an ifft on said array.
In my opinion, this is unwanted behavior since otherwise, xrft natively support parallel computing using dask.
Calling
xrft.pad(da, ...)
on a dask array result in a DataArray with slices in the frequency domain. As a result, it is not possible to perform an ifft on said array.In my opinion, this is unwanted behavior since otherwise,
xrft
natively support parallel computing using dask.