...
Panel |
---|
|
Change the value of "plot1 " again to animate the PV at 320K. Code Block |
---|
plot1=["pv320K"] |
You might add the mslp or z500 fields to this plot e.g. Code Block |
---|
plot1=["z500.s","pv320K","mslp"] |
Note that the fields are plotted in the order specified in the list! |
Expand |
---|
title | Changinf Additional task: Changing the map geographical area |
---|
|
Right-click on an_1x1.mv icon and select 'Edit'. In the edit window that appears Panel |
---|
bgColor | white |
---|
titleBGColor | lightlightgrey |
---|
title | Two map types are available covering a different area |
---|
|
Code Block |
---|
language | bash |
---|
title | Changing geographical area |
---|
| #Map type: 0=Atl-an, 1: Atl-fc, 2: France
mapType=0 |
With mapType=0 , the map covers a large area centred on the Atlantic suitable for plotting the analyses and track of the storm (this area is only available for the analyses). With mapType=1 , the map also covers the Atlantic but a smaller area than for the analyses. This is because the forecast data in the following exercises does not cover as large a geographical area as the analyses. With mapType=2 , the map covers a much smaller region centred over France. |
Change, mapType=0 to mapType=1 then click the play button at the top of the window. Repeat using mapType=2 to see the smaller region over France. These different regions will be used in the following exercises. Animate the storm on this smaller geographical map. |
...
Expand |
---|
title | Additional task: Wind fields, sea surface temperature (SST) |
---|
|
The an_2x2.mv icon plots up to 4 separate figures on a single frame. Right-click on the an_ |
...
...
...
Panel |
---|
bgColor | white |
---|
titleBGColor | lightlightgrey |
---|
title | Two map types are available covering a different area |
---|
|
select the 'Edit' menu item. |
In the edit window that appears
Code Block |
---|
language | bash |
---|
title | Changing geographical area |
---|
| #Map type: 0=Atl-an, 1: Atl-fc, 2: France
mapType=0 |
With mapType=0 , the map covers a large area centred on the Atlantic suitable for plotting the analyses and track of the storm (this area is only available for the analyses). With mapType=1 , the map also covers the Atlantic but a smaller area than for the analyses. This is because the forecast data in the following exercises does not cover as large a geographical area as the analyses. With mapType=2 , the map covers a much smaller region centred over France. |
Change, mapType=0
to mapType=1
then click the play button Image Removed at the top of the window.
Repeat using mapType=2
to see the smaller region over France.
These different regions will be used in the following exercises.
...
| #Define plot list (min 1- max 4)
plot1=["mslp"]
plot2=["wind10"]
plot3=["speed500","z500"]
plot4=["sst"] |
Click the play button Image Added at the top of the window to run this macro with the existing plots as shown above. Each plot can be a single field or overlays of different fields. Wind parameters can be shown either as arrows or as wind flags ('barbs') by adding '.flag' to the end of variable name e.g. "wind10.flag". Info |
---|
Animating. If only one field on the 2x2 plot animates, make sure the menu item 'Animation -> Animate all scenes' is selected. Plotting may be slow depending on the computer used. This reads a lot of data files. |
Panel |
---|
| Q. What do you notice about the SST field? |
|
Task 4: Wind fields, sea-surface temperature (SST)
...