Skip to content

Commit

Permalink
Deploy dev to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dcamron committed Oct 25, 2023
1 parent 1362e6f commit a692119
Show file tree
Hide file tree
Showing 396 changed files with 1,121 additions and 1,124 deletions.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file modified dev/_downloads/bc82bea3a5dd7bdba60b65220891d9e5/examples_python.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -256,70 +256,69 @@
# First lets plot some thermodynamic parameters
plt.figtext(0.58, 0.37, 'SBCAPE: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.37, f'{int(sbcape.m)} J/kg', weight='bold',
plt.figtext(0.71, 0.37, f'{sbcape:.0f~P}', weight='bold',
fontsize=15, color='orangered', ha='right')
plt.figtext(0.58, 0.34, 'SBCIN: ', weight='bold',
fontsize=15, color='black', ha='left')
plt.figtext(0.71, 0.34, f'{int(sbcin.m)} J/kg', weight='bold',
plt.figtext(0.71, 0.34, f'{sbcin:.0f~P}', weight='bold',
fontsize=15, color='lightblue', ha='right')
plt.figtext(0.58, 0.29, 'MLCAPE: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.29, f'{int(mlcape.m)} J/kg', weight='bold',
plt.figtext(0.71, 0.29, f'{mlcape:.0f~P}', weight='bold',
fontsize=15, color='orangered', ha='right')
plt.figtext(0.58, 0.26, 'MLCIN: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.26, f'{int(mlcin.m)} J/kg', weight='bold',
plt.figtext(0.71, 0.26, f'{mlcin:.0f~P}', weight='bold',
fontsize=15, color='lightblue', ha='right')
plt.figtext(0.58, 0.21, 'MUCAPE: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.21, f'{int(mucape.m)} J/kg', weight='bold',
plt.figtext(0.71, 0.21, f'{mucape:.0f~P}', weight='bold',
fontsize=15, color='orangered', ha='right')
plt.figtext(0.58, 0.18, 'MUCIN: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.18, f'{int(mucin.m)} J/kg', weight='bold',
plt.figtext(0.71, 0.18, f'{mucin:.0f~P}', weight='bold',
fontsize=15, color='lightblue', ha='right')
plt.figtext(0.58, 0.13, 'TT-INDEX: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.13, f'{int(total_totals.m)} Δ°C', weight='bold',
plt.figtext(0.71, 0.13, f'{total_totals:.0f~P}', weight='bold',
fontsize=15, color='orangered', ha='right')
plt.figtext(0.58, 0.10, 'K-INDEX: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.10, f'{int(kindex.m)} °C', weight='bold',
plt.figtext(0.71, 0.10, f'{kindex:.0f~P}', weight='bold',
fontsize=15, color='orangered', ha='right')

# now some kinematic parameters
met_per_sec = (units.m * units.m) / (units.sec * units.sec)
plt.figtext(0.73, 0.37, '0-1km SRH: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.37, f'{int(total_helicity1.m)* met_per_sec:~P}',
plt.figtext(0.88, 0.37, f'{total_helicity1:.0f~P}',
weight='bold', fontsize=15, color='navy', ha='right')
plt.figtext(0.73, 0.34, '0-1km SHEAR: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.34, f'{int(bshear1.m)} kts', weight='bold',
plt.figtext(0.88, 0.34, f'{bshear1:.0f~P}', weight='bold',
fontsize=15, color='blue', ha='right')
plt.figtext(0.73, 0.29, '0-3km SRH: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.29, f'{int(total_helicity3.m)* met_per_sec:~P}',
plt.figtext(0.88, 0.29, f'{total_helicity3:.0f~P}',
weight='bold', fontsize=15, color='navy', ha='right')
plt.figtext(0.73, 0.26, '0-3km SHEAR: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.26, f'{int(bshear3.m)} kts', weight='bold',
plt.figtext(0.88, 0.26, f'{bshear3:.0f~P}', weight='bold',
fontsize=15, color='blue', ha='right')
plt.figtext(0.73, 0.21, '0-6km SRH: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.21, f'{int(total_helicity6.m)* met_per_sec:~P}',
plt.figtext(0.88, 0.21, f'{total_helicity6:.0f~P}',
weight='bold', fontsize=15, color='navy', ha='right')
plt.figtext(0.73, 0.18, '0-6km SHEAR: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.18, f'{int(bshear6.m)} kts', weight='bold',
plt.figtext(0.88, 0.18, f'{bshear6:.0f~P}', weight='bold',
fontsize=15, color='blue', ha='right')
plt.figtext(0.73, 0.13, 'SIG TORNADO: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.13, f'{int(sig_tor[0].m)}', weight='bold', fontsize=15,
plt.figtext(0.88, 0.13, f'{sig_tor[0]:.0f~P}', weight='bold', fontsize=15,
color='orangered', ha='right')
plt.figtext(0.73, 0.10, 'SUPERCELL COMP: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.10, f'{int(super_comp[0].m)}', weight='bold', fontsize=15,
plt.figtext(0.88, 0.10, f'{super_comp[0]:.0f~P}', weight='bold', fontsize=15,
color='orangered', ha='right')

# Add legends to the skew and hodo
Expand Down
Binary file not shown.
Binary file modified dev/_images/sphx_glr_Advanced_Sounding_With_Complex_Layout_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dev/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 19:40:20"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 20:36:06"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/index.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/io/gempak.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 19:40:20"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 20:36:06"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/io/gempak.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/io/gini.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 19:40:20"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 20:36:06"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/io/gini.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/io/nexrad.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 19:40:20"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 20:36:06"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/io/nexrad.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/plots/ctables.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 19:40:20"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 20:36:06"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/plots/ctables.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/plots/declarative.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 19:40:20"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 20:36:06"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/plots/declarative.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/plots/patheffects.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 19:40:20"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 20:36:06"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/plots/patheffects.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/plots/skewt.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 19:40:20"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 20:36:06"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/plots/skewt.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/plots/station_plot.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 19:40:20"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 20:36:06"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/plots/station_plot.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/units.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 19:40:20"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 20:36:06"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/units.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_modules/metpy/xarray.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 19:40:20"/>
<meta name="docbuild:last-update" content="Oct 25, 2023 at 20:36:06"/>
<link rel="canonical" href="https://unidata.github.io/MetPy/latest/_modules/metpy/xarray.html" />

</head>
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/Advanced_Sounding.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Create a new figure. The dimensions here give a good aspect ratio.

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.271 seconds)
**Total running time of the script:** (0 minutes 0.285 seconds)


.. _sphx_glr_download_examples_Advanced_Sounding.py:
Expand Down
39 changes: 19 additions & 20 deletions dev/_sources/examples/Advanced_Sounding_With_Complex_Layout.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Create a new figure. The dimensions here give a good aspect ratio
.. code-block:: none
[<matplotlib.lines.Line2D object at 0x7fe220f9d6d0>]
[<matplotlib.lines.Line2D object at 0x7f7750d1c290>]
Expand All @@ -154,7 +154,7 @@ but we could add a few simple tricks to greatly increase the
readability and complexity of our Skew-T/Hodograph layout. Let's
try another Skew-T with a few more advanced features:

.. GENERATED FROM PYTHON SOURCE LINES 80-337
.. GENERATED FROM PYTHON SOURCE LINES 80-336
.. code-block:: default
Expand Down Expand Up @@ -337,70 +337,69 @@ try another Skew-T with a few more advanced features:
# First lets plot some thermodynamic parameters
plt.figtext(0.58, 0.37, 'SBCAPE: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.37, f'{int(sbcape.m)} J/kg', weight='bold',
plt.figtext(0.71, 0.37, f'{sbcape:.0f~P}', weight='bold',
fontsize=15, color='orangered', ha='right')
plt.figtext(0.58, 0.34, 'SBCIN: ', weight='bold',
fontsize=15, color='black', ha='left')
plt.figtext(0.71, 0.34, f'{int(sbcin.m)} J/kg', weight='bold',
plt.figtext(0.71, 0.34, f'{sbcin:.0f~P}', weight='bold',
fontsize=15, color='lightblue', ha='right')
plt.figtext(0.58, 0.29, 'MLCAPE: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.29, f'{int(mlcape.m)} J/kg', weight='bold',
plt.figtext(0.71, 0.29, f'{mlcape:.0f~P}', weight='bold',
fontsize=15, color='orangered', ha='right')
plt.figtext(0.58, 0.26, 'MLCIN: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.26, f'{int(mlcin.m)} J/kg', weight='bold',
plt.figtext(0.71, 0.26, f'{mlcin:.0f~P}', weight='bold',
fontsize=15, color='lightblue', ha='right')
plt.figtext(0.58, 0.21, 'MUCAPE: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.21, f'{int(mucape.m)} J/kg', weight='bold',
plt.figtext(0.71, 0.21, f'{mucape:.0f~P}', weight='bold',
fontsize=15, color='orangered', ha='right')
plt.figtext(0.58, 0.18, 'MUCIN: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.18, f'{int(mucin.m)} J/kg', weight='bold',
plt.figtext(0.71, 0.18, f'{mucin:.0f~P}', weight='bold',
fontsize=15, color='lightblue', ha='right')
plt.figtext(0.58, 0.13, 'TT-INDEX: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.13, f'{int(total_totals.m)} Δ°C', weight='bold',
plt.figtext(0.71, 0.13, f'{total_totals:.0f~P}', weight='bold',
fontsize=15, color='orangered', ha='right')
plt.figtext(0.58, 0.10, 'K-INDEX: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.71, 0.10, f'{int(kindex.m)} °C', weight='bold',
plt.figtext(0.71, 0.10, f'{kindex:.0f~P}', weight='bold',
fontsize=15, color='orangered', ha='right')
# now some kinematic parameters
met_per_sec = (units.m * units.m) / (units.sec * units.sec)
plt.figtext(0.73, 0.37, '0-1km SRH: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.37, f'{int(total_helicity1.m)* met_per_sec:~P}',
plt.figtext(0.88, 0.37, f'{total_helicity1:.0f~P}',
weight='bold', fontsize=15, color='navy', ha='right')
plt.figtext(0.73, 0.34, '0-1km SHEAR: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.34, f'{int(bshear1.m)} kts', weight='bold',
plt.figtext(0.88, 0.34, f'{bshear1:.0f~P}', weight='bold',
fontsize=15, color='blue', ha='right')
plt.figtext(0.73, 0.29, '0-3km SRH: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.29, f'{int(total_helicity3.m)* met_per_sec:~P}',
plt.figtext(0.88, 0.29, f'{total_helicity3:.0f~P}',
weight='bold', fontsize=15, color='navy', ha='right')
plt.figtext(0.73, 0.26, '0-3km SHEAR: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.26, f'{int(bshear3.m)} kts', weight='bold',
plt.figtext(0.88, 0.26, f'{bshear3:.0f~P}', weight='bold',
fontsize=15, color='blue', ha='right')
plt.figtext(0.73, 0.21, '0-6km SRH: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.21, f'{int(total_helicity6.m)* met_per_sec:~P}',
plt.figtext(0.88, 0.21, f'{total_helicity6:.0f~P}',
weight='bold', fontsize=15, color='navy', ha='right')
plt.figtext(0.73, 0.18, '0-6km SHEAR: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.18, f'{int(bshear6.m)} kts', weight='bold',
plt.figtext(0.88, 0.18, f'{bshear6:.0f~P}', weight='bold',
fontsize=15, color='blue', ha='right')
plt.figtext(0.73, 0.13, 'SIG TORNADO: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.13, f'{int(sig_tor[0].m)}', weight='bold', fontsize=15,
plt.figtext(0.88, 0.13, f'{sig_tor[0]:.0f~P}', weight='bold', fontsize=15,
color='orangered', ha='right')
plt.figtext(0.73, 0.10, 'SUPERCELL COMP: ', weight='bold', fontsize=15,
color='black', ha='left')
plt.figtext(0.88, 0.10, f'{int(super_comp[0].m)}', weight='bold', fontsize=15,
plt.figtext(0.88, 0.10, f'{super_comp[0]:.0f~P}', weight='bold', fontsize=15,
color='orangered', ha='right')
# Add legends to the skew and hodo
Expand Down Expand Up @@ -430,7 +429,7 @@ try another Skew-T with a few more advanced features:

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 1.115 seconds)
**Total running time of the script:** (0 minutes 1.146 seconds)


.. _sphx_glr_download_examples_Advanced_Sounding_With_Complex_Layout.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/Four_Panel_Map.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ By reading model output data from a netCDF file, we can create a four panel plot

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 16.282 seconds)
**Total running time of the script:** (0 minutes 18.429 seconds)


.. _sphx_glr_download_examples_Four_Panel_Map.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/XArray_Projections.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ data on a map using CartoPy.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 19.117 seconds)
**Total running time of the script:** (0 minutes 23.346 seconds)


.. _sphx_glr_download_examples_XArray_Projections.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Dataset and plotting using Matplotlib.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.210 seconds)
**Total running time of the script:** (0 minutes 0.214 seconds)


.. _sphx_glr_download_examples_calculations_Absolute_Vorticity.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/calculations/Advection.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ the example xarray Dataset and plotting using Matplotlib.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.187 seconds)
**Total running time of the script:** (0 minutes 0.184 seconds)


.. _sphx_glr_download_examples_calculations_Advection.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/calculations/Bulk_Shear.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Compute the bulk shear for the lowest three km
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.017 seconds)
**Total running time of the script:** (0 minutes 0.016 seconds)


.. _sphx_glr_download_examples_calculations_Bulk_Shear.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ And print the corresponding dewpoint
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.007 seconds)
**Total running time of the script:** (0 minutes 0.006 seconds)


.. _sphx_glr_download_examples_calculations_Dewpoint_and_Mixing_Ratio.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/calculations/Divergence.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Dataset and plotting using Matplotlib.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.191 seconds)
**Total running time of the script:** (0 minutes 0.185 seconds)


.. _sphx_glr_download_examples_calculations_Divergence.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Use the layer defined above and plot the equivalent potential temperature

.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.114 seconds)
**Total running time of the script:** (0 minutes 0.116 seconds)


.. _sphx_glr_download_examples_calculations_Equivalent_Potential_Temperature.py:
Expand Down
2 changes: 1 addition & 1 deletion dev/_sources/examples/calculations/Gradient.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Finally, the deltas can be arrays for unevenly spaced data.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.023 seconds)
**Total running time of the script:** (0 minutes 0.022 seconds)


.. _sphx_glr_download_examples_calculations_Gradient.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Calculate the mean pressure weighted temperature over a depth of 500 hPa
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.015 seconds)
**Total running time of the script:** (0 minutes 0.017 seconds)


.. _sphx_glr_download_examples_calculations_Mean_Pressure_Weighted.py:
Expand Down
Loading

0 comments on commit a692119

Please sign in to comment.