Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to parallel code using xarray and Dask #8

Open
DaniJonesOcean opened this issue Feb 9, 2023 · 0 comments
Open

Convert to parallel code using xarray and Dask #8

DaniJonesOcean opened this issue Feb 9, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@DaniJonesOcean
Copy link
Contributor

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

@DaniJonesOcean DaniJonesOcean added enhancement New feature or request help wanted Extra attention is needed labels Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant