{ "cells": [ { "cell_type": "markdown", "id": "132235c8-0790-49e4-bf44-d0fc4ace4e26", "metadata": { "papermill": { "duration": 0.001606, "end_time": "2023-01-13T15:14:35.340379", "exception": false, "start_time": "2023-01-13T15:14:35.338773", "status": "completed" }, "tags": [] }, "source": [ "# My CESM Experiment\n", "\n", "This is a minimum working example showing how to construct a [Jupyter Book](https://jupyterbook.org/en/stable/intro.html) from a collection of notebooks analyzing a [CESM](https://www.cesm.ucar.edu) integration.\n", "\n", "\n", "This tool makes use of [papermill](https://papermill.readthedocs.io/en/latest/index.html) which enables parameterizing and executing notebooks.\n", "\n", "This book has been run on the following case(s):\n", "- g.e22.GOMIPECOIAF_JRA-1p4-2018.TL319_g17.4p2z.001branch\n", "\n", "The notebooks in this book were run automatically by [_run.ipynb](https://github.com/matt-long/my-cesm-experiment/blob/main/notebooks/_run.ipynb).\n", "\n", "Note that this notebook spins up a [dask](https://docs.dask.org/) cluster and connects each notebook called in the calculation to it by passing in the address of the scheduler." ] }, { "cell_type": "code", "execution_count": null, "id": "8212dc6e-ac40-40be-a887-eaf2c83cea20", "metadata": { "papermill": { "duration": 0.003701, "end_time": "2023-01-13T15:14:35.346557", "exception": false, "start_time": "2023-01-13T15:14:35.342856", "status": "completed" }, "tags": [] }, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python [conda env:miniconda3-_unison]", "language": "python", "name": "conda-env-miniconda3-_unison-py" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.12" }, "papermill": { "default_parameters": {}, "duration": 2.08613, "end_time": "2023-01-13T15:14:36.463403", "environment_variables": {}, "exception": null, "input_path": "description.ipynb", "output_path": "./_computed-notebooks/g.e22.GOMIPECOIAF_JRA-1p4-2018.TL319_g17.4p2z.001branch/description.ipynb", "parameters": {}, "start_time": "2023-01-13T15:14:34.377273", "version": "2.3.4" } }, "nbformat": 4, "nbformat_minor": 5 }