-
### Description
Trying to load datasets on the Cheyenne platform. Seemingly when I load multiple groups with to_dataset_dict(), I crash the kernel (if local) or kill workers (if using dask).
###…
-
Following https://github.com/ncar/esmlab, add `set_xr_options` wrapper so that we can ensure attributes are maintained in specific functions. (Might not need this, just want to add a reminder to test …
-
### Description
I am using kwargs to chunk my multiple file datasets as they come in as in the `intake-esm` demos:
`dsets = cat.to_dataset_dict(cdf_kwargs={"chunks": {"time": -1}})`, but after th…
-
When I the commands
```
import xarray as xr
import esmlab
ds = xr.open_dataset('/glade/work/klindsay/analysis/CESM2_coup_carb_cycle_JAMES/tseries/FG_CO2_ocn_piControl_00.nc')
ds_ann = esmlab.…
-
### Description
I have a notebook that reads in a monthly dataset that is chunked in time and resamples to annual data. This works in 3897727 but not in f3a548d.
### What I Did
```
cesm2 = i…
-
Here's a quick checklist in what to include:
- [x] Include a detailed description of the bug or suggestion
I've updated to xarray 0.14.0, and `esmlab.resample(ds, freq='ann')` no longer works.…
-
esmlab ```sel_time``` method can return only exact matches. But in absence of exact matches, it may be helpful to have a method option like xarray's ```sel``` method does (e.g., nearest). If this soun…
-
With help from @andersy005 I turned @matt-long's netcdf-based `CESM2-CMIP6` metadata store into a gzipped CSV file. It's on glade at `/glade/work/mlevy/CMIP6-CESM2_only-NOT_CMORIZED.csv.gz`.
Python…
-
## Motivation
In README or somewhere there should be a list/table of what GCPy is intended to do (as well as NOT indented to do). One apparent question a new user will have is "in what cases should …
-
It would be nice to be able to do `ds.average()` to compute weighted averages (e.g. for geo data). Of course this would require the axes to be in a predictable order. Or to give a weight per dimension…