You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of allocations done when resampling. For example, for 3 variables from the ERA5 dataset with 4 dimensions of size (360, 181, 37, 550), the approximate amount being allocated on the heap is nearly 300GB!
The text was updated successfully, but these errors were encountered:
There are a lot of allocations done when resampling. For example, for 3 variables from the ERA5 dataset with 4 dimensions of size (360, 181, 37, 550), the approximate amount being allocated on the heap is nearly 300GB!
The text was updated successfully, but these errors were encountered: