Skip to content

Commit 94151af

Browse files
committed
deploy: 8674d6f
1 parent eda08e3 commit 94151af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+234
-76
lines changed

_preview/13/README.html

+1
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@
392392
</details></li>
393393
<li class="toctree-l1 has-children"><a class="reference internal" href="notebooks/convective/index.html">Convective Calculations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
394394
<li class="toctree-l2"><a class="reference internal" href="notebooks/convective/MUCAPE.html">Most-Unstable Convective Available Potential Energy (MUCAPE)</a></li>
395+
<li class="toctree-l2"><a class="reference internal" href="notebooks/convective/TCPW.html">Total Column Precipitable Water (TCPW)</a></li>
395396
<li class="toctree-l2"><a class="reference internal" href="notebooks/convective/miller_composite.html">Miller Composite Chart</a></li>
396397
</ul>
397398
</details></li>
Loading

_preview/13/_sources/notebooks/convective/MUCAPE.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"source": [
4848
"## opening NetCDF file using xarray \n",
4949
"\n",
50-
"ds = xr.open_mfdataset(\"/home/jovyan/metpy-cookbook/NETCDF_FILE.nc\",combine = \"nested\", concat_dim=\"time\",decode_times=True)"
50+
"ds = xr.open_mfdataset(\"NETCDF_FILE.nc\",combine = \"nested\", concat_dim=\"time\",decode_times=True)"
5151
]
5252
},
5353
{

_preview/13/_sources/notebooks/convective/TCPW.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lines_to_next_cell": 0
88
},
99
"source": [
10-
"Total Column Precipitable Water (TCPW)",
10+
"Total Column Precipitable Water (TCPW)\n",
1111
"======================\n",
1212
"Calculate TCPW on a grid of netCDF data using MetPy."
1313
]
@@ -38,7 +38,7 @@
3838
"source": [
3939
"## opening NetCDF file using xarray \n",
4040
"\n",
41-
"ds = xr.open_mfdataset(\"/home/jovyan/metpy-cookbook/NETCDF_FILE.nc\",combine = \"nested\", concat_dim=\"time\",decode_times=True)"
41+
"ds = xr.open_mfdataset(\"NETCDF_FILE.nc\",combine = \"nested\", concat_dim=\"time\",decode_times=True)"
4242
]
4343
},
4444
{

_preview/13/genindex.html

+1
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@
384384
</details></li>
385385
<li class="toctree-l1 has-children"><a class="reference internal" href="notebooks/convective/index.html">Convective Calculations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
386386
<li class="toctree-l2"><a class="reference internal" href="notebooks/convective/MUCAPE.html">Most-Unstable Convective Available Potential Energy (MUCAPE)</a></li>
387+
<li class="toctree-l2"><a class="reference internal" href="notebooks/convective/TCPW.html">Total Column Precipitable Water (TCPW)</a></li>
387388
<li class="toctree-l2"><a class="reference internal" href="notebooks/convective/miller_composite.html">Miller Composite Chart</a></li>
388389
</ul>
389390
</details></li>

_preview/13/notebooks/convective/MUCAPE.html

+84-14
Large diffs are not rendered by default.

_preview/13/notebooks/convective/TCPW.html

+90-39
Large diffs are not rendered by default.

_preview/13/notebooks/convective/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
</details></li>
386386
<li class="toctree-l1 current active has-children"><a class="current reference internal" href="#">Convective Calculations</a><details open="open"><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
387387
<li class="toctree-l2"><a class="reference internal" href="MUCAPE.html">Most-Unstable Convective Available Potential Energy (MUCAPE)</a></li>
388+
<li class="toctree-l2"><a class="reference internal" href="TCPW.html">Total Column Precipitable Water (TCPW)</a></li>
388389
<li class="toctree-l2"><a class="reference internal" href="miller_composite.html">Miller Composite Chart</a></li>
389390
</ul>
390391
</details></li>

_preview/13/notebooks/convective/miller_composite.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<link rel="index" title="Index" href="../../genindex.html" />
7777
<link rel="search" title="Search" href="../../search.html" />
7878
<link rel="next" title="Specialty Plotting" href="../specialty/index.html" />
79-
<link rel="prev" title="&lt;no title&gt;" href="TCPW.html" />
79+
<link rel="prev" title="Total Column Precipitable Water (TCPW)" href="TCPW.html" />
8080
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8181
<meta name="docsearch:language" content="en"/>
8282
<meta name="docbuild:last-update" content="14 June 2024"/>
@@ -385,6 +385,7 @@
385385
</details></li>
386386
<li class="toctree-l1 current active has-children"><a class="reference internal" href="index.html">Convective Calculations</a><details open="open"><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul class="current">
387387
<li class="toctree-l2"><a class="reference internal" href="MUCAPE.html">Most-Unstable Convective Available Potential Energy (MUCAPE)</a></li>
388+
<li class="toctree-l2"><a class="reference internal" href="TCPW.html">Total Column Precipitable Water (TCPW)</a></li>
388389
<li class="toctree-l2 current active"><a class="current reference internal" href="#">Miller Composite Chart</a></li>
389390
</ul>
390391
</details></li>
@@ -583,9 +584,9 @@ <h1>Miller Composite Chart<a class="headerlink" href="#miller-composite-chart" t
583584
</div>
584585
</div>
585586
<div class="cell_output docutils container">
586-
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2529/1703524492.py:2: UserWarning: Vertical dimension number not found. Defaulting to (..., Z, Y, X) order.
587+
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2456/1703524492.py:2: UserWarning: Vertical dimension number not found. Defaulting to (..., Z, Y, X) order.
587588
vort_adv_500 = mpcalc.advection(avor_500, u_500, v_500,) * 1e9
588-
/tmp/ipykernel_2529/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().
589+
/tmp/ipykernel_2456/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().
589590
vort_adv_500 = mpcalc.advection(avor_500, u_500, v_500,) * 1e9
590591
</pre></div>
591592
</div>
@@ -792,7 +793,7 @@ <h1>Miller Composite Chart<a class="headerlink" href="#miller-composite-chart" t
792793
<i class="fa-solid fa-angle-left"></i>
793794
<div class="prev-next-info">
794795
<p class="prev-next-subtitle">previous</p>
795-
<p class="prev-next-title">&lt;no title&gt;</p>
796+
<p class="prev-next-title">Total Column Precipitable Water (TCPW)</p>
796797
</div>
797798
</a>
798799
<a class="right-next"

_preview/13/notebooks/declarative/Declarative_300hPa.html

+1
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@
389389
</details></li>
390390
<li class="toctree-l1 has-children"><a class="reference internal" href="../convective/index.html">Convective Calculations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
391391
<li class="toctree-l2"><a class="reference internal" href="../convective/MUCAPE.html">Most-Unstable Convective Available Potential Energy (MUCAPE)</a></li>
392+
<li class="toctree-l2"><a class="reference internal" href="../convective/TCPW.html">Total Column Precipitable Water (TCPW)</a></li>
392393
<li class="toctree-l2"><a class="reference internal" href="../convective/miller_composite.html">Miller Composite Chart</a></li>
393394
</ul>
394395
</details></li>

_preview/13/notebooks/declarative/declarative_500_hPa.html

+1
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@
388388
</details></li>
389389
<li class="toctree-l1 has-children"><a class="reference internal" href="../convective/index.html">Convective Calculations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
390390
<li class="toctree-l2"><a class="reference internal" href="../convective/MUCAPE.html">Most-Unstable Convective Available Potential Energy (MUCAPE)</a></li>
391+
<li class="toctree-l2"><a class="reference internal" href="../convective/TCPW.html">Total Column Precipitable Water (TCPW)</a></li>
391392
<li class="toctree-l2"><a class="reference internal" href="../convective/miller_composite.html">Miller Composite Chart</a></li>
392393
</ul>
393394
</details></li>

_preview/13/notebooks/declarative/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
</details></li>
386386
<li class="toctree-l1 has-children"><a class="reference internal" href="../convective/index.html">Convective Calculations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
387387
<li class="toctree-l2"><a class="reference internal" href="../convective/MUCAPE.html">Most-Unstable Convective Available Potential Energy (MUCAPE)</a></li>
388+
<li class="toctree-l2"><a class="reference internal" href="../convective/TCPW.html">Total Column Precipitable Water (TCPW)</a></li>
388389
<li class="toctree-l2"><a class="reference internal" href="../convective/miller_composite.html">Miller Composite Chart</a></li>
389390
</ul>
390391
</details></li>

_preview/13/notebooks/skewt/Advanced_Sounding.html

+1
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@
389389
</details></li>
390390
<li class="toctree-l1 has-children"><a class="reference internal" href="../convective/index.html">Convective Calculations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
391391
<li class="toctree-l2"><a class="reference internal" href="../convective/MUCAPE.html">Most-Unstable Convective Available Potential Energy (MUCAPE)</a></li>
392+
<li class="toctree-l2"><a class="reference internal" href="../convective/TCPW.html">Total Column Precipitable Water (TCPW)</a></li>
392393
<li class="toctree-l2"><a class="reference internal" href="../convective/miller_composite.html">Miller Composite Chart</a></li>
393394
</ul>
394395
</details></li>

_preview/13/notebooks/skewt/Foundational_Sounding.html

+1
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@
391391
</details></li>
392392
<li class="toctree-l1 has-children"><a class="reference internal" href="../convective/index.html">Convective Calculations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
393393
<li class="toctree-l2"><a class="reference internal" href="../convective/MUCAPE.html">Most-Unstable Convective Available Potential Energy (MUCAPE)</a></li>
394+
<li class="toctree-l2"><a class="reference internal" href="../convective/TCPW.html">Total Column Precipitable Water (TCPW)</a></li>
394395
<li class="toctree-l2"><a class="reference internal" href="../convective/miller_composite.html">Miller Composite Chart</a></li>
395396
</ul>
396397
</details></li>

_preview/13/notebooks/skewt/Skew-T_Analysis.html

+1
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@
389389
</details></li>
390390
<li class="toctree-l1 has-children"><a class="reference internal" href="../convective/index.html">Convective Calculations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
391391
<li class="toctree-l2"><a class="reference internal" href="../convective/MUCAPE.html">Most-Unstable Convective Available Potential Energy (MUCAPE)</a></li>
392+
<li class="toctree-l2"><a class="reference internal" href="../convective/TCPW.html">Total Column Precipitable Water (TCPW)</a></li>
392393
<li class="toctree-l2"><a class="reference internal" href="../convective/miller_composite.html">Miller Composite Chart</a></li>
393394
</ul>
394395
</details></li>

_preview/13/notebooks/skewt/Skew-T_Hodograph_Inset.html

+1
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@
389389
</details></li>
390390
<li class="toctree-l1 has-children"><a class="reference internal" href="../convective/index.html">Convective Calculations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
391391
<li class="toctree-l2"><a class="reference internal" href="../convective/MUCAPE.html">Most-Unstable Convective Available Potential Energy (MUCAPE)</a></li>
392+
<li class="toctree-l2"><a class="reference internal" href="../convective/TCPW.html">Total Column Precipitable Water (TCPW)</a></li>
392393
<li class="toctree-l2"><a class="reference internal" href="../convective/miller_composite.html">Miller Composite Chart</a></li>
393394
</ul>
394395
</details></li>

_preview/13/notebooks/skewt/Skew-T_Layout_Hodograph.html

+1
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@
389389
</details></li>
390390
<li class="toctree-l1 has-children"><a class="reference internal" href="../convective/index.html">Convective Calculations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
391391
<li class="toctree-l2"><a class="reference internal" href="../convective/MUCAPE.html">Most-Unstable Convective Available Potential Energy (MUCAPE)</a></li>
392+
<li class="toctree-l2"><a class="reference internal" href="../convective/TCPW.html">Total Column Precipitable Water (TCPW)</a></li>
392393
<li class="toctree-l2"><a class="reference internal" href="../convective/miller_composite.html">Miller Composite Chart</a></li>
393394
</ul>
394395
</details></li>

_preview/13/notebooks/skewt/Sounding_Calculations.html

+1
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@
389389
</details></li>
390390
<li class="toctree-l1 has-children"><a class="reference internal" href="../convective/index.html">Convective Calculations</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
391391
<li class="toctree-l2"><a class="reference internal" href="../convective/MUCAPE.html">Most-Unstable Convective Available Potential Energy (MUCAPE)</a></li>
392+
<li class="toctree-l2"><a class="reference internal" href="../convective/TCPW.html">Total Column Precipitable Water (TCPW)</a></li>
392393
<li class="toctree-l2"><a class="reference internal" href="../convective/miller_composite.html">Miller Composite Chart</a></li>
393394
</ul>
394395
</details></li>

0 commit comments

Comments
 (0)