...
In 2012, at the time of this case study, ECMWF operational forecasts consisted of:
- HRES : spectral T1279 (18km 16km grid) highest resolution 10 day deterministic forecast.
- ENS : spectral T639 (36km 31km grid) resolution ensemble forecast (50 members) is run for days 1-10 of the forecast, T319 (70km) is run for days 11–15.
...
Exercise 2: Operational ECMWF HRES forecast
...
Exercise 1 looked at the synoptic development up to 20-Sept-2012. This exercise looks at the ECMWF HRES forecast from this date and how the IFS model developed the interaction between Hurricane Nadine and the cut-off low.
Enter the folder 'HRES_forecast'
in the openifs_training
folder to begin.
Recap
The ECMWF operational deterministic forecast is called HRES. At the time of this case study, the model ran with a spectral resolution of T1279, equivalent to 18km 16km grid spacing.
Only a single forecast is run at this resolution as the computational resources required are demanding. The ensemble forecasts are run at a lower resolution.
Before looking at the ensemble forecasts, first understand the behaviour of the operational HRES forecast of the time.
Available forecast
Data is provided for a single 10 day forecast starting from 20th September 2012.
Data is provided at the same resolution as the operational model, in order to give the best representation of the Hurricane and cut-off low iterations. This may mean that some plotting will be slow.
Available parameters
A new parameter is total precipitation: tp.
The parameters available in the analyses are also available in the forecast data.
Available plot types
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
Enter the folder 'ENS'
in the openifs_training
folder to begin.
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
|
Group working
If working in groups, each group could follow the tasks below with a different ensemble forecast. e.g. one group uses the 'ens_oper', another group uses 'ens_2016'.
...
If your cluster definition file is called 'ens_oper_cluster.example.txt', then Edit cluster_to_anref.mv
and set:
Code Block | ||
---|---|---|
| ||
#ENS members (use ["all"] or a list of members like [1,2,3] members_1=["cl.example.1"] members_2=["cl.example.2"] |
...
In this part of the task, redo the plots from the previous exercise which looked at ways of plotting ensemble data, but this time with clustering enabled.
Stamp maps: the stamp maps will be reordered such at the ensemble members will be grouped according to their cluster. This will make it easier to see the forecast scenarios according to your clustering. |
Use the clusters of ensemble members you have created in ens_oper_cluster.example.txt
.
...
To save any other images during these exercises for discussion later, you can either use : "Export" button in Metview's display window under the 'File' menu to save to PNG image format
...
(this will also allow animations to be saved into postscript
...
) or use the ksnapshot
command to take a 'snapshot' of the screen and save it to a file.
...
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.
...
Additional plots for further study
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
|
Additional tasks of exercise 4
...
To change the number of clusters created by the EOF analysis, edit eof.mv.
Change:
Code Block |
---|
clusterNum=2 |
...