Skip to content

Commit

Permalink
add 30km grid, work on notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Dec 19, 2024
1 parent ee2327a commit 4467a74
Show file tree
Hide file tree
Showing 9 changed files with 507 additions and 111 deletions.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ parts:

- caption: Introduction to UXarray
chapters:
- file: notebooks/02-intro-to-uxarray/overview
- file: notebooks/02-intro-to-uxarray/grid
- file: notebooks/02-intro-to-uxarray/uxds-uxda
- file: notebooks/02-intro-to-uxarray/selection
Expand Down
Binary file added meshfiles/hex.data.nc
Binary file not shown.
Binary file added meshfiles/hex.grid.nc
Binary file not shown.
Binary file added meshfiles/x1.655362.data.nc
Binary file not shown.
Binary file added meshfiles/x1.655362.grid.nc
Binary file not shown.
57 changes: 57 additions & 0 deletions notebooks/02-intro-to-uxarray/overview.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"cells": [
{
"metadata": {},
"cell_type": "markdown",
"source": [
"<img src=\"https://raw.githubusercontent.com/UXARRAY/uxarray/main/docs/_static/images/logos/uxarray_logo_h_dark.svg\"\n",
" width=\"30%\"\n",
" alt=\"UXarray logo\"\n",
" align=\"right\"\n",
"/>\n",
"\n",
"# UXarray Overview\n",
"\n",
"### In this section, you'll learn:\n",
"\n",
"* What is UXarray?\n",
"\n",
"## Introduction\n",
"\n",
"## What is UXarray?\n",
"\n",
"## Why UXarray? \n"
],
"id": "6fb3d665cd1a1ba3"
},
{
"metadata": {},
"cell_type": "code",
"outputs": [],
"execution_count": null,
"source": "",
"id": "5d846f6d09cf7a16"
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
452 changes: 392 additions & 60 deletions notebooks/03-plotting-with-uxarray/grid-viz.ipynb

Large diffs are not rendered by default.

10 changes: 1 addition & 9 deletions notebooks/04-recipies/mpas-atmo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
" align=\"right\"\n",
"/>\n",
"\n",
"# MPAS Atmosphere \n",
"# MPAS Atmosphere Model\n",
"\n",
"### In this recipe, you'll visualize:\n",
"\n",
Expand All @@ -23,14 +23,6 @@
"-----\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "43315d10-a5bc-4b25-bb2d-c62265397c91",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
98 changes: 56 additions & 42 deletions notebooks/04-recipies/mpas-ocean.ipynb

Large diffs are not rendered by default.

0 comments on commit 4467a74

Please sign in to comment.