...
parameter | steps | forecast values preprocessing | scores | ||||
---|---|---|---|---|---|---|---|
2-m temperature | 0,3,6,...,69,72, 78,84,90,...,240 | T2m extracted from model forecast field and then using the recent model orography reduced to the observation station level by
(assuming T2m are in K and elev_* in meters) | ME, MAE, RMSE | ||||
2-m dewpoint | 0,3,6,...,69,72, 78,84,90,...,240 | extracted from model forecast field | ME, MAE, RMSE | ||||
2-m relative humidity | 0,3,6,...,69,72, 78,84,90,...,240 | computed from T2m and TD2m
| ME, MAE, RMSE | ||||
10-m wind direction | 0,3,6,...,69,72, 78,84,90,...,240 | computed from 10-m wind components
where the observed 10-m wind speed is less than 3m/s do not compute dd10m scores; however, that observation is still included into the total count of observations in the current month (which should reach at least 90% for the station score to be included in the report)
| ME, MAE, RMSE fc-ob differences computed as follows:
| ||||
10-m wind speed | 0,3,6,...,69,72, 78,84,90,...,240 | computed from 10-m wind components
| ME, MAE, RMSE CT (5,10,15) | ||||
total cloud cover | 0,3,6,...,69,72, 78,84,90,...,240 | extracted from model forecast field (0.-1.) then converted to octas | ME, MAE, RMSE CT (2,6) inconsistent with WMO guidelines (it will be corrected here soon) prior CT computations the forecast values are rounded to the nearest octa | ||||
24-h precipitation | 24,48,72,...,240 | extracted from model forecast as a difference of the precipitation accumulation fields, e.g. tp24(step=120) = accum_precip(step=120) - accum_precip(step=96) | CT (1,10,50) | ||||
6-h precipitation | 6,12,18,...,240 | extracted from model forecast as a difference of the precipitation accumulation fields, e.g. tp6(step=120) = accum_precip(step=120) - accum_precip(step=112) | CT (1,5,25) |
...