Skip to content

Commit

Permalink
Deploying to gh-pages from @ ba13351 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
erogluorhan committed Jan 9, 2025
1 parent c50ff6b commit 1b9eff6
Show file tree
Hide file tree
Showing 50 changed files with 1,260 additions and 972 deletions.
6 changes: 6 additions & 0 deletions _preview/23/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,12 @@
<li class="toctree-l1"><a class="reference internal" href="notebooks/03-plotting-with-uxarray/geo.html">Geographic Projections &amp; Features</a></li>
<li class="toctree-l1"><a class="reference internal" href="notebooks/03-plotting-with-uxarray/customization.html">Customization &amp; Interactivity</a></li>
<li class="toctree-l1"><a class="reference internal" href="notebooks/03-plotting-with-uxarray/high-res.html">Visualizing High-Resolution Grids</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Visualization Recipes</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="notebooks/04-recipes/mpas-ocean.html">MPAS Ocean</a></li>
<li class="toctree-l1"><a class="reference internal" href="notebooks/04-recipes/mpas-atmo.html">MPAS Atmosphere</a></li>
<li class="toctree-l1"><a class="reference internal" href="notebooks/04-recipes/e3sm.html">E3SM Radiative Feedback Analysis</a></li>
</ul>

</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"\n",
"Unstructured grids play a vital role in scientific computing and numerical simulations. UXarray's `Grid` data structure provides a robust foundation for working with these grids by managing essential variables like coordinates and connectivity information. Before conducting complex data analysis or running simulations, it's often crucial to visualize and verify the grid geometry.\n",
"\n",
"This visualization capability serves multiple purposes: it helps users understand the mesh topology, identify potential issues in grid generation, and verify boundary conditions. For example, when preparing to run a dynamical core simulation, scientists often examine the computational grid to ensure it meets their requirements for spatial resolution and element quality.\n",
"This visualization capability serves multiple purposes: It helps users understand the mesh topology, identify potential issues in grid generation, and verify boundary conditions. For example, when preparing to run a dynamical core simulation, scientists often examine the computational grid to ensure it meets their requirements for spatial resolution and element quality.\n",
"\n",
"To demonstrate these visualization techniques, we'll work with a straightforward example: an unstructured grid consisting of four hexagonal elements. "
"To demonstrate these visualization techniques, we'll work with a straightforward example: An unstructured grid consisting of four hexagonal elements. "
],
"id": "4037d881fcda3720"
},
Expand Down Expand Up @@ -88,7 +88,7 @@
"source": [
"## Visualizing Edges\n",
"\n",
"Edge visualization is a fundamental technique for understanding unstructured grid topology. By plotting the edges between grid elements, we can examine the mesh structure, verify connectivity patterns, and assess the overall grid quality. The edge representation provides an intuitive view of how elements are arranged and connected.\n"
"Edge visualization is a fundamental technique for understanding the unstructured grid topology. By plotting the edges between grid elements, we can examine the mesh structure, verify connectivity patterns, and assess the overall grid quality. The edge representation provides an intuitive view of how elements are arranged and connected.\n"
],
"id": "c7a07184bc48fa47"
},
Expand Down
6 changes: 6 additions & 0 deletions _preview/23/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,12 @@
<li class="toctree-l1"><a class="reference internal" href="notebooks/03-plotting-with-uxarray/geo.html">Geographic Projections &amp; Features</a></li>
<li class="toctree-l1"><a class="reference internal" href="notebooks/03-plotting-with-uxarray/customization.html">Customization &amp; Interactivity</a></li>
<li class="toctree-l1"><a class="reference internal" href="notebooks/03-plotting-with-uxarray/high-res.html">Visualizing High-Resolution Grids</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Visualization Recipes</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="notebooks/04-recipes/mpas-ocean.html">MPAS Ocean</a></li>
<li class="toctree-l1"><a class="reference internal" href="notebooks/04-recipes/mpas-atmo.html">MPAS Atmosphere</a></li>
<li class="toctree-l1"><a class="reference internal" href="notebooks/04-recipes/e3sm.html">E3SM Radiative Feedback Analysis</a></li>
</ul>

</div>
Expand Down
6 changes: 6 additions & 0 deletions _preview/23/meshfiles/catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,12 @@
<li class="toctree-l1"><a class="reference internal" href="../notebooks/03-plotting-with-uxarray/geo.html">Geographic Projections &amp; Features</a></li>
<li class="toctree-l1"><a class="reference internal" href="../notebooks/03-plotting-with-uxarray/customization.html">Customization &amp; Interactivity</a></li>
<li class="toctree-l1"><a class="reference internal" href="../notebooks/03-plotting-with-uxarray/high-res.html">Visualizing High-Resolution Grids</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Visualization Recipes</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../notebooks/04-recipes/mpas-ocean.html">MPAS Ocean</a></li>
<li class="toctree-l1"><a class="reference internal" href="../notebooks/04-recipes/mpas-atmo.html">MPAS Atmosphere</a></li>
<li class="toctree-l1"><a class="reference internal" href="../notebooks/04-recipes/e3sm.html">E3SM Radiative Feedback Analysis</a></li>
</ul>

</div>
Expand Down
6 changes: 6 additions & 0 deletions _preview/23/notebooks/01-foundations/plotting-libs.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,12 @@
<li class="toctree-l1"><a class="reference internal" href="../03-plotting-with-uxarray/geo.html">Geographic Projections &amp; Features</a></li>
<li class="toctree-l1"><a class="reference internal" href="../03-plotting-with-uxarray/customization.html">Customization &amp; Interactivity</a></li>
<li class="toctree-l1"><a class="reference internal" href="../03-plotting-with-uxarray/high-res.html">Visualizing High-Resolution Grids</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Visualization Recipes</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../04-recipes/mpas-ocean.html">MPAS Ocean</a></li>
<li class="toctree-l1"><a class="reference internal" href="../04-recipes/mpas-atmo.html">MPAS Atmosphere</a></li>
<li class="toctree-l1"><a class="reference internal" href="../04-recipes/e3sm.html">E3SM Radiative Feedback Analysis</a></li>
</ul>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,12 @@
<li class="toctree-l1"><a class="reference internal" href="../03-plotting-with-uxarray/geo.html">Geographic Projections &amp; Features</a></li>
<li class="toctree-l1"><a class="reference internal" href="../03-plotting-with-uxarray/customization.html">Customization &amp; Interactivity</a></li>
<li class="toctree-l1"><a class="reference internal" href="../03-plotting-with-uxarray/high-res.html">Visualizing High-Resolution Grids</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Visualization Recipes</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../04-recipes/mpas-ocean.html">MPAS Ocean</a></li>
<li class="toctree-l1"><a class="reference internal" href="../04-recipes/mpas-atmo.html">MPAS Atmosphere</a></li>
<li class="toctree-l1"><a class="reference internal" href="../04-recipes/e3sm.html">E3SM Radiative Feedback Analysis</a></li>
</ul>

</div>
Expand Down
8 changes: 7 additions & 1 deletion _preview/23/notebooks/01-foundations/unstructured-grids.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,12 @@
<li class="toctree-l1"><a class="reference internal" href="../03-plotting-with-uxarray/geo.html">Geographic Projections &amp; Features</a></li>
<li class="toctree-l1"><a class="reference internal" href="../03-plotting-with-uxarray/customization.html">Customization &amp; Interactivity</a></li>
<li class="toctree-l1"><a class="reference internal" href="../03-plotting-with-uxarray/high-res.html">Visualizing High-Resolution Grids</a></li>
</ul>
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Visualization Recipes</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../04-recipes/mpas-ocean.html">MPAS Ocean</a></li>
<li class="toctree-l1"><a class="reference internal" href="../04-recipes/mpas-atmo.html">MPAS Atmosphere</a></li>
<li class="toctree-l1"><a class="reference internal" href="../04-recipes/e3sm.html">E3SM Radiative Feedback Analysis</a></li>
</ul>

</div>
Expand Down Expand Up @@ -560,7 +566,7 @@ <h4>Sample Xarray Code to Generate a Basic Structured Grid<a class="headerlink"
warnings.warn(f&#39;Downloading: {url}&#39;, DownloadWarning)
</pre></div>
</div>
<img alt="../../_images/a6eb75a64a5fedbbc395ee81fe897060c953c897d26cde0680b80913f441352c.png" src="../../_images/a6eb75a64a5fedbbc395ee81fe897060c953c897d26cde0680b80913f441352c.png" />
<img alt="../../_images/121162e89c0b43876751203d190d07f6443a32ecf5d80fdacfba4d4941304d66.png" src="../../_images/121162e89c0b43876751203d190d07f6443a32ecf5d80fdacfba4d4941304d66.png" />
</div>
</div>
</section>
Expand Down
Loading

0 comments on commit 1b9eff6

Please sign in to comment.