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 combinations 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 (use member:1-100 for all 100 ensemble members of ECMWF-VAREPS) |
member:0 | Control run (default if nothing else specified) |
mean | Arithmetic mean |
median | Median |
spread | Ensemble spread: The standard deviation with respect to the ensemble mean. It shows the diversity of all possible outcomes and thus represents the uncertainty of the forecast. A small spread theoretically indicates high forecast accuracy while a large spread theoretically indicates low forecast accuracy. |
quantile0.2 | The 0.2 quantile (any value between 0 and 1 is possible) |
mode | The most frequently occurring value among all ensemble members including the control run. If there is more than one mode, the smallest mode value is returned. The case where all ensemble members have the same value is considered uni-modal, and this value is returned as mode. The case where all distinct values in the ensemble have the same frequency is considered non-modal, thus -999 is returned. |
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/2025-05-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/2025-05-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 |