Examples of analysis of CESM2-LE data publicly available on Amazon S3 (us-west-2 region) using xarray and dask.
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.
Using this catalog requires the following package versions:
- For details about intake-esm API, see the reference documentation
- 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/