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
To a version that uses xarray and Dask to speed up processing and to take advantage of xarray's nice properties. Specifically, I'd like to be able to do something like what is shown here:
I'd like to convert this code:
https://github.com/so-wise/ERA5/blob/main/regrid_xesmf.py
To a version that uses xarray and Dask to speed up processing and to take advantage of xarray's nice properties. Specifically, I'd like to be able to do something like what is shown here:
https://xesmf.readthedocs.io/en/latest/notebooks/Dask.html
I have tried, but I have not been able to get this to work. Note that you'll need to download some ERA5 subset files in the first place:
https://github.com/so-wise/ERA5/blob/main/main_get_era5.py
The text was updated successfully, but these errors were encountered: