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

Intake-ESM Catalog include a column of 'long_name' instead of 'variable_long_name' #81

Open smartlixx opened 2 years ago

smartlixx commented 2 years ago

In using-intake-catalog.ipynb, the catalog returned only includes a column long_name rather than variable_long_name, which was referenced in the code many times and will result in runtime error.

If there is a change in the catalog after this notebook was written, I can draft a PR to change all the occurrences of variable_long_name to long_name.