Skip to content

Commit

Permalink
deploy: 8674d6f
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Jun 14, 2024
1 parent 354c9db commit b2e94a3
Show file tree
Hide file tree
Showing 47 changed files with 1,866 additions and 370 deletions.
2 changes: 1 addition & 1 deletion _preview/13/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: fa620c9f0c8a17a345c4edb50472e2d4
config: b7a02a39e5fc91a946c7739b4f60d0ab
tags: 645f666f9bcd5a90fca523b33c5a78b7
9 changes: 8 additions & 1 deletion _preview/13/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,14 @@








<img src="_static/metpy_150x150.png" class="logo__image only-light" alt="The MetPy Cookbook - Home"/>
<script>document.write(`<img src="_static/metpy_150x150.png" class="logo__image only-dark" alt="The MetPy Cookbook - Home"/>`);</script>

<p class="title logo__title">The MetPy Cookbook</p>

</a></div>

Expand Down Expand Up @@ -371,6 +377,7 @@
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/Ageostrophic_Wind_Example.html">Geostrophic and Ageostrophic Wind</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/Analytic_300hPa_Trough.html">Analytic 300-hPa Trough</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/Differential_Temperature_Advection.html">Differential Temperature Advection with NARR Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/Geostrophic_Wind_And_Few_More.html">Geostrophic Wind and Other Calcuations</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/Isentropic_Interpolation.html">Isentropic Analysis</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/PV_baroclinic_isobaric.html">Baroclinic Potential Vorticity Analysis, Divergence, and Winds</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/Upperair_Obs.html">DIFAX Replication</a></li>
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 1 addition & 16 deletions _preview/13/_sources/notebooks/skewt/Foundational_Sounding.ipynb
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"images/ProjectPythia_Logo_Final-01-Blue.svg\" width=250 alt=\"Project Pythia Logo\"></img>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# MetPy Skew-T Cookbook"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"---"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -609,8 +595,7 @@
"> [Unidata Main Website](https://www.unidata.ucar.edu) <br>\n",
"> [Unidata GitHub](https://github.com/Unidata) <br>\n",
"> [Unidata YouTube Channel](https://www.youtube.com/user/unidatanews) <br>\n",
"> [Matplotlib Documentation](https://matplotlib.org) <br>\n",
"> [Unidata Python Training](https://unidata.github.io/python-training/) <br>\n"
"> [Matplotlib Documentation](https://matplotlib.org) <br>\n"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"cell_marker": "\"\"\"",
"lines_to_next_cell": 0
},
"source": [
"Geostrophic Wind and Other Calcuations\n",
"======================================\n",
"\n",
"Demonstrate a variety of calculations in MetPy."
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down Expand Up @@ -37,7 +50,7 @@
"source": [
"## opening NetCDF file using xarray \n",
"\n",
"ds = xr.open_mfdataset(\"/home/jovyan/metpy-cookbook/NETCDF_FILE.nc\",combine = \"nested\", concat_dim=\"time\",decode_times=True)"
"ds = xr.open_dataset(\"../convective/NETCDF_FILE.nc\", decode_times=True)"
]
},
{
Expand Down
9 changes: 8 additions & 1 deletion _preview/13/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,14 @@








<img src="_static/metpy_150x150.png" class="logo__image only-light" alt="The MetPy Cookbook - Home"/>
<script>document.write(`<img src="_static/metpy_150x150.png" class="logo__image only-dark" alt="The MetPy Cookbook - Home"/>`);</script>

<p class="title logo__title">The MetPy Cookbook</p>

</a></div>

Expand Down Expand Up @@ -363,6 +369,7 @@
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/Ageostrophic_Wind_Example.html">Geostrophic and Ageostrophic Wind</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/Analytic_300hPa_Trough.html">Analytic 300-hPa Trough</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/Differential_Temperature_Advection.html">Differential Temperature Advection with NARR Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/Geostrophic_Wind_And_Few_More.html">Geostrophic Wind and Other Calcuations</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/Isentropic_Interpolation.html">Isentropic Analysis</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/PV_baroclinic_isobaric.html">Baroclinic Potential Vorticity Analysis, Divergence, and Winds</a></li>
<li class="toctree-l2"><a class="reference internal" href="notebooks/synoptic/Upperair_Obs.html">DIFAX Replication</a></li>
Expand Down
37 changes: 22 additions & 15 deletions _preview/13/notebooks/convective/MUCAPE.html

Large diffs are not rendered by default.

37 changes: 22 additions & 15 deletions _preview/13/notebooks/convective/TCPW.html

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion _preview/13/notebooks/convective/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,14 @@








<img src="../../_static/metpy_150x150.png" class="logo__image only-light" alt="The MetPy Cookbook - Home"/>
<script>document.write(`<img src="../../_static/metpy_150x150.png" class="logo__image only-dark" alt="The MetPy Cookbook - Home"/>`);</script>

<p class="title logo__title">The MetPy Cookbook</p>

</a></div>

Expand Down Expand Up @@ -364,6 +370,7 @@
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Ageostrophic_Wind_Example.html">Geostrophic and Ageostrophic Wind</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Analytic_300hPa_Trough.html">Analytic 300-hPa Trough</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Differential_Temperature_Advection.html">Differential Temperature Advection with NARR Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Geostrophic_Wind_And_Few_More.html">Geostrophic Wind and Other Calcuations</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Isentropic_Interpolation.html">Isentropic Analysis</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/PV_baroclinic_isobaric.html">Baroclinic Potential Vorticity Analysis, Divergence, and Winds</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Upperair_Obs.html">DIFAX Replication</a></li>
Expand Down
13 changes: 10 additions & 3 deletions _preview/13/notebooks/convective/miller_composite.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,14 @@








<img src="../../_static/metpy_150x150.png" class="logo__image only-light" alt="The MetPy Cookbook - Home"/>
<script>document.write(`<img src="../../_static/metpy_150x150.png" class="logo__image only-dark" alt="The MetPy Cookbook - Home"/>`);</script>

<p class="title logo__title">The MetPy Cookbook</p>

</a></div>

Expand Down Expand Up @@ -364,6 +370,7 @@
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Ageostrophic_Wind_Example.html">Geostrophic and Ageostrophic Wind</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Analytic_300hPa_Trough.html">Analytic 300-hPa Trough</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Differential_Temperature_Advection.html">Differential Temperature Advection with NARR Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Geostrophic_Wind_And_Few_More.html">Geostrophic Wind and Other Calcuations</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Isentropic_Interpolation.html">Isentropic Analysis</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/PV_baroclinic_isobaric.html">Baroclinic Potential Vorticity Analysis, Divergence, and Winds</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Upperair_Obs.html">DIFAX Replication</a></li>
Expand Down Expand Up @@ -584,9 +591,9 @@ <h1>Miller Composite Chart<a class="headerlink" href="#miller-composite-chart" t
</div>
</div>
<div class="cell_output docutils container">
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2539/1703524492.py:2: UserWarning: Vertical dimension number not found. Defaulting to (..., Z, Y, X) order.
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2551/1703524492.py:2: UserWarning: Vertical dimension number not found. Defaulting to (..., Z, Y, X) order.
vort_adv_500 = mpcalc.advection(avor_500, u_500, v_500,) * 1e9
/tmp/ipykernel_2539/1703524492.py:2: UserWarning: Latitude and longitude computed on-demand, which may be an expensive operation. To avoid repeating this computation, assign these coordinates ahead of time with .metpy.assign_latitude_longitude().
/tmp/ipykernel_2551/1703524492.py:2: UserWarning: Latitude and longitude computed on-demand, which may be an expensive operation. To avoid repeating this computation, assign these coordinates ahead of time with .metpy.assign_latitude_longitude().
vort_adv_500 = mpcalc.advection(avor_500, u_500, v_500,) * 1e9
</pre></div>
</div>
Expand Down
9 changes: 8 additions & 1 deletion _preview/13/notebooks/declarative/Declarative_300hPa.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,14 @@








<img src="../../_static/metpy_150x150.png" class="logo__image only-light" alt="The MetPy Cookbook - Home"/>
<script>document.write(`<img src="../../_static/metpy_150x150.png" class="logo__image only-dark" alt="The MetPy Cookbook - Home"/>`);</script>

<p class="title logo__title">The MetPy Cookbook</p>

</a></div>

Expand Down Expand Up @@ -368,6 +374,7 @@
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Ageostrophic_Wind_Example.html">Geostrophic and Ageostrophic Wind</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Analytic_300hPa_Trough.html">Analytic 300-hPa Trough</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Differential_Temperature_Advection.html">Differential Temperature Advection with NARR Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Geostrophic_Wind_And_Few_More.html">Geostrophic Wind and Other Calcuations</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Isentropic_Interpolation.html">Isentropic Analysis</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/PV_baroclinic_isobaric.html">Baroclinic Potential Vorticity Analysis, Divergence, and Winds</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Upperair_Obs.html">DIFAX Replication</a></li>
Expand Down
9 changes: 8 additions & 1 deletion _preview/13/notebooks/declarative/declarative_500_hPa.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,14 @@








<img src="../../_static/metpy_150x150.png" class="logo__image only-light" alt="The MetPy Cookbook - Home"/>
<script>document.write(`<img src="../../_static/metpy_150x150.png" class="logo__image only-dark" alt="The MetPy Cookbook - Home"/>`);</script>

<p class="title logo__title">The MetPy Cookbook</p>

</a></div>

Expand Down Expand Up @@ -367,6 +373,7 @@
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Ageostrophic_Wind_Example.html">Geostrophic and Ageostrophic Wind</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Analytic_300hPa_Trough.html">Analytic 300-hPa Trough</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Differential_Temperature_Advection.html">Differential Temperature Advection with NARR Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Geostrophic_Wind_And_Few_More.html">Geostrophic Wind and Other Calcuations</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Isentropic_Interpolation.html">Isentropic Analysis</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/PV_baroclinic_isobaric.html">Baroclinic Potential Vorticity Analysis, Divergence, and Winds</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Upperair_Obs.html">DIFAX Replication</a></li>
Expand Down
9 changes: 8 additions & 1 deletion _preview/13/notebooks/declarative/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,14 @@








<img src="../../_static/metpy_150x150.png" class="logo__image only-light" alt="The MetPy Cookbook - Home"/>
<script>document.write(`<img src="../../_static/metpy_150x150.png" class="logo__image only-dark" alt="The MetPy Cookbook - Home"/>`);</script>

<p class="title logo__title">The MetPy Cookbook</p>

</a></div>

Expand Down Expand Up @@ -364,6 +370,7 @@
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Ageostrophic_Wind_Example.html">Geostrophic and Ageostrophic Wind</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Analytic_300hPa_Trough.html">Analytic 300-hPa Trough</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Differential_Temperature_Advection.html">Differential Temperature Advection with NARR Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Geostrophic_Wind_And_Few_More.html">Geostrophic Wind and Other Calcuations</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Isentropic_Interpolation.html">Isentropic Analysis</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/PV_baroclinic_isobaric.html">Baroclinic Potential Vorticity Analysis, Divergence, and Winds</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Upperair_Obs.html">DIFAX Replication</a></li>
Expand Down
9 changes: 8 additions & 1 deletion _preview/13/notebooks/skewt/Advanced_Sounding.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,14 @@








<img src="../../_static/metpy_150x150.png" class="logo__image only-light" alt="The MetPy Cookbook - Home"/>
<script>document.write(`<img src="../../_static/metpy_150x150.png" class="logo__image only-dark" alt="The MetPy Cookbook - Home"/>`);</script>

<p class="title logo__title">The MetPy Cookbook</p>

</a></div>

Expand Down Expand Up @@ -368,6 +374,7 @@
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Ageostrophic_Wind_Example.html">Geostrophic and Ageostrophic Wind</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Analytic_300hPa_Trough.html">Analytic 300-hPa Trough</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Differential_Temperature_Advection.html">Differential Temperature Advection with NARR Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Geostrophic_Wind_And_Few_More.html">Geostrophic Wind and Other Calcuations</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Isentropic_Interpolation.html">Isentropic Analysis</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/PV_baroclinic_isobaric.html">Baroclinic Potential Vorticity Analysis, Divergence, and Winds</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Upperair_Obs.html">DIFAX Replication</a></li>
Expand Down
16 changes: 10 additions & 6 deletions _preview/13/notebooks/skewt/Foundational_Sounding.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,14 @@








<img src="../../_static/metpy_150x150.png" class="logo__image only-light" alt="The MetPy Cookbook - Home"/>
<script>document.write(`<img src="../../_static/metpy_150x150.png" class="logo__image only-dark" alt="The MetPy Cookbook - Home"/>`);</script>

<p class="title logo__title">The MetPy Cookbook</p>

</a></div>

Expand Down Expand Up @@ -370,6 +376,7 @@
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Ageostrophic_Wind_Example.html">Geostrophic and Ageostrophic Wind</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Analytic_300hPa_Trough.html">Analytic 300-hPa Trough</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Differential_Temperature_Advection.html">Differential Temperature Advection with NARR Data</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Geostrophic_Wind_And_Few_More.html">Geostrophic Wind and Other Calcuations</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Isentropic_Interpolation.html">Isentropic Analysis</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/PV_baroclinic_isobaric.html">Baroclinic Potential Vorticity Analysis, Divergence, and Winds</a></li>
<li class="toctree-l2"><a class="reference internal" href="../synoptic/Upperair_Obs.html">DIFAX Replication</a></li>
Expand Down Expand Up @@ -435,10 +442,8 @@
<div id="searchbox"></div>
<article class="bd-article">

<p><a class="reference internal" href="notebooks/skewt/images/ProjectPythia_Logo_Final-01-Blue.svg"><img alt="Project Pythia Logo" src="notebooks/skewt/images/ProjectPythia_Logo_Final-01-Blue.svg" width="250" /></a></img></p>
<section class="tex2jax_ignore mathjax_ignore" id="metpy-skew-t-cookbook">
<section class="tex2jax_ignore mathjax_ignore" id="metpy-skew-t-cookbook">
<h1>MetPy Skew-T Cookbook<a class="headerlink" href="#metpy-skew-t-cookbook" title="Link to this heading"><i class="fas fa-link"></i></a></h1>
<hr class="docutils" />
<section id="overview">
<h2>Overview<a class="headerlink" href="#overview" title="Link to this heading"><i class="fas fa-link"></i></a></h2>
<p>This Project Pythia Cookbook will cover creating Skew-T plots with MetPy. <br></p>
Expand Down Expand Up @@ -846,8 +851,7 @@ <h2>Resources and references<a class="headerlink" href="#resources-and-reference
<a class="reference external" href="https://www.unidata.ucar.edu">Unidata Main Website</a> <br>
<a class="reference external" href="https://github.com/Unidata">Unidata GitHub</a> <br>
<a class="reference external" href="https://www.youtube.com/user/unidatanews">Unidata YouTube Channel</a> <br>
<a class="reference external" href="https://matplotlib.org">Matplotlib Documentation</a> <br>
<a class="reference external" href="https://unidata.github.io/python-training/">Unidata Python Training</a> <br></p>
<a class="reference external" href="https://matplotlib.org">Matplotlib Documentation</a> <br></p>
</div></blockquote>
</section>
</section>
Expand Down
Loading

0 comments on commit b2e94a3

Please sign in to comment.