Versions Compared

Key

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

...

Panel



this will plot (a) the mean of the ensemble forecast, (b) the ensemble spread, and (c) the HRES deterministic forecast.


this plots a 'spaghetti map' for a given parameter for the ensemble forecasts compared to the reference HRES forecast. Another way of visualizing ensemble spread. 



 this plots a vertical cross-section through the forecasts in the same way as the cross-section plots for the analyses.

Image Modified

 this plots all of the ensemble forecasts for a particular field and lead time. Each forecast is shown in a stamp sized map. Very useful for a quick visual inspection of each ensemble forecast.

Additional plots for further analysis:

Image Modified

this useful macro allows two individual ensemble forecasts to be compared to the control forecast. As well as plotting the forecasts from the members, it also shows a difference map for each.

this will plot the difference between the ensemble control, ensemble mean or an individual ensemble member and the HRES forecast for a given parameter.

Image Modified

this comprehensive macro produces a single map for a given parameter. The map can be either: i/ the ensemble mean, ii/ the ensemble spread, iii/ the control forecast, iv/ a specific perturbed forecast, v/ map of the ensemble probability subject to a threshold, vi/ ensemble percentile map for a given percentile value. For example, it is possible to plot of a map showing the probability that MSLP would be below 995hPa.

Image Modified

this macro can be used to plot the difference for two ensemble members against the HRES forecasts. As ensemble perturbations are applied in +/- pairs, using this macro it's possible to see the nonlinear development of the members and their difference to the HRES forecast.


...

borderColorred
borderStylesolid
titleNotes from Frederic 22/5/2018

...

If the dot is not in the right location, change it and replot.

Probabilities

Using the plotted probability map for 10mm precipitation threshold, use the cursor data icon to read the probability at the chosen location for +96 hours. Make a note of this value.

Edit prob_tp_compare.mv, and change the threshold value to 20mm:

Code Block
prob=20

Replot the map and make a note of the probability at your chosen location.

Finally change the threshold probability to 30mm and replot:

Code Block
prob=30

At your chosen location, using the cursor data icon, make a note of the probability for the 30mm threshold values.

You should now have the probability values that total precipitation will exceed 10mm, 20mm and 30mm, for both the 2012 and 2016 ensembles, for forecast time +96 hours.

Task 2: Plot the CDF


This exercise uses the cdf.mv icon.

...

Code Block
titlePlot a CDF for Toulouse from of the 2012 operational ensembleensemble for your chosen location
param="tp"
station=[44.0,4.0]    # !use your own values!
expID="ens_oper"

...

Do the same for the 2016 operational ensemble reforecast:

Code Block
expID="ens_2016"

...

expID="ens_2016"

Compare the CDF from the different forecast ensembles.

Panel
borderColorred

Q. What can you say about the spread?

Q. Why does the CDF not look like Figure 2 above?

Compare with probability map values

Using the CDF graph for the 2012 ensemble, read the probability that total precipitation will exceed 10mm. For example, see what percentile value, p,  is indicated on the y-axis for x=10mm. The probability that total precipitation exceeds this value is then 100-p.

The value read from the CDF graph in this way should agree with the value you obtained by reading the probability value from the map in Task 1.

Check your probabilities for 20mm and 30mm total precipitation.

Panel
borderColorred
borderStyle

Q. What can you say about the spread?

Q. Why does the CDF not look like Figure 2 above?

Compare with probability map values

Using the CDF graph for the 2012 ensemble, read the probability that total precipitation will exceed 10mm. For example, see what percentile value, p,  is indicated on the y-axis for x=10mm. The probability that total precipitation exceeds this value is then 100-p.

The value read from the CDF graph in this way should agree with the value you obtained by reading the probability value from the map in Task 1.

Check your probabilities for 20mm and 30mm total precipitation.

Panel
borderColorred
borderStylesolid

Q. Do your probabilities read from the 2012 and 2016 maps of total precipitation in Task 1, agree with values from the CDF curves?

Panel
borderColorred

Q. Using these two macros, compare the 2012 and 2016 forecast ensemble. Which was the better forecast for HyMEX flight planning?

Task 3. Plot percentiles of total precipitation

To further compare the 2012 and 2016 ensemble forecasts, plots showing the percentile amount and probabilities above a threshold can be made for total precipitation.

Use these icons:

Image Removed

Both these macros will use the 6-hourly total precipitation for forecast steps at 90, 96 and 102 hours, plotted over France.

Edit the percentile_tp_compare.mv icon.

Set the percentile for the total precipitation to 75%:

Code Block
languagebash
#The percentile of ENS precipitation forecast
perc=75

...

solid

Q. Do your probabilities read from the 2012 and 2016 maps of total precipitation in Task 1, agree with values from the CDF curves?

The values may not match exactly as the number of samples (ensembles forecasts in this case) is limited.

Task 3. Plot percentiles of total precipitation

To further compare the 2012 and 2016 ensemble forecasts, plots showing the percentile amount above a threshold can be made for total precipitation.

These can also be compared to the CDF curves from Task 2.

Image Added

As before, this will use the 6-hourly total precipitation for forecast steps at 90, 96 and 102 hours, plotted over France.

Edit the percentile_tp_compare.mv icon.

Set the percentile for the total precipitation to 70% and specify the location as in Task  1 & 2:

Code Block
languagebash
#The percentile of ENS precipitation forecast
perc=70

location=[44.0,4.1]   # [ lat, lon ] -- use your own values!

Plot the map. It is very similar to the probability map but now shows precipitation values (in mm) for the specified percentile.

From the CDF graph, read the percentile value of 70% on the y-axis and find the total precipitation value indicated on the x-axis.

Use the cursor data icon on the map, as before, and confirm the CDF value agrees with the value at the location on the map (shown by the purple dot).

Repeat this by setting the percentile to 80% and 95%

Panel
borderColorred
borderStylesolid

Q. From the CDF and probabilities maps, which ensemble forecast shows increased probability of precipitation higher than 10mm?
Q. Which ensemble shows the highest predicted precipitation amounts?
Q. Are the spatial patterns of precipitation different between the two ensembles?
Q. Which ensemble do you think is more reliable for deciding on flight mission route planning for the HyMex field campaign?


Exercise 5: Cluster analysis

...