Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePlot mslp and z500

With the edit window open, find the line that defines 'plot1':

Code Block
languagebash
#Define plot list (min 1- max 4)
plot1=["mslp"]                      # use square brackets when overlaying multiple fields per plot

Change this line to:

Code Block
plot1=["z500.s","mslp"]

The suffix '.s' means plot the 500hPa geopotential as a shaded plot instead of using contours (this style is not available for all fields)

As above, click the play button and then animate the map that appears.

Panel
titleUnderstand synoptic conditions

Compare an animation of the z500 and mslp fields with Figure 1. from Pantillon et al.

 Questions: TO DO

 Task 3: Changing geographical area

...