Versions Compared

Key

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

...

Additional task:
Panel
borderColorgreen
titleColorgreen
borderStyledashed
titleh3. Additional tasks


Expand
titleAdditional task: Changing the map geographical area

Changing the map geographical area

Right-click on an_1x1.mv icon and select  'Edit'.

In the edit window that appears you can see the map types available covering a different area:

Code Block
languagebash
titleChanging 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
titleAdditional task: Changing the map geographical area
title

Changing the map geographical area

Right-click on an_1x1.mv icon and select  'Edit'.

In the edit window that appears
Panel
bgColorwhite
titleBGColorlightlightgrey
titleTwo map types are available covering a different area
Code Block
languagebash
titleChanging 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.

Animate the storm on this smaller geographical map.

Expand
Wind fields, sea surface temperature (SST)

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_2x2.mv icon and select the 'Edit' menu item.

Code Block
languagebash
titleMultiple plots per page
#Define plot list (min 1- max 4)
plot1=["mslp"]
plot2=["wind10"]
plot3=["speed500","z500"]
plot4=["sst"]

Click the play button Image Modified 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
borderColorred

Q. What do you notice about the SST field?




Exercise 2: Operational ECMWF HRES forecast

...