Skip to content

Commit

Permalink
Add latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Jun 27, 2024
1 parent 48ab809 commit 4529391
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/demos/24-07-11-scipy-2024/scipy-2024.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"To print notebook as PDF:\n",
"\n",
"```bash\n",
"jupyter nbconvert —-to html <PATH-TO-NOTEBOOK>\n",
"jupyter nbconvert docs/demos/24-07-11-scipy-2024/scipy-2024.ipynb --to html\n",
"# Then \"Print HTML to PDF\" in your browser\n",
"```\n"
]
Expand Down Expand Up @@ -105,9 +105,7 @@
"\n",
"- CDAT (Community Data Analysis Tools) library is the predecessor to xCDAT.\n",
"- CDAT has provided open-source climate data analysis and visualization packages for over 20 years.\n",
"\n",
"- Since CDAT’s inception, the volume of climate data has grown substantially as a result of:\n",
"\n",
" - Larger pool of data products\n",
" - Increasing spatiotemporal resolution of model and observational data.\n",
"\n",
Expand Down Expand Up @@ -458,8 +456,8 @@
"\n",
"### Overview\n",
"\n",
"This exercise will walkthrough using regridding E3SM data to a\n",
"rectilinear grid `xcdat`.\n",
"This exercise will walkthrough using `xcdat` to perform computation and analysis\n",
"on E3SM v2 CMIP6 data.\n",
"\n",
"### Sections\n",
"\n",
Expand Down

0 comments on commit 4529391

Please sign in to comment.