Closed rogerkuou closed 4 months ago
As we discussed, this performance would warning probably only apply while the data is split into a lot of small chunks (in this case 230 times as many).
However, inside the stm.reorder(...) function, the data is already re-chunked into larger chunks directly after this call to xarray.Dataset.sortby(...).
So, I will suppress the warning and check whether the function description properly mentions that this could be an expensive operation.
The demo notebook or reordering gives performance warning when calling re-order:
This seem to be inevitable since we are performing reorder. It seems we can