Climate DT, ScenarioMIP, SSP3-7.0, ICON, hourly data on single-levels
This dataset contains a selection of surface and single level fields derived from the DestinE Climate Change Adaptation Digital Twin according to the output of the ICON model coupled with the Shared Socioeconomic Pathway SSP3-7.0) as defined in the Scenario Model Intercomparison Project (activity: ScenarioMIP). Fields are regridded from the original HEALPix grid to a regular latitude-longitude grid and distributed with 0.044° spatial resolution and hourly temporal resolution. The chunking is optimised for time based and regional analysis.
Access to restricted datasets is available according to the DestinE Access policy
How to download the data
The default (and preferred) way to access the data requires accessing the api.earthdatahub.destine.eu domain and a valid API key.
Method 1: quick access
It is possible to include the token directly in the URL.
1import xarray as xr 2 3xr.open_dataset( 4 "https://edh:<your personal access token>@api.earthdatahub.destine.eu/d1-climate-dt/ScenarioMIP-SSP3-7.0-ICON-0001-high-sfc-v0.zarr", 5 chunks={}, 6 engine="zarr", 7)
Method 2: advanced access
The Python snippet gather the token from a netrc file.
1import xarray as xr 2 3xr.open_dataset( 4 "https://api.earthdatahub.destine.eu/d1-climate-dt/ScenarioMIP-SSP3-7.0-ICON-0001-high-sfc-v0.zarr", 5 storage_options={"client_kwargs":{"trust_env":True}}, 6 chunks={}, 7 engine="zarr", 8)
Variables
| Short Name | Units | Description |
|---|---|---|
etsssr | N m-2 s | Time-integrated eastward turbulent surface stress due to surface roughness |
msl | Pa | Mean sea level pressure |
ntsssr | N m-2 s | Time-integrated northward turbulent surface stress due to surface roughness |
skt | K | Skin temperature |
slhf | J m-2 | Time-integrated surface latent heat net flux |
sshf | J m-2 | Time-integrated surface sensible heat net flux |
ssr | J m-2 | Surface net short-wave (solar) radiation |
ssrd | J m-2 | Surface short-wave (solar) radiation downwards |
str | J m-2 | Surface net long-wave (thermal) radiation |
strd | J m-2 | Surface long-wave (thermal) radiation downwards |
t | K | Temperature |
t2m | K | 2 metre temperature |
tcc | % | Total Cloud Cover |
tciw | kg m-2 | Total column cloud ice water |
tclw | kg m-2 | Total column cloud liquid water |
tcwv | kg m-2 | Total column vertically-integrated water vapour |
tprate | kg m-2 s-1 | Total precipitation rate |
tsr | J m-2 | Top net short-wave (solar) radiation |
ttr | J m-2 | Top net long-wave (thermal) radiation |
u10 | m s-1 | 10 metre U wind component |
v10 | m s-1 | 10 metre V wind component |