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

Fix 360 day calendar conversion chunk errors from dodola.services.clean_cmip6 #151

Merged
merged 5 commits into from
Dec 9, 2021

Conversation

brews
Copy link
Member

@brews brews commented Dec 9, 2021

Solves chunking errors by loading the input Dataset into memory before cleaning/standardizing.

Close #149

@brews brews added the bug Something isn't working label Dec 9, 2021
@brews brews self-assigned this Dec 9, 2021
@emileten
Copy link
Contributor

emileten commented Dec 9, 2021

@brews thanks for that. So, I was going for either the option I chose, or this option. I chose the wrong one 😄

But now that I re-think about it, loading into memory is not 'costly' at all in terms of performance, rather the opposite. Provided we have the capacity to do that, it's fine. Right? Whereas rechunking is very expensive.

dodola/services.py Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

xclim_convert_360day_calendar_interpolate does not support data chunked across time
2 participants