You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Project Pythia Cookbook covers analysis of CESM LENS data publicly available on Amazon S3 (us-west-2 region) using Xarray and Dask
9
10
@@ -26,12 +27,15 @@ The total LENS data volume is ~500 TB, and is traditionally accessible through t
26
27
## Structure
27
28
28
29
### Foundations
30
+
29
31
There is one notebook in this section that describes how to access the CESM LENS data from AWS using Intake ESM. It includes examples of using an enhanced catalog.
30
32
31
33
### Example workflows
34
+
32
35
This section contains an example of using this dataset to recreate two plots from a paper published in BAMS.
33
36
34
37
## Running the Notebooks
38
+
35
39
You can either run the notebook using [Binder](https://binder.projectpythia.org) or on your local machine.
36
40
37
41
### Running on Binder
@@ -52,26 +56,28 @@ a live Jupyter notebook are described in [Getting Started with
The material in Project Pythia's CESM LENS on AWS Cookbook is licensed for free and open consumption and reuse. All code is served under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), while all non-code content is licensed under [Creative Commons BY 4.0 (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). Effectively, this means you are free to share and adapt this material so long as you give appropriate credit to the Cookbook authors and the Project Pythia community.
4
+
5
+
The source code for the book is [released on GitHub](https://github.com/ProjectPythia/cesm-lens-aws-cookbook) and archived on Zenodo. This DOI will always resolve to the latest release of the book source:
0 commit comments