Click here to launch an interactive online version of this notebook: nbapp badge

Case study of 2018 600dam ridge July 2018

Selected because GFS forecast, Lance email to MAP


Human readable. To reproduce or operate this Jupyter notebook, you need to have installed The IDV, Anaconda, and set up a few necessary things for the DRILSDOWN package, as explained at https://unidata.github.io/drilsdown/quickstart


Sections within this notebook

  1. The story, with Web and journalism links

  2. The meteorology: large-scale 2D flow evolution

  3. The meteorology: analyses of 3D fields

  4. The meteorology: clouds and rain, connection to soundings, etc.


The story, with Web and journalism links:

  • It’s a forecast.

  • And a MAP email topic

  • </ul>
    

The explanation for high heights

is anticyclonic flow, especially on a large scale.

$ Z \approx `:nbsphinx-math:nabla`^{-2} \zeta_{rel} $

But absolute vorticity is more conserved, so we plot that:

$ \zeta{abs} = f+ :nbsphinx-math:`zeta`{rel} $

Simple Gaussian smoothing is used, a poor man’s version of \(\nabla^{-2}\)

[ ]:


The meteorology, with IDV images:

  • Examine the 2D fields and get a good understanding of your case.

  • Illustrate your clear verbal description.

  • </ul>
    
[2]:
%reload_ext ipython_IDV

The 500 mb heights

[5]:
%make_image -capture legend -caption 'The ridge'
../../_images/examples_Weather_Event_Case_Study_Z500_600dam_ridge_2018July_8_0.png

The anticyclone in the Southwest is clear (Z > 600 dam)

[6]:
# Moving image
%make_movie -capture legend -caption 'Absolute vorticity evolution'
../../_images/examples_Weather_Event_Case_Study_Z500_600dam_ridge_2018July_10_0.png

Apparently the blue ink flows northward ahead of the west coast trough. The more-smoothed blue contour helps you see the average despite the convective dipoles that appear in the afternoons.


Top


## The meteorology: analyses of 3D fields

Note: Load the 3D bundle, and use the 3D isosurface to understand the 3D strcture of the vortices you saw at 500 mb.

Tell the story

[2]:
%make_image -capture legend -caption 'At the end, the eddy height (orange blob)'
../../_images/examples_Weather_Event_Case_Study_Z500_600dam_ridge_2018July_16_0.png
[4]:
# Moving image
%make_movie -capture legend -caption 'Evolution of Z* feature'
../../_images/examples_Weather_Event_Case_Study_Z500_600dam_ridge_2018July_18_0.png
[3]:
%make_movie -capture legend -caption 'Evolution of Z* feature'
../../_images/examples_Weather_Event_Case_Study_Z500_600dam_ridge_2018July_20_0.png

Top


Clouds and rain and connection to soundings (thermo):

  • Sounding capture (I had to set the display ID on the sounding window’s Preferences menu item)

[8]:
%make_image -display sounding -caption 'Sounding at blue dot location'
../../_images/examples_Weather_Event_Case_Study_Z500_600dam_ridge_2018July_24_0.png

But I don’t much like skew-T plots, especially for water vapor. (See better sounding plot if you care).

[9]:
# Moving image
%make_movie -display sounding -caption 'Sounding'
../../_images/examples_Weather_Event_Case_Study_Z500_600dam_ridge_2018July_26_0.png

Meaning:

Anticyclonic relative vorticity, largely due to poleward transport of upper-level low absolute vorticity from the subtropics, built a ridge with dry hot weather.

[4]:
# Capture bundle for replicability (although data source is "current"
# so this won't really be replicable -- just the same displays
# for the day you run it. Oh well.
%save_bundle -embed
[11]:
!date
Wed Jun 27 14:55:25 MDT 2018

Top