You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Data format

VBar-delimited format

centre | model_id | yyyymm | time | forecast_step | station_id | latitude | longitude | station_elevation | parameter | level | period | score | event | sample_size | mean_value

where

  • centre (4-characters string) is the WMO identifier of the originating centre (ammc, cwao, ecmf, edzw, egrr, kwbc, lfpw, rjtd, rksl, rums etc);
  • model_id (variable-length string) is free model identifier assigned by the originating centre (to distinguish between potentially different models provided by the centre);

  • yyyymm is the month of the mean, where yyyy is the year and mm is the month (01-12);
  • time is the validity time (in hours UTC) of the forecasts verified;
  • forecast_step is the length of the forecast (in hours);
  • station_id is the name and/or numeric ID of the observation station verifying the forecasts;
  • latitude is the latitude of the observation station verifying the forecasts;
  • longitude is the longitude of the observation station verifying the forecasts;
  • station_elevation is the elevation of the observation station above the mean sea level in meters;
  • parameter is the verified model output parameter:
parameterdescriptionunit
t2mair temperature at 2 meters above the model orography, corrected to the actual station elevation using the constant lapse rate 6.5K/1000mK
td2mdewpoint at 2 meters above the model orographyK
rh2mrelative humidity at 2 meters above the model orography%
tp06total precipitation accumulated over previous 6 hoursmm
tp24total precipitation accumulated over previous 24 hoursmm
ff10mwind speed at 10 meters above the model orographym/s
dd10mwind direction at 10 meters above the model orographydeg
tcctotal cloud cover0-1 (convert to okta for contingency table)
  • score is the name of the verification score or statistic:
scoredescription
me

mean error (bias)

maemean absolute error
rmseroot mean square error
ct

contingency table, the 4 values are misses, hits, correct non-events, and false alarms (in this order)

 observednot observed
forecastHitsFalse alarms
not forecastMissesCorrect non-events
  • event is the name of the event (for contingency tables)
eventdescription
val>thrforecast/observed value greater than a threshold value of the forecast parameter, e.g. for wind speed >15 m/s: val>15
val<=thrforecast/observed value smaller than or equal to a threshold value of the forecast parameter, e.g. for cloudiness of 0-2 okta: val<=2
  • sample_size is number of observations used to compute the monthly mean at the given station;
  • mean_value is the value or values of the score mean; in case of contingency table these are the 4 values delimited by comma
  • No labels