{ "cells": [ { "cell_type": "markdown", "id": "132235c8-0790-49e4-bf44-d0fc4ace4e26", "metadata": { "papermill": { "duration": 0.00107, "end_time": "2023-01-31T20:56:08.511361", "exception": false, "start_time": "2023-01-31T20:56:08.510291", "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", "- gcp-cases\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.000873, "end_time": "2023-01-31T20:56:08.514699", "exception": false, "start_time": "2023-01-31T20:56:08.513826", "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.9.13" }, "papermill": { "default_parameters": {}, "duration": 1.203412, "end_time": "2023-01-31T20:56:08.735599", "environment_variables": {}, "exception": null, "input_path": "description.ipynb", "output_path": "./_computed-notebooks/gcp-cases/description.ipynb", "parameters": {}, "start_time": "2023-01-31T20:56:07.532187", "version": "2.3.4" } }, "nbformat": 4, "nbformat_minor": 5 }