diff --git a/_toc.yml b/_toc.yml index b224b01c5..631539fd0 100644 --- a/_toc.yml +++ b/_toc.yml @@ -9,6 +9,7 @@ chapters: sections: - file: notebooks/intro/components - file: notebooks/intro/coupling + - file: notebooks/intro/cesm_webpage - file: notebooks/intro/project - file: notebooks/intro/getting_help - file: notebooks/intro/getting_involved diff --git a/notebooks/intro/cesm_webpage.ipynb b/notebooks/intro/cesm_webpage.ipynb new file mode 100644 index 000000000..b004a7fb1 --- /dev/null +++ b/notebooks/intro/cesm_webpage.ipynb @@ -0,0 +1,81 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "0086605a-f330-41bd-a79b-13339e0e5d58", + "metadata": { + "tags": [] + }, + "source": [ + "# CESM Webpage" + ] + }, + { + "cell_type": "markdown", + "id": "9546d840-c247-4952-a8f2-52a377e5e180", + "metadata": {}, + "source": [ + "The **CESM Web Page** is the first point of reference for all things CESM. Here we can explore the larger CESM project, delve deeper into individual working groups, models, research activities, model releases, supporting model data, tools, events and much much more.\n" + ] + }, + { + "cell_type": "markdown", + "id": "71155f04-3f3a-4aa2-9caa-96815767ef1c", + "metadata": {}, + "source": [ + "
\n", + "\n", + "[CESM project webpage](http://www.cesm.ucar.edu)\n", + "\n", + "
" + ] + }, + { + "cell_type": "markdown", + "id": "59650279-f141-4093-b06d-b788d46ae33c", + "metadata": {}, + "source": [ + "**Some points to pay attention to:** \n", + "- CESM **``Project``** Information\n", + "- **``Working Groups``** Information\n", + "- **``Community Projects``** Information\n", + " - CESM2 Large Ensemble\n", + " - CESM2 Stratospheric Aerosol Injection (ARISE-SAI)\n", + "- What **``Version``** of the model should you use?\n", + "- **``Individual Model``** Pages https://www.cesm.ucar.edu/models/ \n", + "- **``Supported Model``** Releases – 2.1.X vs 2.2.X\n", + "- **``Experiments``**, expand a case for details, diagnostics plots for many experiments\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "f8bd790d-2ad5-445d-aaff-4bc8d5b23a29", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "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.10.13" + }, + "toc-showcode": false + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/intro/project.ipynb b/notebooks/intro/project.ipynb index 3f98d68c7..9d44a30d7 100644 --- a/notebooks/intro/project.ipynb +++ b/notebooks/intro/project.ipynb @@ -7,54 +7,7 @@ "tags": [] }, "source": [ - "# Project Organization" - ] - }, - { - "cell_type": "markdown", - "id": "9546d840-c247-4952-a8f2-52a377e5e180", - "metadata": {}, - "source": [ - "## CESM Web Page\n", - "\n", - "The **CESM Web Page** is the first point of reference for all things CESM. Here we can explore the larger CESM project, delve deeper into individual working groups, models, research activities, model releases, supporting model data, tools, events and much much more.\n" - ] - }, - { - "cell_type": "markdown", - "id": "71155f04-3f3a-4aa2-9caa-96815767ef1c", - "metadata": {}, - "source": [ - "
\n", - "\n", - "[CESM project webpage](http://www.cesm.ucar.edu)\n", - "\n", - "
" - ] - }, - { - "cell_type": "markdown", - "id": "59650279-f141-4093-b06d-b788d46ae33c", - "metadata": {}, - "source": [ - "**Some points to pay attention to:** \n", - "- CESM **``Project``** Information\n", - "- **``Working Groups``** Information\n", - "- **``Community Projects``** Information\n", - " - CESM2 Large Ensemble\n", - " - CESM2 Stratospheric Aerosol Injection (ARISE-SAI)\n", - "- What **``Version``** of the model should you use?\n", - "- **``Individual Model``** Pages https://www.cesm.ucar.edu/models/ \n", - "- **``Supported Model``** Releases – 2.1.X vs 2.2.X\n", - "- **``Experiments``**, expand a case for details, diagnostics plots for many experiments\n" - ] - }, - { - "cell_type": "markdown", - "id": "d05bee98-d240-46c6-afab-9f2f10739eea", - "metadata": {}, - "source": [ - "## Working Groups" + "# CESM Working Groups" ] }, {