
FM 92-XII GRIB General Regularly-distributed Information in Binary Form
|
Section Number |
Section Name |
Section Contents |
| 0 | Indicator Section | "GRIB", Discipline, GRIB Edition number, length of message |
| 1 | Identification Section | Length of section, section number, characteristics that apply to all processed data in the GRIB message |
| 2 | Local Use Section | Length of section, section number, additional items for local use by originating centres (optional) |
| 3 | Grid Definition Section | Length of section, section number, geometry of values within the plane described by the two fixed coordinates |
| 4 | Product Definition Section | Length of section, section number, description of the data that follows, including the two fixed coordinates |
| 5 | Data Representation Section | Length of section, section number, description of how the data that follows is represented |
| 6 | Bit-map Section | Length of section, section number, indication of presence or absence of data at each of the grid points, as applicable |
| 7 | Data Section | Length of section, section number, data values |
| 8 | End Section | "7777" |
| e...e | m...m | Value of number |
| 0 | Any | (-1)s (m...m)2-232-126 = (-1)s(m...m)2-149 |
| 1...254 | Any | (-1)s (1.0 + (m...m)2-23)2((e e)-127) |
| 255 | 0 | Positive (s=0) or Negative (s=1) infinity |
| 255 | >0 | NaN (Not a valid Number, result of illegal operation) |
Normally, only biased exponent values from 1 through 254 inclusive are used, except for positive or negative zero which are represented by setting both the biased exponent and the mantissa to 0.
The numbers are stored with the high order octet first. The sign bit will be the first bit of the first octet. The low order bit of the mantissa will be the last (eighth) bit of the fourth octet.
This floating point representation has been chosen because
it is in common use in modern computer hardware. Some computers use this
representation with the order of the octets reversed. They will have to
convert the representation, either by reversing the octets or by computing the
floating point value directly using the above formulae.
[Table of Contents]
92.1.1 The GRIB code shall be used for the exchange and storage of general regularly-distributed information expressed in binary form.
92.1.2 The beginning and the end of the code shall be identified by 4 octets coded according to the International Alphabet No. 5 to represent the indicators "GRIB" and "7777" in Indicator Section 0 and End Section 8, respectively. All other octets included in the code shall represent data in binary form.
92.1.3 Each section included in the code shall always end on an octet boundary. This rule shall be applied by appending bits set to zero to the section where necessary.
92.1.4 All bits set to "1" for any value indicates that value is missing. This rule shall not apply to packed data.
92.1.5 If applicable, negative values shall be indicated by setting the most significant bit to "1".
92.1.6 Latitude, longitude, and angle values shall be in units of 10-6 degree, except for specific cases explicitly stated in some grid definitions.
92.1.7 The latitude values shall be limited to the range 0 to 90 degrees inclusive. Orientation shall be north latitude positive, south latitude negative. Bit 1 is set to 1 to indicate south latitude.
92.1.8 The longitude values shall be limited to the range 0 to 360 degrees inclusive. Orientation shall be east longitude positive, with only positive values being used.
92.1.9 The latitude and longitude of the first grid point and the last grid point shall always be given for regular grids.
92.1.10 Vector components at the North and South Poles shall be coded according to the following conventions.
92.1.10.1 If the resolution and component flags in section 3 (Flag table 3.3) indicate that the vector components are relative to the defined grid, the vector components at the Pole shall be resolved relative to the grid.
92.1.10.2 Otherwise, for projections where there are multiple points at a given pole, the vector components shall be resolved as if measured an infinitesimal distance from the Pole at the longitude corresponding to each grid point. At the North Pole, the West to East (x direction) component at a grid point with longitude L shall be resolved along the meridian 90 degrees East of L, and the South to North (y direction) component shall be resolved along the meridian 180 degrees from L. At the South Pole the West to East component at a grid point with longitude L shall be resolved along the meridian 90 degrees East of L and the South to North component shall be resolved along L.
92.1.10.3 Otherwise, if there is only one Pole point, either on a cylindrical projection with all but one Pole point deleted, or on any projection (such as polar stereographic) where the Pole maps to a unique point, the West to East and South to North components shall be resolved along longitudes 90W and 0 respectively at the North Pole and along longitudes 90W and 180 respectively at the South Pole.
92.1.11 The first and last grid points shall not necessarily correspond to the first and last data points, respectively, if the bit-map is used.
92.2 Section 0 - Indicator Section
92.2.1 Section 0 shall always be 16 octets long.
92.2.2 The first four octets shall always be character coded according to the International Alphabet No. 5 as "GRIB".
92.2.3 The remainder of the section shall contain reserved octets, followed by the Discipline, the GRIB Edition number, and the length of the entire GRIB message (including the Indicator Section).
92.3 Section 1 - Identification Section
92.3.1 The length of the section, in units of octets, shall be expressed over the group of the first four octets, i.e., over the first 32 bits.
92.3.2 The section number shall be expressed in the fifth octet.
92.3.3 Octets beyond 21 are reserved for future use and need not be present.
92.4 Section 2 - Local Use Section
92.4.1 Regulations 92.3.1 and 92.3.2 shall apply.
92.4.2 Section 2 is optional.
92.5 Section 3 - Grid Definition Section
92.5.1 Regulations 92.3.1 and 92.3.2 shall apply.
92.6 Section 4 - Product Definition Section
92.6.1 Regulations 92.3.1 and 92.3.2 shall apply.
92.7 Section 5 - Data Representation Section
92.7.1 Regulations 92.3.1 and 92.3.2 shall apply.
92.8 Section 6 - Bit-map Section
92.8.1 Regulations 92.3.1 and 92.3.2 shall apply.
92.9 Section 7 - Data Section
92.9.1 Regulations 92.3.1 and 92.3.2 shall apply.
92.9.2Data shall be coded using the minimum number of bits necessary to provide the accuracy required by international agreement. This required accuracy/precision shall be achieved by scaling the data by multiplication by an appropriate power of 10 (which may be 0) before forming the non-negative differences, and then using the binary scaling to select the precision of the transmitted value.
92.9.3 The data shall be packed by the method identified in Section 5.
91.8.4 Data shall be coded in the form of non-negative scaled differences from a reference value of the whole field plus, if applicable, a local reference value.
Notes:92.10 Section 8 - End Section
92.10.1 The end section shall always be 4 octets long, character coded according to the International Alphabet No. 5 as "7777". [Table of Contents]
| Octet No. | Contents |
| 1-4 | "GRIB" (coded according to the International Alphabet No. 5.) |
| 5-6 | Reserved |
| 7 | Discipline - GRIB Master Table Number (see Code Table 0.0) |
| 8 | GRIB Edition Number (currently 2) |
| 9-16 | Total length of GRIB message in octets (including Section 0) |
| Octet No. | Contents |
| 1-4 | Length of section in octets (21 or nn) |
| 5 | Number of section ("1") |
| 6-7 | Identification of originating/generating centre (see Common Code Table C-1) |
| 8-9 | Identification of originating/generating sub-centre (allocated by originating/generating Centre) |
| 10 | GRIB Master Tables Version Number (see Code Table 1.0) |
| 11 | GRIB Local Tables Version Number (see Code Table 1.1) |
| 12 | Significance of Reference Time (see Code Table 1.2) |
| 13-14 | Year (4 digits) |
| 15 | Month |
| 16 | Day |
| 17 | Hour |
| 18 | Minute |
| 19 | Second |
| 20 | Production status of processed data in this GRIB message (see Code Table 1.3) |
| 21 | Type of processed data in this GRIB message (see Code Table 1.4) |
| 22 - nn | Reserved: need not be present |
| Octet No. | Contents |
| 1-4 | Length of section in octets (nn) |
| 5 | Number of section ("2") |
| 6-nn | Local use |
| Octet No. | Contents |
| 1-4 | Length of section in octets (nn) |
| 5 | Number of section ("3") |
| 6 | Source of grid definition (see Code Table 3.0 and Note 1) |
| 7-10 | Number of data points |
| 11 | Number of octets for optional list of numbers defining number of points (see Note 2) |
| 12 | Interpretation of list of numbers defining number of points (see Code Table 3.11) |
| 13-14 | Grid Definition Template Number (= N) (see Code Table 3.1) |
| 15-xx | Grid Definition Template (see Template 3.N, where N is the Grid Definition Template Number given in octets 13-14) |
| [xx+1]-nn | Optional list of numbers defining number of points (see Notes 2, 3 and 4) |
| Octet Number(s) | Contents |
| 1-4 | Length of section in octets (nn) |
| 5 | Number of section ("4") |
| 6-7 | Number of coordinates values after Template (see Note 1) |
| 8-9 | Product Definition Template Number (see Code Table 4.0) |
| 10-xx | Product Definition Template (see Template 4.X, where X is the Product Definition Template Number given in octets 8-9) [xx+1]-nn Optional list of coordinates values (see Notes 2 and 3) |
| Octet No. | Contents |
| 1-4 | Length of section in octets (nn) |
| 5 | Number of section ("5") |
| 6-9 | Number of data points where one or more values are specified in Section 7 when a bit map is present, total number of data points when a bit map is absent. |
| 10-11 | Data Representation Template Number (see Code Table 5.0) |
| 12-nn | Data Representation Template (see Template 5.x, where x is the Data Representation Template Number given in octets 10-11) |
SECTION 6 - BIT-MAP SECTION
| Octet No. | Contents |
| 1-4 | Length of section in octets (nn) |
| 5 | Number of section ("6") |
| 6 | Bit-map indicator (see Code Table 6.0 and Note (1)) |
| 7-nn | Bit-map |
SECTION 7 - DATA SECTION
| Octet Number(s) | Contents |
| 1-4 | Length of section in octets (nn) |
| 5 | Number of section ("7") |
| 6-nn | Data in a format described by Data Template 7.x, where x is the Data Representation Template number given in octets 10-11 of Section 5. |
SECTION 8 - END SECTION
| Octet No. | Contents |
| 1-4 | "7777" (coded according to the International Alphabet No. 5.) |
TEMPLATE DEFINITIONS
TEMPLATE DEFINITIONS USED IN SECTION 3
| Octet Number(s) | Contents |
| 15 | Shape of the earth (see Code Table 3.2) |
| 16 | Scale factor of radius of spherical earth |
| 17-20 | Scaled value of radius of spherical earth |
| 21 | Scale factor of major axis of oblate spheroid earth |
| 22-25 | Scaled value of major axis of oblate spheroid earth |
| 26 | Scale factor of minor axis of oblate spheroid earth |
| 27-30 | Scaled value of minor axis of oblate spheroid earth |
| 31-34 | Ni - number of points along a parallel |
| 35-38 | Nj - number of points along a meridian |
| 39-42 | Basic angle of the initial production domain (see Note 1) |
| 43-46 | Subdivisions of basic angle used to define extreme longitudes and latitudes, and direction increments(see Note 1) |
| 47-50 | La1 - latitude of first grid point (see Note 1) |
| 51-54 | Lo1 - longitude of first grid point (see Note 1) |
| 55 | Resolution and component flags (see Flag Table 3.3) |
| 56-59 | La2 - latitude of last grid point (see Note 1) |
| 60-63 | Lo2 - longitude of last grid point (see Note 1) |
| 64-67 | Di - i direction increment (see Note (1)) |
| 68-71 | Dj - j direction increment (see Note (1)) |
| 72 | Scanning mode (flags - see Flag Table 3.4) |
| Octet Number(s) | Contents |
| 15-72 | Same as Grid Definition Template 3.0 (see Note 1) |
| 73-76 | Latitude of the southern pole of projection |
| 77-80 | Longitude of the southern pole of projection |
| 81-84 | Angle of rotation of projection |
| Octet Number(s) | Contents |
| 15-72 | Same as Grid Definition Template 3.0 (see Note 1) |
| 73-76 | Latitude of the pole of stretching |
| 77-80 | Longitude of the pole of stretching |
| 81-84 | Stretching factor |
(1 - C2) + (1 + C2) sin X
X1 = sin-1 -----------------------------
(1 + C2) + (1 - C2) sin X
| Octet Number(s) | Contents |
| 15-72 | Same as Grid Definition Template 3.0 (see Note 1) |
| 73-76 | Latitude of the southern pole of projection |
| 77-80 | Longitude of the southern pole of projection |
| 81-84 | Angle of rotation of projection |
| 85-88 | Latitude of the pole of stretching |
| 89-92 | Longitude of the pole of stretching |
| 93-96 | Stretching factor |
| Octet Number(s) | Contents |
| 15 | Shape of the earth (see Code Table 3.2) |
| 16 | Scale factor of radius of spherical earth |
| 17-20 | Scaled value of radius of spherical earth |
| 21 | Scale factor of major axis of oblate spheroid earth |
| 22-25 | Scaled value of major axis of oblate spheroid earth |
| 26 | Scale factor of minor axis of oblate spheroid earth |
| 27-30 | Scaled value of minor axis of oblate spheroid earth |
| 31-34 | Ni - number of points along a parallel |
| 35-38 | Nj - number of points along a meridian |
| 39-42 | La1 - latitude of first grid point |
| 43-46 | Lo1 - longitude of first grid point |
| 47 | Resolution and component flags (See Flag Table 3.3) |
| 48-51 | LaD - Latitude(s) at which the Mercator projection intersects the Earth (Latitude(s) where Di and Dj are specified) |
| 52-55 | La2 - latitude of last grid point |
| 56-59 | Lo2 - longitude of last grid point |
| 60 | Scanning mode (flags - see Flag Table 3.4) |
| 61-64 | Orientation of the grid, angle between i direction on the map and the equator (see note (1) |
| 65-68 | Di - longitudinal direction grid length (see note (2)) |
| 69-72 | Dj - latitudinal direction grid length (see note (2)) |
| Octet Number(s) | Contents |
| 15 | Shape of the earth (see Code Table 3.2) |
| 16 | Scale factor of radius of spherical earth |
| 17-20 | Scaled value of radius of spherical earth |
| 21 | Scale factor of major axis of oblate spheroid earth |
| 22-25 | Scaled value of major axis of oblate spheroid earth |
| 26 | Scale factor of minor axis of oblate spheroid earth |
| 27-30 | Scaled value of minor axis of oblate spheroid earth |
| 31-34 | Nx - number of points along X-axis |
| 35-38 | Ny - number of points along Y-axis |
| 39-42 | La1 - latitude of first grid point |
| 43-46 | Lo1 - longitude of first grid point |
| 47 | Resolution and component flag (See (See Flag Table 3.5) |
| 65 | Scanning mode (See flag table 3.4) |
| Octet Number(s) | Contents |
| 15 | Shape of the earth (see Code Table 3.2) |
| 16 | Scale factor of radius of spherical earth |
| 17-20 | Scaled value of radius of spherical earth |
| 21 | Scale factor of major axis of oblate spheroid earth |
| 22-25 | Scaled value of major axis of oblate spheroid earth |
| 26 | Scale factor of minor axis of oblate spheroid earth |
| 27-30 | Scaled value of minor axis of oblate spheroid earth |
| 31-34 | Nx - number of points along the X-axis |
| 35-38 | Ny - number of points along the Y-axis |
| 39-42 | La1 - latitude of first grid point |
| 43-46 | Lo1 - longitude of first grid point |
| 47 | Resolution and component flags (See Flag Table 3.3) |
| 48-51 | LaD - Latitude where Dx and Dy are specified |
| 52-55 | LoV - Longitude of meridian parallel to Y-axis along which latitude increases as the Y- coordinate increases |
| 56-59 | Dx - X-direction grid length (see note (1)) |
| 60-63 | Dy - Y-direction grid length (see note (1)) |
| 64 | Projection centre flag (see Flag Table 3.5) |
| 65 | Scanning mode (see Flag Table 3.4) |
| 66-69 | Latin 1 - first latitude from the pole at which the secant cone cuts the sphere |
| 70-73 | Latin 2 - second latitude from the pole at which the secant cone cuts the sphere |
| 74-77 | Latitude of the southern pole of projection |
| 78-81 | Longitude of the southern pole of projection |
| Octet Number(s) | Contents |
| 15 | Shape of the earth (see Code Table 3.2) |
| 16 | Scale factor of radius of spherical earth |
| 17-20 | Scaled value of radius of spherical earth |
| 21 | Scale factor of major axis of oblate spheroid earth |
| 22-25 | Scaled value of major axis of oblate spheroid earth |
| 26 | Scale factor of minor axis of oblate spheroid earth |
| 27-30 | Scaled value of minor axis of oblate spheroid earth |
| 31-34 | Ni - number of points along a parallel |
| 35-38 | Nj - number of points along a meridian |
| 39-42 | Basic angle of the initial production domain (see Note 1) |
| 43-46 | Subdivisions of basic angle used to define extreme longitudes and latitudes, and direction increments (see Note 1) |
| 47-50 | La1 - latitude of first grid point (see Note 1) |
| 51-54 | Lo1 - longitude of first grid point (see Note 1) |
| 55 | Resolution and component flags (see Flag Table 3.3) |
| 56-59 | La2 - latitude of last grid point (see Note 1) |
| 60-63 | Lo2 - longitude of last grid point (see Note 1) |
| 64-67 | Di - i direction increment (see note (1)) |
| 68-71 | N - number of parallels between a pole and the equator (see note (2)) |
| 72 | Scanning mode (flags - see Flag Table 3.4) |
| Octet Number(s) | Contents |
| 15-72 | Same as Grid Definition Template 3.40 (see Note 1) |
| 73-76 | Latitude of the southern pole of projection |
| 77-80 | Longitude of the southern pole of projection |
| 81-84 | Angle of rotation of projection |
| Octet Number(s) | Contents |
| 15-72 | Same as Grid Definition Template 3.40 (see Note 1) |
| 73-76 | Latitude of the pole of stretching |
| 77-80 | Longitude of the pole of stretching |
| 81-84 | Stretching factor |
| Octet Number(s) | Contents |
| 15-72 | Same as Grid Definition Template 3.40 (see Note 1) |
| 73-76 | Latitude of the southern pole of projection |
| 77-80 | Longitude of the southern pole of projection |
| 81-84 | Angle of rotation of projection |
| 85-88 | Latitude of the pole of stretching |
| 89-92 | Longitude of the pole of stretching |
| 93-96 | Stretching factor |
| Octet Number(s) | Contents |
| 15-18 | J - pentagonal resolution parameter |
| 19-22 | K - pentagonal resolution parameter |
| 23-26 | M - pentagonal resolution parameter |
| 27 | Representation type indicating the method used to define the norm (see Code Table 3.6). |
| 28 | Representation mode indicating the order of the coefficients (see Code Table 3.7) |
| Octet Number(s) | Contents |
| 15-28 | Same as Grid Definition Template 3.50 |
| 29-32 | Latitude of the southern pole of projection |
| 33-36 | Longitude of the southern pole of projection |
| 37-40 | Angle of rotation of projection |
| Octet Number(s) | Contents |
| 15-28 | Same as Grid Definition Template 3.50 |
| 29-32 | Latitude of the pole of stretching |
| 33-36 | Longitude of the pole of stretching |
| 37-40 | Stretching factor |
| Octet Number(s) | Contents |
| 15-28 | Same as Grid Definition Template 3.50 |
| 29-32 | Latitude of the southern pole of projection |
| 33-36L | ongitude of the southern pole of projection |
| 37-40 | Angle of rotation of projection |
| 41-44 | Latitude of pole of stretching |
| 45-48 | Longitude of pole of stretching |
| 49-52 | Stretching factor |
| Octet Number(s) | Contents |
| 15 | Shape of the earth (see Code Table 3.2) |
| 16 | Scale factor of radius of spherical earth |
| 17-20 | Scaled value of radius of spherical earth |
| 21 | Scale factor of major axis of oblate spheroid earth |
| 22-25 | Scaled value of major axis of oblate spheroid earth |
| 26 | Scale factor of minor axis of oblate spheroid earth |
| 27-30 | Scaled value of minor axis of oblate spheroid earth |
| 31-34 | Nx - number of points along X-axis (columns) |
| 35-38 | Ny - number of points along Y-axis (rows or lines) |
| 39-42 | Lap - latitude of sub-satellite point |
| 43-46 | Lop - longitude of sub-satellite point |
| 47 | Resolution and component flags (see Code Table 3.3) |
| 48-51 | dx - apparent diameter of Earth in grid lengths, in X-direction |
| 52-55 | dy - apparent diameter of Earth in grid lengths, in Y-direction |
| 56-59 | Xp - X-coordinate of sub-satellite point (in units of 10-3 grid length expressed as an integer) |
| 60-63 | Yp - Y-coordinate of sub-satellite point (in units of 10-3 grid length expressed as an integer) |
| 64 | Scanning mode (flags - see Flag Table 3.4) |
| 65-68 | Orientation of the grid; i.e., the angle between the increasing Y-axis and the meridian of the sub-satellite point in the direction of increasing latitude (see Note (3)) |
| 69-72 | Nr - altitude of the camera from the Earth's centre, measured in units of the Earth's (equatorial) radius multiplied by a scale factor of 10 6 (see Notes (4) and (5)) |
| 73-76 | Xo - X-coordinate of origin of sector image |
| 77-80 | Yo - Y-coordinate of origin of sector image |
| Octet Number(s) | Contents |
| 15 | n2 - exponent of 2 for the number of intervals on main triangle sides |
| 16 | n3 - exponent of 3 for the number of intervals on main triangle sides |
| 17-18 | ni - number of intervals on main triangle sides of the icosahedron |
| 19 | nd - Number of diamonds |
| 21-23 | Latitude of the pole point of the icosahedron on the sphere |
| 24-27 | Longitude of the pole point of the icosahedron on the sphere |
| 28-31 | Longitude of the center line of the first diamond of the icosahedron on the sphere |
| 32 | Grid point position (see Code table 3.8) |
| 33 | Numbering order of diamonds (flag - see Flag table 3.9) |
| 34 | Scanning mode for one diamond (flags - see Flag table 3.10) |
| 35-38 | nt - total number of grid points |
| Octet Number(s) | Contents |
| 15 | Shape of the earth (see Code Table 3.2) |
| 16 | Scale factor of radius of spherical earth |
| 17-20 | Scaled value of radius of spherical earth |
| 21 | Scale factor of major axis of oblate spheroid earth |
| 22-25 | Scaled value of major axis of oblate spheroid earth |
| 26 | Scale factor of minor axis of oblate spheroid earth |
| 27-30 | Scaled value of minor axis of oblate spheroid earth |
| 31-34 | Nx - number of points along X-axis |
| 35-38 | Ny - number of points along Y-axis |
| 39-42 | La1 - latitude of tangency point (center of grid) |
| 43-46 | Lo1 - longitude of tangency point |
| 47 | Resolution and component flag (see flag table 3.3) |
| 48-51 | Dx - X-direction grid length in units of 10 -3 m as measured at the point of the axis |
| 52-55 | Dy - Y-direction grid length in units of 10 -3 m as measured at the point of the axis |
| 56 | Projection center flag |
| 57 | Scanning mode (see flag table 3.4) |
| Octet Number(s) | Contents |
| 15-18 | Nb - number of data bins along radials (see Note (1)) |
| 19-22 | Nr - number of radials |
| 23-26 | La1 - latitude of center point |
| 27-30 | Lo1 - longitude of center point |
| 31-34 | Dx - spacing of bins along radials |
| 35-38 | Dstart - offset from origin to inner bound |
| 39-(33+4Nr) | For each of Nr radials: |
| (33+4(Nr-1))-(34+4(Nr-1)) | Azi - starting azimuth, degree x 10 (degrees as north) |
| (35+4(Nr-1))-(36+4(Nr-1)) | Adelta - azimuthal width, degrees x 100, (+ clockwise, - counterclockwise) |
| Octet Number(s) | Contents |
| 10P | arameter category (see Code Table 4.1). |
| 11 | Parameter number (see Code Table 4.2). |
| 12 | Type of generating process (see Code Table 4.3) |
| 13 | Background generating process identifier (defined by originating centre) |
| 14A | nalysis or forecast generating processes identifier (defined by originating centre) |
| 15-16 | Hours of observational data cutoff after reference time (See note (1)) |
| 17 | Minutes of observational data cutoff after reference time |
| 18 | Indicator of unit of time range (see Code Table 4.4) |
| 19-22 | Forecast time in units defined by octet 16 |
| 23 | Type of first fixed surface (see Code Table 4.5) |
| 24 | Scale factor of first fixed surface |
| 25-28 | Scaled value of first fixed surface |
| 29 | Type of second fixed surface (see Code Table 4.5) |
| 30 | Scale factor of second fixed surface |
| 31-34 | Scaled value of second fixed surface |
| Octet Number(s) | Contents |
| 10 | Parameter category (see Code Table 4.1) |
| 11 | Parameter number (see Code Table 4.2) |
| 12 | Type of generating process (see Code Table 4.3) |
| 13 | Background generating process identifier (defined by originating Centre) |
| 14 | Forecast generating process identifier (defined by originating Centre) |
| 15-16 | Hours after reference time of data cutoff (see note (1)) |
| 17 | Minutes after reference time of data cutoff |
| 18 | Indicator of unit of time range (See Code Table 4.4) |
| 19-22 | Forecast time in units defined by octet 16 |
| 23 | Type of first fixed surface (see Code Table 4.5) |
| 24 | Scale factor of first fixed surface |
| 25-28 | Scaled value of first fixed surface |
| 29 | Type of second fixed surface (see Code Table 4.5) |
| 30 | Scale factor of second fixed surface |
| 31-34 | Scaled value of second fixed surface |
| 35 | Type of ensemble forecast (see Code Table 4.6) |
| 36 | Perturbation number |
| 37 | Number of forecasts in ensemble |
| Octet Number(s) | Contents |
| 10 | Parameter category (see Code Table 4.1) |
| 11 | Parameter number (see Code Table 4.2) |
| 12 | Type of generating process (see Code Table 4.3) |
| 13 | Background generating process identifier (defined by originating Centre) |
| 14 | Forecast generating process identifier (defined by originating Centre) |
| 15-16 | Hours after reference time of data cutoff (see note (1)) |
| 17 | Minutes after reference time of data cutoff |
| 18 | Indicator of unit of time range (See Code Table 4.4) |
| 19-22 | Forecast time in units defined by octet 16 |
| 23 | Type of first fixed surface (see Code Table 4.5) |
| 24 | Scale factor of first fixed surface |
| 25-28 | Scaled value of first fixed surface |
| 29 | Type of second fixed surface (see Code Table 4.5) |
| 30 | Scale factor of second fixed surface |
| 31-34 | Scaled value of second fixed surface |
| 35 | Derived forecast (see Code Table 4.7) |
| 36 | Number of forecasts in ensemble |
| Octet Number(s) | Contents |
| 10 | Parameter category (see Code Table 4.1) |
| 11 | Parameter number (see Code Table 4.2) |
| 12 | Type of generating process (see Code Table 4.3) |
| 13 | Background generating process identifier (defined by originating Centre) |
| 14 | Forecast generating process identifier (defined by originating Centre) |
| 15-16 | Hours after reference time of data cutoff (see note (1)) |
| 17 | Minutes after reference time of data cutoff |
| 18 | Indicator of unit of time range (See Code Table 4.4) |
| 19-22 | Forecast time in units defined by octet 16 |
| 23 | Type of first fixed surface (see Code Table 4.5) |
| 24 | Scale factor of first fixed surface |
| 25-28 | Scaled value of first fixed surface |
| 29 | Type of second fixed surface (see Code Table 4.5) |
| 30 | Scale factor of second fixed surface |
| 31-34 | Scaled value of second fixed surface |
| 35 | Derived forecast (see Code Table 4.7) |
| 36 | Number of forecasts in the ensemble (N) |
| 37 | Cluster identifier |
| 38 | Number of cluster to which the high resolution control belongs |
| 39 | Number of cluster to which the low resolution control belongs |
| 40 | Total number of clusters |
| 41 | Clustering method (see Code Table 4.8) |
| 42-45 | Northern latitude of cluster domain |
| 46-49 | Southern latitude of cluster domain |
| 50-53 | Eastern longitude of cluster domain |
| 54-57 | Western longitude of cluster domain |
| 58-(57+N) | List of N ensemble forecast numbers |
| Octet Number(s) | Contents |
| 10 | Parameter category (see Code Table 4.1) |
| 11 | Parameter number (see Code Table 4.2) |
| 12 | Type of generating process (see Code Table 4.3) |
| 13 | Background generating process identifier (defined by originating Centre) |
| 14 | Forecast generating process identifier (defined by originating Centre) |
| 15-16 | Hours after reference time of data cutoff (see note (1)) |
| 17 | Minutes after reference time of data cutoff |
| 18 | Indicator of unit of time range (See Code Table 4.4) |
| 19-22 | Forecast time in units defined by octet 16 |
| 23 | Type of first fixed surface (see Code Table 4.5) |
| 24 | Scale factor of first fixed surface |
| 25-28 | Scaled value of first fixed surface |
| 29 | Type of second fixed surface (see Code Table 4.5) |
| 30 | Scale factor of second fixed surface |
| 31-34 | Scaled value of second fixed surface |
| 35 | Derived forecast (see Code Table 4.7) |
| 36 | Number of forecasts in the ensemble (N) |
| 37 | Cluster identifier |
| 38 | Number of cluster to which the high resolution control belongs |
| 39 | Number of cluster to which the low resolution control belongs |
| 40 | Total number of clusters |
| 41 | Clustering method (see Code Table 4.8) |
| 42-45 | Latitude of central point in cluster domain |
| 46-49 | Longitude of central point in cluster domain |
| 50-53 | |
| Radius of cluster domain | |
| 54-(53+N) | List of N ensemble forecast numbers |
| Octet Number(s) | Contents |
| 10 | Parameter category (see Code Table 4.1) |
| 11 | Parameter number (see Code Table 4.2) |
| 12 | Type of generating process (see Code Table 4.3) |
| 13 | Background generating process identifier (defined by originating Centre) |
| 14 | Forecast generating process identifier (defined by originating Centre) |
| 15-16 | Hours after reference time of data cutoff (see note (1)) |
| 17 | Minutes after reference time of data cutoff |
| 18 | Indicator of unit of time range (See Code Table 4.4) |
| 19-22 | Forecast time in units defined by octet 16 |
| 23 | Type of first fixed surface (see Code Table 4.5) |
| 24 | Scale factor of first fixed surface |
| 25-28 | Scaled value of first fixed surface |
| 29 | Type of second fixed surface (see Code Table 4.5) |
| 30 | Scale factor of second fixed surface |
| 31-34 | Scaled value of second fixed surface |
| 35 | Forecast probability number |
| 36 | Total number of forecast probabilities |
| 37 | Probability type (see Code Table 4.9) |
| 38 | Scale factor of lower limit |
| 39-42 | Scaled value of lower limit |
| 43 | Scale factor of upper limit |
| 44-47 | Scaled value of upper limit |
| Octet Number(s) | Contents |
| 10 | Parameter category (see Code Table 4.1) |
| 11 | Parameter number (see Code Table 4.2) |
| 12 | Type of generating process (see Code Table 4.3) |
| 13 | Background generating process identifier (defined by originating Centre) |
| 14 | Forecast generating process identifier (defined by originating Centre) |
| 15-16 | Hours after reference time of data cutoff (see note (1)) |
| 17 | Minutes after reference time of data cutoff |
| 18 | Indicator of unit of time range (See Code Table 4.4) |
| 19-22 | Forecast time in units defined by octet 16 |
| 23 | Type of first fixed surface (see Code Table 4.5) |
| 24 | Scale factor of first fixed surface |
| 25-28 | Scaled value of first fixed surface |
| 29 | Type of second fixed surface (see Code Table 4.5) |
| 30 | Scale factor of second fixed surface |
| 31-34 | Scaled value of second fixed surface |
| 35 | Percentile value (from 100% to 0%) |
| Octet Number(s) | Contents | |
| 10 | Parameter category (see Code Table 4.1) | |
| 11 | Parameter number (see Code Table 4.2) | |
| 12 | Type of generating process (see Code Table 4.3) | |
| 13 | Background generating process identifier (defined by originating Centre) | |
| 14 | or forecast generating process identifier (defined by originating Centre) | |
| 15-16 | Hours after reference time of data cutoff (see note (1)) | |
| 17 | Minutes after reference time of data cutoff | |
| 18 | Indicator of unit of time range (See Code Table 4.4) | |
| 19-22 | Forecast time in units defined by octet 16 | |
| 23 | Type of first fixed surface (see Code Table 4.5) | |
| 24 | Scale factor of first fixed surface | |
| 25-28 | Scaled value of first fixed surface | |
| 29 | Type of second fixed surface (see Code Table 4.5) | |
| 30 | Scale factor of second fixed surface | |
| 31-34 | Scaled value of second fixed surface |
| Octet Number(s) | Contents |
| 10 | Parameter category (see Code Table 4.1) |
| 11 | Parameter number (see Code Table 4.2) |
| 12 | Type of generating process (see Code Table 4.3) |
| 13 | Background generating process identifier (defined by originating Centre) |
| 14 | Analysis or Forecast generating process identifier (defined by originating Centre) |
| 15-16 | Hours after reference time of data cutoff (see note (1)) |
| 17 | Minutes after reference time of data cutoff |
| 18 | Indicator of unit of time range (See Code Table 4.4) |
| 19-22 | Forecast time in units defined by octet 16 (see Note (2)) |
| 23 | Type of first fixed surface (see Code Table 4.5) |
| 24 | Scale factor of first fixed surface |
| 25-28 | Scaled value of first fixed surface |
| 29 | Type of second fixed surface (see Code Table 4.5) |
| 30 | Scale factor of second fixed surface |
| 31-34 | Scaled value of second fixed surface |
| 35-36 | Year |
| 37 | Month |
| 38 | Day |
| 39 | Hour |
| 40 | Minute |
| 41 | Second |
| 42 | n - Number of time range specifications describing the time intervals used to calculate the statistically processed field |
| 42-46 | Total number of data values missing in statistical process. |
| 46-48 | Specification or the outermost (or only) time range over which statistical processing is done |
| 47 | Statistical process used to calculate the processed field from the field at each time increment during the time range (see Code Table 4.10) |
| 48 | Type of time increment between successive fields used in the statistical processing (See Code Table 4.11) |
| 49 | Indicator of unit of time for time range over which statistical processing is done (See Code Table 4.3) |
| 50-53 | Length of the time range over which statistical processing is done, in units defined by the previous octet |
| 54 | Indicator of unit of time for the increment between the successive fields used (See Code Table 4.3) |
| 55-58 | Time increment between successive fields, in units defined by the previous octet (See note 3) |
| 59-nn | These octets are included only if n>1, where nn = 45 + 12*n |
| 59-70 | As octets 47 to 58, next innermost step of processing |
| 71-nn | Additional time range specifications, included in accordance with the value of n. Contents as octets 47 to 58, repeated as necessary. |
| Octet Number(s) | Contents |
| 10 | Parameter category (see Code Table 4.1). |
| 11 | Parameter number (see Code Table 4.2). |
| 12 | Type of generating process (see Code Table 4.3) |
| 13 | Number of radar sites used |
| 14 | Indicator of unit of time range |
| 15-18 | Site latitude (in 10-6 degree) |
| 19-22 | Site longitude (in 10-6 degree) |
| 23-24 | Site elevation (meters) |
| 25-28 | Site ID (alphanumeric) |
| 29-30 | Site ID (numeric) |
| 31 | Operating mode (see Code Table 4.12) |
| 32 | Reflectivity calibration constant (tenths of dB) |
| 33 | Quality control indicator (see Code Table 4.13) |
| 34 | Clutter filter indicator (see Code Table 4.14) |
| 35 | Constant antenna elevation angle (tenths of degree true) |
| 36-37 | Accumulation interval (minutes) |
| 38 | Reference reflectivity for echo top (dB) |
| 39-41 | Range bin spacing (m) |
| 42-43 | Radial angular spacing (tenths of degree true) |
| Octet Number(s) | Contents |
| 10 | Parameter category (see Code Table 4.1) |
| 11 | Parameter number (See Code Table 4.2) |
| 12 | Type of generating process (see Code Table 4.3) |
| 13 | Observation generating process identifier (defined by originating Centres) |
| 14 | Number of contributing spectral bands (NB) |
| Repeat the following 10 octets for each contributing band (nb = 1,NB) | |
| (15+10(nb-1)) - (16+10(nb-1)) | Satellite series of band nb (code table defined by originating/generating Centre) |
| (17+10(nb-1)) - (18+10(nb-1)) | Satellite numbers of band nb (code table defined by originating/generating Centre) |
| (19+10(nb-1)) | Instrument types of band nb (code table defined by originating/generating Centre) |
| (20+10(nb-1)) | Scale factor of central wave number of band nb |
| (21+10(nb-1)) - (24+10(nb-1)) | Scaled value of central wave number of band nb (units: m-1) |
| Octet Number(s) | Contents |
| 10 | Parameter category (see Code Table 4.1). |
| 11 | Parameter number (see Code Table 4.2). |
| 12-15 | Number of characters |
| Octet Number(s) | Contents |
| 12-15 | Reference value (R) (IEEE 32-bit floating-point value) |
| 16-17 | Binary scale factor (E) |
| 18-19 | Decimal scale factor (D) |
| 20 | Number of bits used for each packed value for simple packing, or for each group reference value for complex packing or spatial differencing |
| 21 | Type of original field values (see Code Table 5.1) |
| Octet Number(s) | Contents |
| 12-21 | Same as Data Representation Template 5.0 |
| 22 | 0, no matrix bit maps present; 1 matrix bit maps present. |
| 23-26 | Number of data values encoded in Section 7 |
| 27-28 | NR - first dimension (rows) of each matrix. |
| 29-30 | NC - second dimension (columns) of each matrix. |
| 31 | First dimension coordinate value definition (Code Table 5.2) |
| 32 | NC1 - number of coefficients or values used to specify first dimension coordinate function. |
| 33 | Second dimension coordinate value definition (Code Table 5.2) |
| 34 | NC2 - number of coefficients or values used to specify second dimension coordinate function |
| 35 | First dimension physical significance (Code Table 5.3) |
| 36 | Second dimension physical significance (Code Table 5.3) |
| 37-(36+NC1*4) | Coefficients to define first dimension coordinate values in functional form, or the explicit coordinate values (IEEE 32-bit floating-point value) |
| (37+NC1*4)- (36+4(NC1+NC2)) | Coefficients to define second dimension coordinate values in functional form, or the explicit coordinate values (IEEE 32-bit floating-point value) |
| Octet Number(s) | Contents |
| 12-21 | Same as Data Representation Template 5.0 |
| 22 | Group splitting method used (see Code Table 5.4) |
| 23 | Missing value management used (see Code Table 5.5) |
| 24-27 | Primary missing value substitute |
| 28-31 | Secondary missing value substitute |
| 32-35 | NG - Number of groups of data values into which field is split |
| 36 | Reference for group widths (see Note 12) |
| 37 | Number of bits used for the group widths (after the reference value in octet 36 has been removed) |
| 38-41 | Reference for group lengths (see Note 13) |
| 42 | Length increment for the group lengths (see Note 14) |
| 43-46 | True length of last group |
| 47 | Number of bits used for the scaled group lengths (after subtraction of the reference value given in octets 38-41 and division by the length increment given in octet 42) |
| Octet Number(s) | Contents |
| 12-47 | Same as Data Representation Template 5.2 |
| 48 | Order of spatial differencing (see Code Table 5.6) |
| 49 | Number of octets required in the Data Section to specify extra descriptors needed for spatial differencing (octets 6-ww in Data Template 7.3) |
| Octet Number(s) | Contents |
| 12-15 | Reference value (R) (IEEE 32-bit floating-point value) |
| 16-17 | Binary scale factor (E) |
| 18-19 | Decimal scale factor (D) |
| 20 | Number of bits used for each packed value (field width) |
| 21-24 | Real part of (0,0) coefficient (IEEE 32-bit floating-point value) |
| Octet Number(s) | Contents |
| 12-20 | Same as Data Representation Template 5.50 |
| 21-24 | P - Laplacian scaling factor (expressed in 10-6 units) |
| 25-26 | JS - pentagonal resolution parameter of the unpacked subset (see Note 1) |
| 27-28 | KS - pentagonal resolution parameter of the unpacked subset (see Note 1) |
| 29-30 | MS - pentagonal resolution parameter of the unpacked subset (see Note 1) |
| 31-34 | TS - total number of values in the unpacked subset (see Note 1) |
| 35 | Precision of the unpacked subset (see Code Table 5.7) |
| Octet Number(s) | Contents |
| 6-nn | Binary data values - binary string, with each (scaled) data value |
| Octet Number(s) | Contents |
| 6-nn | Binary data values - binary string, with each (scaled) data value |
| Octet Number(s) | Contents |
| 6-xx | NG group reference values (XI in the decoding formula), each of which is encoded using the number of bits specified in octet 20 of Data Representation Template 5.0. Bits set to zero shall be appended as necessary to ensure this sequence of numbers ends on an octet boundary. |
| [xx+1]-yy | NG group widths, each of which is encoded using the number of bits specified in octet 37 of Data Representation Template 5.2. Bits set to zero shall be appended as necessary to ensure this sequence of numbers ends on an octet boundary. |
| [yy+1]-zz | NG scaled group lengths, each of which is encoded using the number of bits specified in octet 47 of Data Representation Template 5.2. Bits set to zero shall be appended as necessary to ensure this sequence of numbers ends on an octet boundary. (see Note 14 of Data Representation Template 5.2) |
| [zz+1]-nn | Packed values (X2 in the decoding formula), where each value is a deviation from its respective group reference value. |
| Octet Number(s) | Contents |
| 6-ww | First value(s) of original (undifferenced) scaled data values, followed by the overall minimum of the differences. The number of values stored is 1 greater than the order of differentiation, and the field width is described at octet 49 of Data Representation Template 5.3. (See Note 1) |
| [ww+1]-xx | NG group reference values (X1 in the decoding formula), each of which is encoded using the number of bits specified in octet 20 of Data Representation Template 5.0. Bits set to zero shall be appended where necessary to ensure this sequence of numbers ends on an octet boundary. |
| [xx+1]-nn | Same as for Data Representation Template 7.2. |
| Octet Number(s) | Contents |
| 6-nn | Binary data values - binary string, with each (scaled) data value |
| Octet Number(s) | Contents |
| 6-(5+I*TS) | Data values from the unpacked subset (IEEE floating-point values on I octets) |
| (6+I*TS)-nn | Binary data values - binary string, with each (scaled) data value out of the unpacked subset |
| Code figure | Meaning |
| 0 | Meteorological products |
| 1 | Hydrological products |
| 2 | Land surface products |
| 3 | Space products |
| 4-9 | Reserved |
| 10 | Oceanographic products |
| 11-191 | Reserved |
| 192-254 | Reserved for local use |
| 255 | Missing |
| Code figure | Meaning |
| 0 | Experimental |
| 1 | Initial operational version number |
| 2-254 | future operational version numbers |
| 255 | local table used |
| Code figure | Meaning |
| 0 | Local tables not used |
| 1-254 | Number of local tables version used |
| 255 | Missing |
| Code figure | Meaning |
| 0 | Analysis |
| 1 | Start of forecast |
| 2 | Verifying time of forecast |
| 3 | Observation time |
| 4-191 | Reserved |
| 192-254 | Reserved for local use |
| 255 | Missing |
| Code figure | Meaning |
| 0 | Operational products |
| 1 | Operational test products |
| 2 | Research products |
| 3 | Re-analysis products |
| 4-191 | Reserved |
| 192-254 | Reserved for local use |
| 255 | Missing |
| Code figure | Meaning |
| 0 | Analysis products |
| 1 | Forecast products |
| 2 | Analysis and forecast products |
| 3 | Control forecast products |
| 4 | Perturbed forecast products |
| 5 | Control and perturbed forecast products |
| 6 | Processed satellite observations |
| 7 | Processed radar observations |
| 8-191 | Reserved |
| 192-254 | Reserved for local use |
| 255 | Missing |
| Code figure | Meaning | Comments |
| 0 | Specified in Code table 3.1 | |
| 1 | Predetermined grid definition | Defined by originating centre |
| 2-191 | Reserved | |
| 192-254 | Reserved for local use | |
| 255 | A grid definition does not apply to this product |
| Code figure | Meaning | Comments |
| 0 | Latitude/longitude | Also called equidistant cylindrical, or Plate Carree. |
| 1 | Rotated latitude/longitude | |
| 2 | Stretched latitude/longitude | |
| 3 | Stretched and rotated latitude/longitude | |
| 4-9 | Reserved | |
| 10 | Mercator | |
| 11-19 | Reserved | |
| 20 | Polar stereographic | can be south or north. |
| 21-29 | Reserved | |
| 30 | Lambert Conformal | can be secant or tangent,
conical or bipolar. (Also called Albers equal-area.) |
| 31-39 | Reserved | |
| 40 | Gaussian latitude/longitude | |
| 41 | Rotated Gaussian latitude/longitude | |
| 42 | Stretched Gaussian latitude/longitude | |
| 43 | Stretched and rotated Gaussian latitude/longitude | |
| 44-49 | Reserved | |
| 50 | Spherical harmonic coefficients | |
| 51 | Rotated spherical harmonic coefficients | |
| 52 | Stretched spherical harmonic coefficients | |
| 53 | Stretched and rotated spherical harmonic coefficients | |
| 54-89 | Reserved | |
| 90 | Space view perspective orthographic. | |
| 91-99 | Reserved | |
| 100 | Triangular grid based on an icosahedron | |
| 101-109 | Reserved | |
| 110 | Equatorial azimuthal equidistant projection | |
| 111-119 | Reserved | |
| 120 | Azimuth-range projection | |
| 121- 32767 | Reserved | |
| 32768-65534 | Reserved for local use | |
| 65535 | Missing |
| Code figure | Meaning |
| 0 | Earth assumed spherical with radius = 6367.47 km |
| 1 | Earth assumed spherical with radius specified by data producer |
| 2 | Earth assumed oblate spheroid with size as determined
by IAU in 1965 (major axis = 6378.160 km, minor axis = 6356.775 km, f = 1/297.0) |
| 3 | Earth assumed oblate spheroid with major and minor axes specified by data producer |
| 4-191 | Reserved |
| 192-254 | Reserved for local use |
| 255 | Missing |
| Bit Number | Value | Meaning |
| 1-2 | Reserved | |
| 3 | 0 | i direction increments not given |
| 1 | i direction increments given | |
| 4 | 0 | j direction increments not given |
| 1 | j direction increments given | |
| 5 | 0 | Resolved u- and v- components of vector quantities relative to easterly and northerly directions |
| 1 | Resolved u- and v- components of vector quantities relative to the defined grid in the direction of increasing x and y (or i and j) coordinates respectively | |
| 6-8 | Reserved - set to zero |
| Bit Number | Value | Meaning |
| 1 | 0 | Points of first row or column scan in the +i (+x) direction |
| 1 | Points of first row or column scan in the -i (-x) direction | |
| 2 | 0 | Points of first row or column scan in the -j (-y) direction |
| 1 | Points of first row or column scan in the +j (+y) direction | |
| 3 | 0 | Adjacent points in i (x) direction are consecutive |
| 1 | Adjacent points in j (y) direction is consecutive | |
| 4 | 0 | All rows scan in the same direction |
| 1 | Adjacent rows scans in the opposite direction | |
| 5-8 | Reserved |
| Bit Number | Value | Meaning |
| 1 | 0 | North Pole is on the projection plane |
| 1 | South Pole is on the projection plane | |
| 2 | 0 | Only one projection centre is used |
| 1 | Projection is bi-polar and symmetric |
Not Defined
| Code figure | Meaning |
| 0 | Reserved |
| 1 | The complex numbers Fnm (see code figure 1 in Code Table 3.6 above) are stored for m³0 as pairs of real numbers Re(Fnm), Im(Fnm) ordered with n increasing from m to N(m), first for m=0 and then for m=1, 2, ... M. (see Note 1) |
| 2-254 | Reserved |
| 255 | Missing |
Values of N(m) for common truncations cases:
Triangular M = J = K, N(m) = J
Rhomboidal K = J + M, N(m) = J+m
Trapezoidal K = J, K > M, N(m) = J
| Code Figure | Meaning |
| 0 | Grid points at triangle vertices |
| 1 | Grid points at centres of triangles |
| 2 | Grid points at midpoints of triangle sides |
| 3-191 | Reserved |
| 192-254 | Reserved for local use |
| 255 | Missing |
| Bit No. | Value | Meaning |
| 1 | 0 | Clockwise orientation |
| 1 | Anti-clockwise (i.e., counter-clockwise) orientation | |
| 2-8 | Reserved |
| Bit No. | Value | Meaning |
| 1 | 0 | Points scan in +i direction, i.e. from pole to equator |
| 1 | Points scan in -i direction, i.e. from equator to pole | |
| 2 | 0 | Points scan in +j direction, i.e. from west to east |
| 1 | Points scan in -j direction, i.e. from east to west | |
| 3 | 0 | Adjacent points in i direction are consecutive |
| 1 | Adjacent points in j direction is consecutive | |
| 4-8 | Reserved |
| Code figure | Meaning |
| 0 | There is no appended list |
| 1 | Numbers define number of points corresponding to full coordinate circles (i.e. parallels), coordinate values on each circle are multiple of the circle mesh, and extreme coordinate values given in grid definition (i.e. extreme longitudes) may not be reached in all rows |
| 2 | Numbers define number of points corresponding to coordinate lines delimited by extreme coordinate values given in grid definition (i.e. extreme longitudes) which are present in each row |
| 3-254 | Reserved |
| 255 | Missing |
| Number | Description |
| 0 | Analysis or forecast at a horizontal level or in a horizontal layer at a point in time |
| 1 | Individual ensemble forecast, control and perturbed, at a horizontal level or in a horizontal layer at a point in time |
| 2 | Derived forecast based on all ensemble members at a horizontal level or in a horizontal layer at a point in time |
| 3 | Derived forecasts based on a cluster of ensemble members over a rectangular area at a horizontal level or in a horizontal layer at a point in time |
| 4 | Derived forecasts based on a cluster of ensemble members over a circular area at a horizontal level or in a horizontal layer at a point in |