Metview's documentation is now on readthedocs!

Operational time-series data offered through Web services can be grouped under;

  • Ensemble Meteograms
  • Ensemble Vertical Profiles

Ensemble Meteograms (ENS Meteograms)

  • Ensemble meteograms contain position based Ensemble/High resolution data for a selected group of time-steps for a given set of parameters.
  • We generate specific databases for this purpose to achieve fast data retrieval.
  • For each given time step, ensemble percentiles are presented.
  • We historically group them into different "types" depending on available time steps/forecast range/presentation.
  • Data returned is the nearest grid point.

Types of ENS meteograms

TypeDataParametersAvailabilityAccess
10-day meteograms
  • HRES/ENS data up to 10 days every 6 hourly
  • Resolution: O640
  • HRES/Control/Max/Median/Min/75th/25th/10th/90th


  • Total cloud cover
  • Total precipitation
  • 10 m wind speed
  • 2m temperature
  • Low cloud cover
  • Medium cloud cover
  • High cloud cover
  • Total snowfall
  • 10m wind gust
Twice a day at 00/12 runs

Graphical access

  • www charts (click)
  • ecCharts
  • automatically (curl)

Data access

  • through ECMWF web-api
15-day meteograms
  • Daily ENS distribution up to 15 day.

  • Resolution: O640
  • All ENS members/Max/Median/Min/90th/75th/25th/10th
  • Daily mean of total cloud cover
  • total precipitation
  • Daily distribution of 10m wind direction
  • Daily mean of 10m wind speed
  • Daily mean of wind direction
  • 2m min temperature
  • 2m max temperature
Twice a day at 00/12 runs

Graphical access

  • www charts (click)
  • ecCharts
  • automatically (curl)

Data access

  • through ECMWF web-api
10-day wave meteograms
  • HRES and WAM-HRES/ENS shown together.


  • Distribution of 10m wind direction (from HRES/ENS)
  • Significant wave height
  • Mean wave direction
  • Mean wave period
Twice a day at 00/12 runs

Graphical access

  • www charts (click)
  • ecCharts
  • automatically (curl)

Data access

  • through ECMWF web-api
Plumes
  • HRES and ENS distibution every 6hr up to 10 day.
  • Temperature at 850 hPa
  • Ensemble members of total precipitation
  • Geopotential at 500 hPa
Twice a day at 00/12 runs

Graphical access

  • www charts (click)
  • ecCharts
  • automatically (curl)

Data access

  • through ECMWF web-api
Classical 15-day with climate
  • Same as 15-day with Model climate information added.
  • Daily mean of total cloud cover and M-climate
  • total precipitation and M-climate
  • M-climate of the distribution of 10m wind direction
  • Daily distribution of 10m wind direction
  • Daily mean of 10m wind speed and M-climate
  • 2m min/max temperature and M-climate

Twice a day at 00/12 runs

Climate ONLY udpated twice a week

Graphical access

  • www charts (click)
  • ecCharts
  • automatically (curl)

Data access

  • through ECMWF web-api
CDF/EFI plots
  • Generated from 15-day meteograms showing all valid forecast

data for a given period (usually daily)

  • CDF/EFI for 2t mean temperature
  • CDF/EFI for 24hr total precipitation
  • CDF/EFI for 24hr max wind gust
Twice a day at 00/12 runs

Graphical access

  • www charts (click)
  • ecCharts
Precipitation type
  • Probable precipitation type up to day 7 every 3 hours up to 144 then 6 hourly)

Twice a day at 00/12 runs

Graphical access

  • ecCharts
Extended range anomalies/climate
  • Extended range time -steps  up to 6 weeks
  • Total precipitation
  • Mean sea level pressure
  • 2m temperature
  • Surface temperature
Twice a week

Graphical access

  • ecCharts

Some graphical examples

Data structure

  • ENS meteogram data for many flavours and parameters can be automatically downloaded via ECMWF web-api interface.
  • Output is a JSON file with a structure like below
{
    "2t": {
		"control": [...],
		"hres": [...],
		"min": [...],
		"max": [...],
		"median": [...]
		...
		"steps": [0,6,12, ...]
		"metadata ..."
	}
}

For further details on how to prepare a Web-API request and full structure of output data, see here;

Web-API meteogram service

Ensemble Vertical Profiles

Vertical structure of the Ensemble data is presented for certain parameters for a given time step.

  • Parameters: Temperature, dew-point temperature, depression, Wind speed/direction, CAPE for instability
  • Model levels: All model levels up to 500hPa, then every other one.
  • Percentiles (min,max, median, 10th, 25th,75th, 90th), Control and HRES values are computed and presented
  • Time steps: 6 hourly up to Day 5 (step: 120)
  • Graphical products are available on www charts and ecCharts. Data is NOT made available yet but considered upon request.

Graphical examples