1. Introduction

This page provides a data catalogue of the parameters provided as part of the DestinE Extremes DT data portfolio.

This data can be retrieved using the polytope service via the DestinE Service Platform, with examples on usage here.

Some key facts:

  • Forecasts can only be retrieved for start dates 15 days behind the current date.
  • Temporal resolution:
    • Hourly instantaneous atmospheric and wave fields for a 4-day forecast.
    • Hourly accumulated atmospheric fields for a 4-day forecast.
    • 6-hourly mean atmospheric fields for a 4-day forecast.
  • Spatial resolution:
    • 4.4 km globally, 500 – 750 m over Europe

Data is provided on various levtype values, for different parameters. The levtype values are as follows:

  • hl : Height level field. The key levelist is used to specify the level in metres (e.g. 100). For parameters at height > 10m.
  • pl : Pressure level field. The key levelist is used to specify the level in hPa (e.g. 1000).
  • sfc : 2D atmospheric surface field. Note that this can be the earth surface, or other 2D levels such as at 2 metres or total column integrations.

For example, retrieve global forecast data, parameters "Surface pressure" (param 134) and "2 metre temperature" (param 167), for the forecast initialized on a date (limited as above) at 00Z and for hourly lead times from 0 to 6 hours :

request = {
    'class': 'd1',
    'dataset': 'extremes-dt',
    'expver': '0001',
    'stream': 'oper',
    'type': 'fc',
    'date': 'YYYYMMDD',
    'time': '0000',
    'step': '0/1/2/3/4/5/6',
    'levtype': 'sfc',
    'param': '134/167'
}

Modifying the request can then be performed based on the available output parameters and data layout as detailed below. You can find more examples on usage here.

Further technical details and an errata for the data can be found here:

If you have any questions or need support, please go to the DestinE support pages, where there is also a "Contact Us" webform.

2. Output parameters

Below is a catalogue of the parameters provided as part of the DestinE ClimateDT data portfolio and for which model they are available.

2.1. Fields on a single level or surface

2.1.1. Atmosphere (levtype sfc)

Time resolution: Hourly (step=0/1/2/.../96)

Time resolution: Hourly accumulation (step=0-1/1-2/2-3/.../95-96)

Time resolution: 6 hourly means (step=0-6/6-12/.../90-96)

param Id

name

short Name

units

228058

Averaged total lightning flash density in the last 6 hours

litota6

km**-2 day**-1

2.1.2. Wave (stream wave)

Time resolution: Hourly (step=0/1/2/.../96)

2.2. Fields on pressure levels (levtype pl)

Time resolution: Hourly (step=0/1/2/.../96)

21 pressure levels: (1, 2, 3, 5, 7, 10, 20, 30, 50, 70, 100, 150, 200, 250, 300, 400, 500, 700, 850, 925, 1000)

paramId

name

shortName

units

129Geopotentialzm**2 s**-2

130

Temperature

t

K

131

U component of wind

u

m s**-1

132

V component of wind

v

m s**-1

133

Specific humidity

q

kg kg**-1

157

Relative humidity

r

%

2.3. Fields on height levels (levtype hl)

Time resolution: Hourly (step=0/1/2/.../96)

1 height level: (100)

These are only for height levels >10m to preserve backwards compatibility with longstanding model fields (2t, 10u, 10v,...)

paramId

name

shortName

units

131

U component of wind

u

m s**-1

132

V component of wind

v

m s**-1

paramId

name

shortName

units

228246

100 metre U wind component

100u

m s**-1

228247

100 metre V wind component

100v

m s**-1

3. Full data layout

Below is a tree showing the detailed structure of the data layout, with the date(s) YYYYMMDD to be at most 15 days behind the current date.

131 (U wind component [m s-1])
132 (V wind component [m s-1])

228246 (100 metre U wind component [m s-1])
228247 (100 metre V wind component [m s-1])

129 (Geopotential [m2 s-2])
130 (Temperature [K])
131 (U component of wind [m s-1])
132 (V component of wind [m s-1])
133 (Specific humidity [kg kg-1])
157 (Relative humidity [%])

31 (Sea ice area fraction [(0 - 1)])
34 (Sea surface temperature [K])
78 (Total column cloud liquid water [kg m-2])
134 (Surface pressure [Pa])
136 (Total column water [kg m-2])
137 (Total column vertically-integrated water vapour [kg m-2])
151 (Mean sea level pressure [Pa])
165 (10 metre U wind component [m s-1])
166 (10 metre V wind component [m s-1])
167 (2 metre temperature [K])
168 (2 metre dewpoint temperature [K])
3020 (Visibility [m])
228029 (Instantaneous 10 metre wind gust [m s-1])
228050 (Instantaneous total lightning flash density [km-2 day-1])
228218 (Convective rain rate [kg m-2 s-1])
228219 (Large scale rain rate [kg m-2 s-1])
228221 (Large scale snowfall rate water equivalent [kg m-2 s-1])
228235 (Most-unstable CAPE [J kg-1])
260015 (Precipitation type [(Code table 4.201)])

142 (Large-scale precipitation [m])
144 (Snowfall [m of water equivalent])
169 (Surface short-wave (solar) radiation downwards [J m-2])
175 (Surface long-wave (thermal) radiation downwards [J m-2])
176 (Surface net short-wave (solar) radiation [J m-2])
177 (Surface net long-wave (thermal) radiation [J m-2])
178 (Top net short-wave (solar) radiation [J m-2])
179 (Top net long-wave (thermal) radiation [J m-2])
180 (Time-integrated eastward turbulent surface stress [N m-2 s])
181 (Time-integrated northward turbulent surface stress [N m-2 s])
205 (Runoff [m])
228 (Total precipitation [m])
228216 (Accumulated freezing rain [m])

228058 (Averaged total lightning flash density in the last 6 hours [km-2 day-1])

140221 (Mean zero-crossing wave period [s])
140229 (Significant height of combined wind waves and swell [m])
140230 (Mean wave direction [Degree true])
140231 (Peak wave period [s])
140232 (Mean wave period [s])
  • No labels