Niclas Rieger

Results 53 comments of Niclas Rieger

Hey xigrug, I am definitely not an expert on that sort of stuff, but I just had the same error and solved it in my case by following the hint...

Hi Ruth, unfortunately not, in the end I did good old sequential processing

It seems I've just hit the same issue [here](https://github.com/nicrie/xeofs/pull/114#issuecomment-1810219094).

Thanks for the hint, @brandonlenz. How do you know that the `commitType` will solve it for you? I still tried your solution myself, but - as you already indicated -...

I guess the following works as a pure xarray reproducer: ```py import xarray as xt da1 = xr.DataArray([1, 2, 3], dims="x", coords={"x": [1, 2, 3]}) da2 = xr.DataArray([1, 2, 3],...

Thanks for the kind words @CommonClimate! Yeah, you're absolutely right--the colorbar does go against the usual expectation. I think the reason here was that the associated time series (PCs) are...

for such changes it would be really helpful to have a "Suggest edit" button like the on in the [xarray documentation](https://docs.xarray.dev/en/stable/): ![image](https://github.com/user-attachments/assets/d50d56c2-78c9-4730-9d99-6df5fac7e3ee)

hey did you verify that you only have [full-dimensional](https://xeofs.readthedocs.io/en/latest/user_guide/core_functionalities/missing_values.html) NaNs within your data? Grid cells representing land in SST data sets are full-dimensional and not a problem. However, there may...

Would it be possible for you to share a [minimal working example](https://stackoverflow.com/help/minimal-reproducible-example) that shows the error? Perhaps you can isolate the error for a small subset of the data that...

Thank you for sharing the example. In theory, different spatial resolutions do not matter in the context of CCA. I'm not immediately sure what the underlying issue might be. Could...