Ensemble Member Selection
For ensemble models we provide each individual member, as well as mean, median, quantiles, and other basic statistical parameters. They can be queried in all co,binations with the optional parameter 'ens_select'. Possible values are:
Identifier | Description |
---|---|
member:5 | Single Member 5 |
member:1-50 | All members between 1 and 50 |
member:0 | Control run (default if nothing else specified) |
mean | Arithmetic mean |
median | Median |
quantile0.2 | The 0.2 quantile (any value between 0 and 1) |
Example: This is the ECMWF ensemble run, for air temperature 2 meters above ground, for 7 days in one hour steps. 15 ensembles are shown.
https://api.meteomatics.com/2023-03-20T14:00:00ZP7D:PT1H/t_2m:C/47.42,9.37/html?model=ecmwf-ens&ens_select=member:1-15

Example:This example shows the control run in combination with the 10 and 90 percentiles and the median
https://api.meteomatics.com/2023-03-20T14:00:00ZP7D:PT1H/t_2m:C/47.42,9.37/html?model=ecmwf-ens&ens_select=member:0,quantile0.1,quantile0.9,median

Cluster Selection
For the ensemble cluster products a specific cluster can be queried. The available clusters can be queried using the parameternumber_of_clusters:x
(refer to Cluster Parameters).Available
cluster_select
parameters:
Identifier | Description |
---|---|
cluster:4 | Single cluster 4 |
cluster:1-6 | All clusters between 1 and 6 |