Versions Compared

Key

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

...

Task 3: Changing geographical area

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

...

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
titleQuestions

Q. What do you notice about the SST field?

...

The plot shows potential vorticity (PV), wind vectors and potential temperature roughly through the centre of the Hurricane and the cut-off low. The red line on the map of MSLP shows the location of the cross-section.

 

Panel
borderColorred
titleQuestions

Q. Look at the PV field, how do the vertical structures of Nadine and the cut-off low differ?

...

Repeat for both geographical regions: mapType=1 (Atlantic) and mapType=2 (France).

Panel
borderColorred
titleQuestions

1Q. What do the RMSE curves show?
2Q. Why are the curves different between the two regions?

...

Use the hres_to_an_diff.mv icon and plot the difference map between the HRES forecast and the analysis for z500 and mslp.

 

Panel
borderColorred
titleQuestions

1Q. What differences can be seen?
2Q. How well did the forecast position the Hurricane and cut-off N.Atlantic low?

...

As for the analyses, the macros hres_1x1.mv, hres_2x2.mv and hres_xs.mv can be used to plot and animate fields or overlays of fields from the HRES forecast.

Panel
borderColorred
titleQuestions

Q. How does the timing and distribution of the precipitation from the forecast compare to the observations shown in the paper by Pantillon?

...

In these tasks, the performance of the ensemble forecast is studied.

Panel
borderColorred
titleOverall questions to consider

Q. How does the ensemble mean MSLP and Z500 fields compare to the HRES forecast and analysis?
Q. Examine the initial diversity in the ensemble and how the ensemble spread and error growth develops.  What do the extreme forecasts look like?
Q. Are there any members that consistently provide a better forecast?
Q. Comparing the two ensembles, ens_oper and ens_2016, which is the better ensemble for this case study?

...

Clustering will be used in later tasks.

Panel
borderColorred
titleQuestions

Q. How do the HRES, ensemble control forecast and ensemble mean compare?
Q. How do the ensemble members behave, do they give better or worse forecasts?

There might be some evidence of clustering in the ensemble plumes.

...

Code Block
languagebash
titleUse all ensemble members in this task:
#ENS members (use ["all"] or a list of members like [1,2,3]
members=["all"]        #[1,2,3,4,5] or ["all"] or ["cl.example.1"]
Panel
borderColorred
titleQuestions

Q. How does the mean of the ensemble forecasts compare to the HRES & analysis?
Q. Does the ensemble spread capture the error in the forecast?
Q. What other comments can you make about the ensemble spread?

Task 3: Spaghetti plots - another way to visualise spread

...

Use the stamp_diff.mv plot to look at the differences between the ensemble members and the analysis. It can be easier to understand the difference in the ensembles by using difference stamp maps.

Panel
borderColorred
titleQuestions

Q. Using the stamp and stamp difference maps, study the ensemble. Identify which ensembles produce "better" forecasts.
Q. Can you see any distinctive patterns in the difference maps?

Compare ensemble members to analysis

...

Further analysis using ensembles

 

Panel
titleUse pf_to_cf_diff.mv to compare two ensemble members to the control forecast

This will show the forecasts from the ensemble members and also their difference with the ensemble control forecast.

To animate the difference in MSLP with ensemble members '30' and '50', set:

Code Block
param="mslp"
pf=[30,50]

...

Panel
titleIdentifying sensitive region for better forecasts

Find ensemble members that appear to produce a better forecast and look to see how the initial development in these members differs.

  • Select 'better' forecasts using the stamp plots and use ens_to_an.mv to modify the list of ensemble plots.
  • Use pf_to_cf_diff and ens_to_an_diff to take the difference between these perturbed ensemble member forecasts from the control and analyses to also look at this.
Panel
borderColorred

Q. Can you tell which area is more sensitive for the forecast?

...

Make sure useClusters='off'.

Panel
borderColorred
titleQuestions

Q. Compare the CDF from the different forecast ensembles; what can you say about the spread?

 Forecasting Forecasting during HyMEX : Work in teams for group discussion

...

In this exercise you will:

  • Construct your own qualitative clusters by choosing members for two clusters
  • Generate clusters using principal component analysis (similar to Pantillon et al).

Task 1: Create own clusters

Clusters can be created manually from lists of the ensemble members.

Refer back to the plots from the previous exercise to choose Choose members for two clusters. The stamp maps are useful for this task.

From the stamp . map of z500 at 24/9/2012 (t+96), identify ensemble members that represent the two most likely forecast scenarios.

It is usual to create clusters from z500 as it represents the large-scale flow and is not a noisy field. However, for this particular case study, the stamp map of 'tp' (total precipitation) over France is also very indicative of the distinct forecast scenarios.

Panel
titleCreate your own clusters

Right-click 'ens_oper_cluster.example.txt' and select Edit. (or make a duplicate)

The file contains two example lines:

Code Block
#1    2  3  4  9 22 33 40
#2    10 11 12  31 49

The first line defines the list of members for 'Cluster 1': in this example, members 2, 3, 4, 9, 22, 33, 40.

The second line defines the list of members for 'Cluster 2': in this example, members 10, 11, 12, 31, 49.Use the z500 stamp map at t+96 to create your two clusters with members that you consider represent the two most likely scenarios.

Change these two lines!.
Put your choice of ensemble member numbers for cluster 1 and 2 (lines 1 and 2 respectively).

You can create multiple cluster definitions by using the 'Duplicate' menu option to make a copy copies of the file for use in the plotting macros..

The filename is important. !
The first part of the name 'ens_oper' refers to the ensemble dataset and must match the name used in the plotting macro. 
The 'example' part of the filename can be changed to your choice and should match the 'clustersId'. So
As an example a filename of: ens_both_cluster.fred.txt would require 'expId=ens_both', 'clustersId=fred' in the macro.

 

Use your own clusters:

RMSE curves

lot With this text file in place, now replot the:

RMSE curves

Stamp maps

...