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

New v.3 of Kay et al notebook, +updated version of CESM LENS landing page. #15

Closed jeffdlb closed 4 years ago

jhamman commented 4 years ago

@jeffdlb - can you summarize the changes in the notebook here?

jeffdlb commented 4 years ago

Summary of changes in v.3 notebook relative to previous:

I will execute the notebook now that the binder hub is up again to verify it works properly.

jeffdlb commented 4 years ago

I'm getting an error in the Figure 4 creation at this line: plot_data = winter_trends.TREFHT.isel(member_id = ensemble_index)

AttributeError: 'DataArray' object has no attribute 'TREFHT'

Will try running Brian's version, from which this code was taken and which previously appeared to work. Closing pull request until this is figured out.

jeffdlb commented 4 years ago

OK, I'm getting the same error in the currently-published Notebook in the master branch.