-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #211 from cecilehannay/main
Some intro reorg
- Loading branch information
Showing
3 changed files
with
83 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters