...
Introduction
The ECMWF operational ensemble forecasts for the western Mediterranean region exhibited high uncertainty while Hurricane Nadine was slowly moving over the eastern North Atlantic in September 2012. Interaction with an Atlantic cut-off low produced a bifurcation in the ensemble and significant spread, influencing both the track of Hurricane Nadine and the synoptic conditions downstream.
The HyMEX (Hydrological cycle in Mediterranean eXperiment) field campaign was also underway and forecast uncertainty was a major issue for planning observations during the first special observations period of the campaign.
This interesting case study examines the forecasts in the context of the interaction between Nadine and the Atlantic cut-off low in the context of ensemble forecasting. It will explore the scientific rationale for using ensemble forecasts, why they are necessary and how they can be interpreted, particularly in a "real world" situation of forecasting for an observational field campaign.
Panel | ||
---|---|---|
| ||
Pantillon, F., Chaboureau, J.-P. and Richard, E. (2015), 'Vortex-vortex interaction between Hurricane Nadine and an Atlantic cutoff dropping the predictability over the Mediterranean, http://onlinelibrary.wiley.com/doi/doi: 10.1002/qj.2635 /abstract. |
In this case study
In the exercises for this interesting case study we will:
- Study the development of Hurricane Nadine and the interaction with the Atlantic cut-off low using the ECMWF analyses.
- Study the performance of the ECMWF high resolution (HRES) deterministic forecast of the time.
- Use the operational ensemble forecast to look at the forecast spread and understand the uncertainty downstream of the interaction.
- Compare a reforecast using the March 2016 ECMWF operational ensemble with the 2012 ensemble forecasts.
- Use manual clustering to characterize the behaviour of the ensembles and compare the results with clustering based on principal component analysis (PCA; see Pantillon et al.).
- Study the performance of the ECMWF ensemble forecasts trough RMSE curves.
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. |
...
The exercises described below are part of a complete training given at the Météo-France in 20183-day training. The Metview macros with the accompanying data are collected into a downloadable tarfile for use with Metview. It is also available as part of the OpenIFS/Metview virtual machine, which can be run on different operating systems. For more details of the OpenIFS virtual machine and how to get the workshop files, please contact: openifs-support@ecmwf.int. For the Please follow this link to see the original tutorial of the original training please visit the page of the ENM/OpenIFS workshop 2018.
...
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.
...
Please follow this link to see more details on changes to the ECMWF IFS forecast system (http://www.ecmwf.int/en/forecasts/documentation-and-support/changes-ecmwf-model)
Virtual machine
If using the OpenIFS/Metview virtual machine with these exercises the recommended memory is at least 6GB, the minimum is 4GB. If using 4GB, do not use more than 2 parameters per plot.
These exercises use a relatively large domain with high resolution data. Some of the plotting options can therefore require significant amounts of memory. If the virtual machine freezes when running Metview, please try increasing the memory assigned to the VM.
Starting up Metview
To begin:Please enter the folder 'openifs_training
' to begin working.
Code Block | ||
---|---|---|
| ||
metview & | ||
Please enter the folder ' |
Note |
---|
If the plotting produces thick contour lines and large labels, ensure that the environment variable |
...
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 |
...