Closed tomvothecoder closed 6 months ago
I opened this UXarray GitHub Discussion about decode_times=False
being hard-coded in ux.open_dataset()
and ux.open_mfdataset()
, which will be removed by https://github.com/UXARRAY/uxarray/issues/766.
This change will eliminate the need to use xr.decode_cf(ds, decode_times=True, use_cftimes=True)
before calling xCDAT temporal APIs (which require decoded times).
This PR includes content for the E3SM Workshop including:
Create the dev env using
mamba env create -f conda-env/test_uxarray.yml