intake / intake-esm

An intake plugin for parsing an Earth System Model (ESM) catalog and loading assets into xarray datasets.
https://intake-esm.readthedocs.io
Apache License 2.0
135 stars 46 forks source link

Remove hardcoded single-threaded dask scheduler for dataset combine #614

Closed dougiesquire closed 1 year ago

dougiesquire commented 1 year ago

Change Summary

With this PR, dataset combine is no longer hardcoded to use a single-threaded dask scheduler. Hardcoding this, leads to regular UserWarnings as many/most users already have an active distributed client. I'm happy to be told that this is a bad idea, or that there's a better way to fix the issue reported in #596, but I'm submitting this now to get the ball rolling.

Related issue number

Closes #596

Checklist

mgrover1 commented 1 year ago

This looks great to me @dougiesquire ! Merging!