|
76 | 76 | <link rel="index" title="Index" href="../../genindex.html" />
|
77 | 77 | <link rel="search" title="Search" href="../../search.html" />
|
78 | 78 | <link rel="next" title="Specialty Plotting" href="../specialty/index.html" />
|
79 |
| - <link rel="prev" title="<no title>" href="TCPW.html" /> |
| 79 | + <link rel="prev" title="Total Column Precipitable Water (TCPW)" href="TCPW.html" /> |
80 | 80 | <meta name="viewport" content="width=device-width, initial-scale=1"/>
|
81 | 81 | <meta name="docsearch:language" content="en"/>
|
82 | 82 | <meta name="docbuild:last-update" content="14 June 2024"/>
|
|
385 | 385 | </details></li>
|
386 | 386 | <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">
|
387 | 387 | <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> |
388 | 389 | <li class="toctree-l2 current active"><a class="current reference internal" href="#">Miller Composite Chart</a></li>
|
389 | 390 | </ul>
|
390 | 391 | </details></li>
|
@@ -583,9 +584,9 @@ <h1>Miller Composite Chart<a class="headerlink" href="#miller-composite-chart" t
|
583 | 584 | </div>
|
584 | 585 | </div>
|
585 | 586 | <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. |
587 | 588 | 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(). |
589 | 590 | vort_adv_500 = mpcalc.advection(avor_500, u_500, v_500,) * 1e9
|
590 | 591 | </pre></div>
|
591 | 592 | </div>
|
@@ -792,7 +793,7 @@ <h1>Miller Composite Chart<a class="headerlink" href="#miller-composite-chart" t
|
792 | 793 | <i class="fa-solid fa-angle-left"></i>
|
793 | 794 | <div class="prev-next-info">
|
794 | 795 | <p class="prev-next-subtitle">previous</p>
|
795 |
| - <p class="prev-next-title"><no title></p> |
| 796 | + <p class="prev-next-title">Total Column Precipitable Water (TCPW)</p> |
796 | 797 | </div>
|
797 | 798 | </a>
|
798 | 799 | <a class="right-next"
|
|
0 commit comments