We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8a8d5 commit 3df1a33Copy full SHA for 3df1a33
intake_esm/source.py
@@ -26,6 +26,7 @@ def _get_xarray_open_kwargs(data_format, xarray_open_kwargs=None, storage_option
26
'engine': 'zarr' if data_format in {'zarr', 'reference'} else 'netcdf4',
27
'chunks': {},
28
'backend_kwargs': {},
29
+ 'decode_timedelta' : False,
30
}
31
xarray_open_kwargs = (
32
{**_default_open_kwargs, **xarray_open_kwargs}
0 commit comments