Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E3SM UXarray and Dask Examples #836

Open
wants to merge 53 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
49d7259
created calc notebook
Jun 25, 2024
d7f7059
created e3sm load notebook
Jun 25, 2024
302f363
included plots of 3 vars from E3SM
Jun 25, 2024
5c402bc
renamed and updated load notebook
Jun 26, 2024
28a9d67
updated and renamed workflow notebook
Jun 26, 2024
56dbc13
completed load notebook
Jun 26, 2024
e277b68
finalized load notebook
Jun 26, 2024
15cc1b2
finalized e3sm_load_xmple branch structure
Jun 26, 2024
c18eb62
finalized files working on in main branch
Jun 26, 2024
dd21a56
Merge branch 'main' into parallel_load_input
Jun 26, 2024
12ab620
populated content for parallel load data
Jun 26, 2024
bb2bd99
populated load notebook
Jun 27, 2024
6f0d8e7
populated load notebook
Jun 27, 2024
473c9b5
updated parallel notebook
Jun 27, 2024
6ad425e
edited parallel load section
Jun 27, 2024
ae3470b
update ipynb checkpoints
Jun 27, 2024
1958f8b
Merge remote-tracking branch 'origin' into e3sm_calc_xmple
Jun 27, 2024
7c16ff0
made edits to calc notebook
Jun 27, 2024
87d04e2
merging parallel_load_input to main
Jun 27, 2024
1f8e3c4
Merge branch 'UXARRAY:main' into main
rytam2 Jun 27, 2024
ecb59cc
updated file organization in sync with uxarray main
Jun 27, 2024
4f18575
Merge branch 'main' into e3sm_calc_xmple
Jun 27, 2024
f98f91f
populated code for e3sm calc workflow notebook
Jun 27, 2024
11c947a
updated user guide with parallel load notebook
Jun 28, 2024
894fe94
updated gallery menus
Jun 28, 2024
2bdcb47
Delete docs/examples/.ipynb_checkpoints directory
rytam2 Jul 3, 2024
214d6de
Merge branch 'main' into e3sm_calc_xmple
philipc2 Jul 3, 2024
b6ed3af
Merge branch 'main' into e3sm_calc_xmple
philipc2 Jul 5, 2024
0cde3c5
Merge branch 'main' into e3sm_calc_xmple
philipc2 Jul 5, 2024
03c4a78
push all updates related to e3sm notebooks
Jul 8, 2024
8e0d39b
include thumbnail and dask notebook
Jul 8, 2024
2935ca1
Merge branch 'main' into e3sm_calc_xmple
philipc2 Jul 8, 2024
28822fa
updated with reviews in UXarray #836
Jul 9, 2024
9bc4c53
Merge branch 'e3sm_calc_xmple' of https://github.com/rytam2/uxarray i…
Jul 9, 2024
5d70986
Merge branch 'main' into e3sm_calc_xmple
philipc2 Jul 11, 2024
f48412d
Merge branch 'main' into e3sm_calc_xmple
philipc2 Jul 15, 2024
3af7968
edited markdown for equations
Jul 16, 2024
e516c4b
Merge branch 'e3sm_calc_xmple' of https://github.com/rytam2/uxarray i…
Jul 16, 2024
e00c23d
added Dask cluster to parallel load notebook in user-guide and edited…
Jul 17, 2024
0a60274
cleaned comments in cell
Jul 17, 2024
afd7600
Merge branch 'main' into e3sm_calc_xmple
erogluorhan Jul 22, 2024
37e2db4
Merge branch 'main' into e3sm_calc_xmple
philipc2 Jul 23, 2024
6da0bed
updated with Orhan's comments
Jul 24, 2024
01d07c8
Increased figure size in calc examples, included reasons for parallel…
Jul 26, 2024
2bd08a2
Merge branch 'main' into e3sm_calc_xmple
philipc2 Aug 6, 2024
6abc5cc
Merge branch 'main' into e3sm_calc_xmple
philipc2 Aug 12, 2024
0172b00
Merge branch 'main' into e3sm_calc_xmple
philipc2 Aug 28, 2024
633dfdf
Merge branch 'main' into e3sm_calc_xmple
philipc2 Sep 3, 2024
d7ec872
Merge branch 'main' into e3sm_calc_xmple
rajeeja Sep 6, 2024
603016c
Merge branch 'main' into e3sm_calc_xmple
erogluorhan Sep 10, 2024
79851b8
Merge branch 'main' into e3sm_calc_xmple
rytam2 Oct 4, 2024
d4b2592
Update docs/gallery.yml
rytam2 Oct 4, 2024
11edbc5
Update docs/userguide.rst
rytam2 Oct 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/_static/thumbnails/ts_e3sm_load.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,12 @@ def __getattr__(cls, name):
autodoc_typehints = "none"

# notebooks to exclude from run-time execution, will use rendered version
nb_execution_excludepatterns = ["3_75km_mpas.ipynb"]
nb_execution_excludepatterns = [
"3_75km_mpas.ipynb",
"e3sm-calc-workflow.ipynb",
"e3sm-load-viz.ipynb",
"parallel-load-ux-with-dask.ipynb",
rytam2 marked this conversation as resolved.
Show resolved Hide resolved
]


# custom scripts for making a gallery of examples notebooks
Expand Down
40,480 changes: 40,480 additions & 0 deletions docs/examples/e3sm-calc-workflow.ipynb

Large diffs are not rendered by default.

63 changes: 45 additions & 18 deletions docs/examples/template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,62 @@
"cells": [
{
"cell_type": "markdown",
"id": "26faf1b8-c7be-484b-8ca7-41da85fee2f4",
"metadata": {},
"source": [
"# Blank Template Notebook"
"# Template for UXarray Usage Example "
]
},
{
"cell_type": "code",
"execution_count": 1,
"cell_type": "markdown",
"id": "b7dd298f-ab54-4611-9c73-49e6b5fd92ae",
"metadata": {},
"outputs": [],
"source": []
"source": [
"## Overview\n",
"\n",
"This usage example showcases how the template for UXarray usage examples would look like."
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"id": "c1d30c3c-bf3b-4921-9e01-e99090286dcc",
"metadata": {},
"outputs": [],
"source": []
"source": [
"## Imports\n",
"This notebook requires the following packages to be installed in the notebook environment. \n",
"```\n",
"mamba install -c conda-forge [required packages here]\n",
"```"
]
},
{
"cell_type": "markdown",
"id": "eadb8648-9036-49d8-8f0e-a62122c386cd",
"metadata": {},
"source": [
"## Interesting First Section Here"
]
},
{
"cell_type": "markdown",
"id": "ace849b1-e9b3-4b1d-818e-fdd44420ef85",
"metadata": {},
"source": [
"## Cool Second Section Here"
]
},
{
"cell_type": "markdown",
"id": "b983c6a5-636e-4641-8526-b3e242533ce8",
"metadata": {},
"source": [
"## Innovative Third Section Here"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.9.13 ('uxarray-docs')",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -38,15 +71,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "5df6a94ef43b22c97c277f6a9dce3b546a324b9de41c6d8e82aecf8eafd14442"
}
"version": "3.10.13"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 5
}
Loading
Loading