/cesm2-le-aws

Documentation and examples of analysis from the NCAR CESM2 Large Ensemble Cloud-Optimized Dataset on AWS

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

NCAR CESM2 Large Ensemble Cloud-Optimized Dataset

Binder

Examples of analysis of CESM2-LE data publicly available on Amazon S3 (us-west-2 region) using xarray and dask.

ESM Catalog

The main catalog URL is:

https://raw.githubusercontent.com/NCAR/cesm2-le-aws/main/intake-catalogs/aws-cesm2-le.json

This catalog is an ESM collection catalog. The data is stored in Zarr format and meant to be opened with Xarray.

Requirements

Using this catalog requires the following package versions:

Reference Documentation

Source Code for CESM2-LE on AWS Site

The source code for https://doi.org/10.26024/y48t-q717 resides in the docs directory of this repository.

The site is built with JupyterBook.

To build the site locally, please use conda to set up a build environment with all dependencies.

git clone https://github.com/NCAR/cesm2-le-aws

Set up your a conda environment:

conda env create -f docs/environment.yml
conda activate cesm2-le-aws-site

You can then build the site with:

jupyter-book build docs/