-
Notifications
You must be signed in to change notification settings - Fork 28
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
Zero values after saving to a local store with dask localcluster. #383
Comments
Thank you for the quick response. |
We should find some way to warn if people try to use a standard distributed write. I can see this being a real footgun. |
@sagunkayastha until we have the nice dask array interface working, we are using a lower level approach to do distributed writes, unfortunately with an uglier interface. You can find an example here. Let us know if you want to know more about it. |
dcherian
added a commit
that referenced
this issue
Nov 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to combine multiple CMAQ datasets. I am following quickstart guide. When I save the dataset with dask local cluster and client the values are all zeros. Everything works as expected when not using dask.
The text was updated successfully, but these errors were encountered: