Skip to content

Commit

Permalink
Introduction: some reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilehannay committed Jul 14, 2024
1 parent c005c2e commit 875ce35
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 48 deletions.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
81 changes: 81 additions & 0 deletions notebooks/intro/cesm_webpage.ipynb
Original file line number Diff line number Diff line change
@@ -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": [
"<div class=\"alert alert-info\" style=\"text-align: center;\">\n",
"\n",
"[CESM project webpage](http://www.cesm.ucar.edu)\n",
"\n",
"</div>"
]
},
{
"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 <a href=\"https://www.cesm.ucar.edu/models/\"> https://www.cesm.ucar.edu/models/ </a>\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
}
49 changes: 1 addition & 48 deletions notebooks/intro/project.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
"<div class=\"alert alert-info\" style=\"text-align: center;\">\n",
"\n",
"[CESM project webpage](http://www.cesm.ucar.edu)\n",
"\n",
"</div>"
]
},
{
"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 <a href=\"https://www.cesm.ucar.edu/models/\"> https://www.cesm.ucar.edu/models/ </a>\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"
]
},
{
Expand Down

0 comments on commit 875ce35

Please sign in to comment.