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 keylevelist
is used to specify the level in metres (e.g. 100). For parameters at height > 10m.pl
: Pressure level field. The keylevelist
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)
paramId | name | shortName | units |
---|---|---|---|
31 | ci | (0 - 1) | |
34 | sst | K | |
78 | tclw | kg m**-2 | |
134 | sp | Pa | |
136 | tcw | kg m**-2 | |
137 | tcwv | kg m**-2 | |
151 | msl | Pa | |
165 | 10u | m s**-1 | |
166 | 10v | m s**-1 | |
167 | 2t | K | |
168 | 2d | K | |
3020 | vis | m | |
228029 | i10fg | m s**-1 | |
228050 | litoti | km**-2 day**-1 | |
228218 | crr | kg m**-2 s**-1 | |
228219 | lsrr | kg m**-2 s**-1 | |
228221 | lssfr | kg m**-2 s**-1 | |
228235 | mucape | J kg**-1 | |
260015 | ptype | code table (4.201) |
Time resolution: Hourly accumulation (step=0-1/1-2/2-3/.../95-96)
param Id | name | short Name | units |
---|---|---|---|
142 | lsp | m | |
144 | sf | m of water equivalent | |
169 | ssrd | J m**-2 | |
175 | strd | J m**-2 | |
176 | ssr | J m**-2 | |
177 | str | J m**-2 | |
178 | tsr | J m**-2 | |
179 | ttr | J m**-2 | |
180 | ewss | N m**-2 s | |
181 | nsss | N m**-2 s | |
205 | ro | m | |
228 | tp | m | |
228216 | fzra | m |
Time resolution: 6 hourly means (step=0-6/6-12/.../90-96)
param Id | name | short Name | units |
---|---|---|---|
228058 | litota6 | km**-2 day**-1 |
2.1.2. Wave (stream wave
)
Time resolution: Hourly (step=0/1/2/.../96)
paramId | name | shortName | units |
---|---|---|---|
140221 | mp2 | s | |
140229 | swh | m | |
140230 | mwd | degrees | |
140231 | pp1d | s | |
140232 | mwp | s |
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 |
---|---|---|---|
129 | Geopotential | z | m**2 s**-2 |
130 | t | K | |
131 | u | m s**-1 | |
132 | v | m s**-1 | |
133 | q | kg kg**-1 | |
157 | 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 | m s**-1 | |
132 | v | 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.