...
Section | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Note | ||
---|---|---|
| ||
In practise many cases are aggregated in order to evaluate the forecast behaviour of the ensemble. However, it is always useful to complement such assessments with case studies of individual events, like the one in this exercise, to get a more complete picture of IFS performance and identify weaker aspects that need further exploration. |
...
Code Block |
---|
convert -delay 75 -rotate "90<" in.ps out.gif |
Exercise 1. Hurricane
...
Nadine and the cut-off low
ECMWF analyses to the 20th September 2012
In this exercise, the development of Hurricane Nadine and the cut-off
...
flow up to the 20th September 2012 is studied.
Begin by entering the folder labelled 'Analysis':
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| For these tasks, use the metview
| the row labelled '
| '
| |||||||||
an_1x1.mv : this plots horizontal maps of parameters from the ECMWF analyses overlaid on one plot. an_2x2.mv : this plots horizontal maps of parameters from the ECMWF analyses four plots to a page (two by two). an_xs.mv : this plots vertical cross-sections of parameters from the ECMWF analyses. |
Task 1: Mean-sea-level pressure and track
Right-click on the 'an_1x1.mv' icon and select the 'Visualise' menu item (see figure right)
After a pause, this will generate a map showing mean-sea-level pressure (MSLP).
Plot track of Nadine. Drag Drag and drop the mv_track.mv icon onto the map.
This will add the track of Hurricane Nadine. Although the full track of the tropical storm is shown from the 10-09-2012 to 04-10-2016, the ECMWF analyses (for the purpose of this study) only show 15-09-2012 to 25-09-2012.
In the plot window, use the play button in the animation controls to animate the map and follow the development and track of Hurricane Nadine.
...
Warning | ||
---|---|---|
| ||
Please close any unused plot windows if using a virtual machine. This case study uses high resolution data over a relatively large domain. Multiple plot windows can therefore require significant amounts of computer memory which can be a problem for virtual machines with restricted memory. |
Task 2: MSLP and 500hPa geopotential height
This task creates Figure 2. from Pantillon et al.
Right-click the mouse button on the 'an_1x1.mv' icon and select the 'Edit' menu item.
An edit window appears that shows showing the Metview macro code used to generate the plot. During these exercises you can change the top lines of these macros to alter the choice of parameters and plot types.
Code Block | ||||
---|---|---|---|---|
| ||||
#Available# Available parameters: # mslp,t2,wind10,speed10,sst # t,z,pt,eqpt [850,700,500,200] # wind,speed,r[925,850,700,500,200] # w700, vo850, pv320K |
The surface fields (single level) are: MSLP mslp (mean-sea-level-pressure), t2 (2-metre temperature (t2), wind10 (10-metre wind arrows (wind10), speed10 (wind-speed at 10m (: sqrt(u^2+v^2): speed10), sst (sea-surface temperature (sst).
The upper level fields are: t (temperature (t), z (geopotential (z), pt (potential temperature (pt), eqpt (equivalent potential temperature (eqpt), wind arrows (wind arrows), speed (wind-speed (speedas contours), r (relative humidity (r).
These fields have a list of available pressure levels in square brackets.
...
Some extra fields are also provided: w700 (vertical velocity at 700hPa (w700), vo850 (relative vorticity at 850hPa (vo850) and pv320K (potential vorticity at 320K).
Wind fields are normally plotted as coloured arrows. To plot them as wind barbs add the suffix '.flag'. e.g. "wind10.flag" will plot 10m wind as barbs.
Panel | |||||||
---|---|---|---|---|---|---|---|
| |||||||
With the edit window open, find the line that defines 'plot1':
Change this line to:
Thesuffix '.s' means plot the 500hPa geopotential as a shaded plot instead of using contours (this style is not available for all fields). Click the play button and then animate the map that appears. |
Panel | ||||
---|---|---|---|---|
| ||||
Change the value of
You might add the mslp or z500 fields to this plot. You can add multiple lines e.g.
|
Panel | ||||
---|---|---|---|---|
| ||||
Compare the animation of the z500 and mslp fields with Figure 1. from Pantillon et al. Q. When does the cut-off low form (see z500)? |
Task 3: Changing geographical area
Right-click on 'an_1x1.mv' icon and select 'Edit'.
...