Skip to content

Commit

Permalink
Merge pull request #342 from NCAR/alli_dev
Browse files Browse the repository at this point in the history
modification to wrf examples
  • Loading branch information
allibco authored Feb 14, 2025
2 parents a605b7a + 9931df0 commit 3f28acc
Show file tree
Hide file tree
Showing 5 changed files with 2,401 additions and 261 deletions.
62 changes: 31 additions & 31 deletions docs/source/notebooks/WRFCompare.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 5,
"id": "532534c1-5acc-47c0-b605-68adf6f0c865",
"metadata": {},
"outputs": [],
"source": [
"# if this environment variable is not set, then you can set it as needed:\n",
"# os.environ['HDF5_PLUGIN_PATH'] = '/glade/work/abaker/compress-libs/zfp_plugin/plugin'"
"os.environ['HDF5_PLUGIN_PATH'] = '/glade/work/abaker/compress-libs/casper_plugins'"
]
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 6,
"id": "5bac8639-aaa0-4532-83b9-84898a2bfb1f",
"metadata": {},
"outputs": [],
Expand All @@ -102,7 +102,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 7,
"id": "2b64c4ea-e99f-429a-b867-c0071c360978",
"metadata": {},
"outputs": [],
Expand All @@ -120,7 +120,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 8,
"id": "36cd4aaa-b7c2-4033-9afa-2adeb2838c4e",
"metadata": {},
"outputs": [],
Expand All @@ -131,7 +131,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 9,
"id": "b94d32b0-d414-4e5d-9e10-649c4f5bf08a",
"metadata": {},
"outputs": [
Expand All @@ -151,11 +151,11 @@
" * Time (Time) datetime64[ns] 8B 1979-10-01\n",
" * x (x) float64 11kB -2.732e+06 -2.728e+06 ... 2.728e+06 2.732e+06\n",
" * y (y) float64 8kB -2.028e+06 -2.024e+06 ... 2.024e+06 2.028e+06\n",
" * y_stag (y_stag) float64 8kB -2.03e+06 -2.026e+06 ... 2.026e+06 2.03e+06\n",
" * x_stag (x_stag) float64 11kB -2.734e+06 -2.73e+06 ... 2.73e+06 2.734e+06"
" * x_stag (x_stag) float64 11kB -2.734e+06 -2.73e+06 ... 2.73e+06 2.734e+06\n",
" * y_stag (y_stag) float64 8kB -2.03e+06 -2.026e+06 ... 2.026e+06 2.03e+06"
]
},
"execution_count": 6,
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -167,7 +167,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 10,
"id": "1d24fa65-f62c-4a4f-b4c2-4d921a2c3f51",
"metadata": {},
"outputs": [],
Expand All @@ -185,7 +185,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 11,
"id": "06349874-c61a-4059-9bbb-9985ddee4f2d",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -397,7 +397,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 12,
"id": "b6899a92-e720-4326-bb7b-5d71bb837a2c",
"metadata": {},
"outputs": [],
Expand All @@ -411,17 +411,17 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 13,
"id": "8c50124e-a6c0-493e-886f-101a633e53c8",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.collections.QuadMesh at 0x1554e01e0490>"
"<matplotlib.collections.QuadMesh at 0x149b9ec4c2d0>"
]
},
"execution_count": 10,
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
},
Expand All @@ -445,17 +445,17 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 14,
"id": "3d84ebde-3898-4317-beb1-e770f2400059",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.collections.QuadMesh at 0x1554ca6f02d0>"
"<matplotlib.collections.QuadMesh at 0x149b9daebdd0>"
]
},
"execution_count": 11,
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
},
Expand All @@ -477,17 +477,17 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 15,
"id": "9b753f01-25ed-4538-9c6f-1b116a3baf48",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.collections.QuadMesh at 0x1554ca3b9950>"
"<matplotlib.collections.QuadMesh at 0x149b9d7d28d0>"
]
},
"execution_count": 12,
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
},
Expand All @@ -509,7 +509,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 16,
"id": "3f779d0c-4245-48ab-b7b9-da157485908c",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -539,7 +539,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 17,
"id": "e0ac4732-48ee-4620-befb-d5d539a73bbd",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -568,7 +568,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 18,
"id": "e7770357-3428-41f4-aa21-66c6958d1160",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -597,7 +597,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 19,
"id": "97c7b253-b271-427c-9b3f-276e38fc16f8",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -627,7 +627,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 20,
"id": "19610321-4a7d-4768-b4f5-bc7ea0f47853",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -657,7 +657,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 21,
"id": "af8ea1f8-42fb-48af-811d-de66ebe0765d",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -691,7 +691,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 22,
"id": "3af72f68-a6cf-4372-9d5f-621717ca3c10",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -721,7 +721,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 23,
"id": "0be8057d-e906-4147-a0cc-74feb9a3c439",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -751,7 +751,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": 24,
"id": "026cda12-1c60-4a00-89ab-c4f3e9630339",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -783,7 +783,7 @@
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": 25,
"id": "588e0e94-f936-4d25-9e2f-405a8ebcb9f5",
"metadata": {},
"outputs": [
Expand Down
Loading

0 comments on commit 3f28acc

Please sign in to comment.