Skip to content

Commit

Permalink
Add UXarray example link
Browse files Browse the repository at this point in the history
  • Loading branch information
katiedagon committed Sep 12, 2023
1 parent b0cd453 commit 29263ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/2023/cam-se-analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# Analyzing and visualizing CAM-SE output in Python\n",
"\n",
"## Summary\n",
"## Overview\n",
"\n",
"We demonstrate a variety of options for analyzing and visualizing output from the Community Atmosphere Model (CAM) with the spectral element (SE) grid in Python. This notebook was developed for the ESDS [Collaborative Work Time on Unstructured Grids](https://ncar.github.io/esds/posts/2023/unstructured-grid-collab-1/), which took place on April 17, 2023. A recap of the related CAM-SE discussion can be found [here](https://ncar.github.io/esds/posts/2023/unstructured-grid-collab-1/#katie-dagon-cgd).\n",
"\n",
Expand Down Expand Up @@ -380,7 +380,7 @@
"<a id='section1'></a>\n",
"## 1. Regrid CAM-SE output using map file\n",
"\n",
"This method aims to produce a python-based alternative to the [ncremap](https://nco.sourceforge.net/nco.html#ncremap-netCDF-Remapper) tool from the [NCO package](https://nco.sourceforge.net/nco.html). The benefits of this method could include remapping within a Python script or notebook, for example to visualize unstructured data without having to write a netCDF file, remap, and read it back in. See related discussion from [this issue](https://github.com/UXARRAY/uxarray/issues/183#issuecomment-1343388433) in the UXarray github repository."
"This method aims to produce a Python-based alternative to the [ncremap](https://nco.sourceforge.net/nco.html#ncremap-netCDF-Remapper) tool from the [NCO package](https://nco.sourceforge.net/nco.html). The benefits of this method could include remapping within a Python script or notebook, for example to visualize unstructured data without having to write a netCDF file, remap, and read it back in. See related discussion from [this issue](https://github.com/UXARRAY/uxarray/issues/183#issuecomment-1343388433) in the UXarray github repository, and [this example notebook](https://uxarray.readthedocs.io/en/latest/examples/005-to-geodataframe-for-holoviz.html) with visualization examples from the UXarray documentation."
]
},
{
Expand Down

0 comments on commit 29263ce

Please sign in to comment.