xCDAT / xcdat-validation

The xCDAT validation repository for exploring, prototyping, and testing feature ideas.
https://xcdat.readthedocs.io/en/latest/
3 stars 3 forks source link

Material for E3SM Workshop #53

Closed tomvothecoder closed 6 months ago

tomvothecoder commented 7 months ago

This PR includes content for the E3SM Workshop including:

Create the dev env using mamba env create -f conda-env/test_uxarray.yml

tomvothecoder commented 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).