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

Use Different Observational Datasets for Each Figure #26

Closed bonnland closed 4 years ago

bonnland commented 4 years ago

@jeffdlb I've tested these changes on my fork, and I feel pretty confident they are ready for merge.

These contain the changes you pointed me to today.

bonnland commented 4 years ago

@jeffdlb I have confirmed that this pull request works on AWS (after it is merged to the master branch). @andersy005 It seems that changes to notebooks will cause BinderHub to push a new Docker image, which takes up to 10 minutes. Is it possible to change this behavior, so that just notebook changes will be faster to check?

andersy005 commented 4 years ago

Is it possible to change this behavior, so that just notebook changes will be faster to check?

BinderHub uses the git commit history to determine whether it needs to build a new Docker image. As a result, any change to the git history results in triggering this behavior. As far as I know, there's no way of decoupling the git history from the docker image building step.