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
When trying to open datasets using intake-esm, the following warning keeps being printed:
[/g/data/xp65/public/apps/med_conda/envs/analysis3-25.02/lib/python3.11/site-packages/intake_esm/source.py:82](https://are.nci.org.au/g/data/xp65/public/apps/med_conda/envs/analysis3-25.02/lib/python3.11/site-packages/intake_esm/source.py#line=81): FutureWarning: In a future version of xarray decode_timedelta will default to False rather than None. To silence this warning, set decode_timedelta to True, False, or a 'CFTimedeltaCoder' instance.ds=xr.open_dataset(url, **xarray_open_kwargs)
What I Did
A command to to_dask an existing intake_esm datastore (data not publicly available).
Version information: output of intake_esm.show_versions()
Description
When trying to open datasets using
intake-esm
, the following warning keeps being printed:What I Did
A command to
to_dask
an existingintake_esm
datastore (data not publicly available).Version information: output of
intake_esm.show_versions()
The text was updated successfully, but these errors were encountered: