NCAR / cesm-lens-aws

Examples of analysis of CESM LENS data publicly available on Amazon S3 (us-west-2 region) using xarray and dask
https://doi.org/10.26024/wt24-5j82
BSD 3-Clause "New" or "Revised" License
43 stars 23 forks source link

`using-intake-catalog.ipynb` needs to specify `storage_options` for `to_dataset_dict` #82

Open smartlixx opened 2 years ago

smartlixx commented 2 years ago

In using-intake-catalog.ipynb, we need to specify storage_options for to_dataset_dict, in addition to the zarr__kwargs. Otherwise, an 'Access denied' error will appear. In the other notebook kay-et-al-2015.v3.ipynb, this option is specified in one call but and missing in the other call.