Skip to content

Commit 93cecf1

Browse files
committed
deploy: 948593f
1 parent b83ea17 commit 93cecf1

16 files changed

+143
-30
lines changed
Loading
Loading
Loading

_preview/11/notebooks/Sounding_LCL_Dataset.html

+3-3
Large diffs are not rendered by default.

_preview/11/notebooks/gallery/250hPa_Hemispheric_Plot.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ <h1>A 250-hPa Hemispheric Map using Python<a class="headerlink" href="#a-250-hpa
568568
</div>
569569
</div>
570570
<div class="cell_output docutils container">
571-
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2595/1982158916.py:30: MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap(obj)`` instead.
571+
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2588/1982158916.py:30: MatplotlibDeprecationWarning: The get_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later. Use ``matplotlib.colormaps[name]`` or ``matplotlib.colormaps.get_cmap(obj)`` instead.
572572
cmap = plt.cm.get_cmap(&#39;BuPu&#39;)
573573
</pre></div>
574574
</div>
@@ -580,7 +580,7 @@ <h1>A 250-hPa Hemispheric Map using Python<a class="headerlink" href="#a-250-hpa
580580
warnings.warn(f&#39;Downloading: {url}&#39;, DownloadWarning)
581581
</pre></div>
582582
</div>
583-
<img alt="../../_images/5cdbb74bcc8d28df3b5cbe2bf92c0d603149284ba689d7d5a156cb5cef87cc62.png" src="../../_images/5cdbb74bcc8d28df3b5cbe2bf92c0d603149284ba689d7d5a156cb5cef87cc62.png" />
583+
<img alt="../../_images/15bf880309c163bfff3eca96a9010483e22e5d57a089bb6c8e88cd0f845fab9c.png" src="../../_images/15bf880309c163bfff3eca96a9010483e22e5d57a089bb6c8e88cd0f845fab9c.png" />
584584
</div>
585585
</div>
586586
</section>

_preview/11/notebooks/gallery/500hPa_Vorticity_Advection.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ <h2>Begin Data Calculations<a class="headerlink" href="#begin-data-calculations"
570570
</div>
571571
</div>
572572
<div class="cell_output docutils container">
573-
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2651/3729036084.py:5: UserWarning: Vertical dimension number not found. Defaulting to (..., Z, Y, X) order.
573+
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2645/3729036084.py:5: UserWarning: Vertical dimension number not found. Defaulting to (..., Z, Y, X) order.
574574
vort_adv = mpcalc.advection(avor, uwnd_500er, vwnd_500er) * 1e4
575575
</pre></div>
576576
</div>
@@ -637,7 +637,7 @@ <h2>Map Creation<a class="headerlink" href="#map-creation" title="Link to this h
637637
</div>
638638
</div>
639639
<div class="cell_output docutils container">
640-
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.quiver.Barbs at 0x7f8481bb5450&gt;
640+
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;matplotlib.quiver.Barbs at 0x7f7b847f8d30&gt;
641641
</pre></div>
642642
</div>
643643
<img alt="../../_images/b53d0ec6077dcd0cef13e5c86c2fe66c173a67bd7f3409cd077b0881dd62644d.png" src="../../_images/b53d0ec6077dcd0cef13e5c86c2fe66c173a67bd7f3409cd077b0881dd62644d.png" />

_preview/11/notebooks/gallery/850hPa_Temperature_Advection.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ <h2>Begin data calculations<a class="headerlink" href="#begin-data-calculations"
525525
</div>
526526
</div>
527527
<div class="cell_output docutils container">
528-
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2811/72829660.py:2: UserWarning: Vertical dimension number not found. Defaulting to (..., Z, Y, X) order.
528+
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2747/72829660.py:2: UserWarning: Vertical dimension number not found. Defaulting to (..., Z, Y, X) order.
529529
adv = mpcalc.advection(temp_850, u_wind_850, v_wind_850)
530530
</pre></div>
531531
</div>

_preview/11/notebooks/gallery/Differential_Temperature_Advection.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,9 @@ <h2>Differential Temperature Advection Calculation<a class="headerlink" href="#d
520520
</div>
521521
</div>
522522
<div class="cell_output docutils container">
523-
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2922/3635212219.py:2: UserWarning: Vertical dimension number not found. Defaulting to (..., Z, Y, X) order.
523+
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2858/3635212219.py:2: UserWarning: Vertical dimension number not found. Defaulting to (..., Z, Y, X) order.
524524
tadv_700 = mpcalc.advection(tmpk_700, uwnd_700, vwnd_700)
525-
/tmp/ipykernel_2922/3635212219.py:3: UserWarning: Vertical dimension number not found. Defaulting to (..., Z, Y, X) order.
525+
/tmp/ipykernel_2858/3635212219.py:3: UserWarning: Vertical dimension number not found. Defaulting to (..., Z, Y, X) order.
526526
tadv_300 = mpcalc.advection(tmpk_300, uwnd_300, vwnd_300)
527527
</pre></div>
528528
</div>

_preview/11/notebooks/gallery/Isentropic_Interpolation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ <h1>Isentropic Analysis<a class="headerlink" href="#isentropic-analysis" title="
533533
</div>
534534
</div>
535535
<div class="cell_output docutils container">
536-
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2979/414936893.py:1: UserWarning: Interpolation point out of data bounds encountered
536+
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2913/414936893.py:1: UserWarning: Interpolation point out of data bounds encountered
537537
isent_anal = mpcalc.isentropic_interpolation(isentlevs,
538538
</pre></div>
539539
</div>

0 commit comments

Comments
 (0)