Displaying Ensemble Grids

Displaying Ensemble Grids

What types of Ensemble data are there?

  • control (initial analysis and/or forecast)
  • member (perturbations of the control run)
  • average (computed from members)
  • spread (computed from members)
  • probabilistic (computed from members)

Special ensemble functions

GEMPAK provides a special set of functions, all of which are named beginning with ENS_, to do specific calculations over multiple members of an ensemble. The constitution of the ensemble is specified as a GDFILE entry by listing file names and aliases, separated by commas and enclosed in curly brackets {}. For specific functions available see the GPARM online documentation.

Example

The GFS model provides deterministic output at the 72 hour forecast time for 6 hour accumulated precipitation (P06M) and boundary layer CAPE as shown in GDPLOT2 using:

GDFILE   = gfs004
GDATTIM  = f072
GLEVEL   = 0 ! 180:0
GVCORD   = none ! pvbl
SCALE    = 0
GDPFUN   = p06m ! cape
TYPE     = f ! c
CONTUR   = 3/3
CINT     = 300
LINE     = 2/1/2
FINT     = .25;2.5;6.35;12.7;19.05;25.4;31.75;38.1;44.45;50.8;63.5;76.2;101.6;127;152.4;177.8 
FLINE    = 0;21-30;14-20;5 
GAREA    = us
PROJ     = STR/90;-100;0  

The figure above shows several large areas of precipitation with low CAPE values. We also see several areas with large cape values and little precipitation.

By utilizing the ensemble members, we can quantify the probability of precipitation exceeding .25mm (red contour lines), and CAPE values exceeding 500 J Kg^-2 (yellow shading) using 20 members of the global ensemble forecast system (gefs) in GDPLOT2 using:

GDFILE   = {gefs}
GDATTIM  = f072
GLEVEL   = 0 ! 180:0
GVCORD   = none ! pvbl
SCALE    = 0
GDPFUN   = ens_prob(gt(p06m,.25)) ! ens_prob(gt(cape,500))
TYPE     = c ! f
CONTUR   = 3/3
CINT     = 0.2
LINE     = 2/1/2
FINT     =  ! .5;1.2
FLINE    =  ! 0;5/7 

Observing the plot above, we can visually detect several regions where precipitation probability and CAPE values might suggest likely areas of thunderstorm activity where the two contour regions intersect. We can quantify the combined probability by using the logical operator AND() to compute the combined probability of both conditions as shown below:

GDFILE   = {gefs}
GDATTIM  = f072
GLEVEL   = 0
GVCORD   = none
SCALE    = 0
GDPFUN   = ens_prob(and(gt(p06m,.25),gt(cape@180:0%pvbl,500)))
TYPE     = f
CONTUR   = 3/3
CINT     = 
LINE     = 
FINT     = .1/.1
FLINE    = 0;23-13/7

Comments:

Post a Comment:
Comments are closed for this entry.
Unidata Developer's Blog
A weblog about software development by Unidata developers*
Unidata Developer's Blog
A weblog about software development by Unidata developers*

Welcome

FAQs

News@Unidata blog

Take a poll!

What if we had an ongoing user poll in here?

Browse By Topic
Browse by Topic
« March 2024
SunMonTueWedThuFriSat
     
1
2
3
5
6
7
8
9
10
11
12
13
14
15
16
17
19
20
21
22
23
24
25
26
27
28
29
30
31
      
Today