| Spatial domain | Europe |
| Spatial resolution | 0.0625 degrees (~7km) |
| Time domain | Forecasts initialized 2026-02-10 00:00:00 UTC to Present |
| Time resolution | Forecasts initialized every 6 hours |
| Forecast domain | Forecast lead time 0-120 hours (0-5 days) ahead |
| Forecast resolution | Forecast step 0-78 hours: hourly, 81-120 hours: 3 hourly |
ICON-EU is a regional weather forecast model operated by Deutscher Wetterdienst (DWD), Germany's national meteorological service. ICON-EU is a nested configuration of DWD's global ICON (Icosahedral Non-hydrostatic) model that provides high-resolution forecasts over Europe.
This dataset is an archive of past and present ICON-EU forecasts. Forecasts are identified by an initialization time (init_time) denoting the start time of the model run and step forward in time along the lead_time dimension. This dataset contains only the 00, 06, 12, and 18 hour UTC initialization times which produce the full length, 5 day forecast.
| Quickstart (Github) | |
| Quickstart (Colab) |
import dynamical_catalog # dynamical-catalog>=0.5.0
ds = dynamical_catalog.open("dwd-icon-eu-forecast-5-day")
ds["temperature_2m"].sel(init_time="2026-04-01T00", latitude=50, longitude=10).max().compute()
| min | max | units | |
|---|---|---|---|
| init_time | 2026-02-10T00:00:00Z | Present | seconds since 1970-01-01 |
| latitude | 29.5 | 70.5 | degree_north |
| lead_time | 0 | 432000 | seconds |
| longitude | -23.5 | 62.5 | degree_east |
| units | dimensions | |
|---|---|---|
cloud_cover_high (hcc)
|
percent | init_time × lead_time × latitude × longitude |
cloud_cover_low (lcc)
|
percent | init_time × lead_time × latitude × longitude |
cloud_cover_medium (mcc)
|
percent | init_time × lead_time × latitude × longitude |
convective_available_potential_energy_atmosphere (cape)
|
J kg-1 | init_time × lead_time × latitude × longitude |
dew_point_temperature_2m (2d)
|
degree_Celsius | init_time × lead_time × latitude × longitude |
downward_diffuse_short_wave_radiation_flux_surface (aswdifd_s)
|
W m-2 | init_time × lead_time × latitude × longitude |
downward_direct_short_wave_radiation_flux_surface (aswdir_s)
|
W m-2 | init_time × lead_time × latitude × longitude |
precipitable_water_atmosphere (pwat)
|
kg m-2 | init_time × lead_time × latitude × longitude |
precipitation_surface (prate)
|
kg m-2 s-1 | init_time × lead_time × latitude × longitude |
pressure_reduced_to_mean_sea_level (prmsl)
|
Pa | init_time × lead_time × latitude × longitude |
pressure_surface (sp)
|
Pa | init_time × lead_time × latitude × longitude |
relative_humidity_2m (2r)
|
percent | init_time × lead_time × latitude × longitude |
snow_thickness_surface (sde)
|
m | init_time × lead_time × latitude × longitude |
snow_water_equivalent_surface (sd)
|
m | init_time × lead_time × latitude × longitude |
temperature_2m (2t)
|
degree_Celsius | init_time × lead_time × latitude × longitude |
total_cloud_cover_atmosphere (tcc)
|
percent | init_time × lead_time × latitude × longitude |
wind_gust_10m (10fg)
|
m s-1 | init_time × lead_time × latitude × longitude |
wind_u_10m (10u)
|
m s-1 | init_time × lead_time × latitude × longitude |
wind_v_10m (10v)
|
m s-1 | init_time × lead_time × latitude × longitude |
Dataset licensed under CC BY 4.0.
DWD ICON-EU data processed by dynamical.org.
Or DWD ICON-EU from dynamical.org.
The source grib files this archive is constructed from are provided by DWD Open Data and the dynamical.org DWD ICON grib archive on Source Cooperative.
Icechunk storage generously provided by AWS Open Data. Storage for the dynamical.org DWD ICON-EU grib archive is generously provided by Source Cooperative, a Radiant Earth initiative.
The data values in this dataset have been rounded in their binary floating point representation to improve compression. See Klöwer et al. 2021 for more information on this approach. The exact number of rounded bits can be found in our reformatting code.