Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

centre | model_id | yyyymm | time | forecast_step | station_id | latitude | longitude | model_grid_latitude | model_grid_longitude | station_elevation | model_orography_elevation | parameterscore | event | sample_size | score_mean_value

...

Code Block
ecmf|0001_fc|201410|00|24|11520|50.02|14.38|302|248|tp24|me||31|0.95
ecmf|0001_fc|201410|00|48|11520|50.02|14.38|302|248|tp24|me||31|1.15
ecmf|0001_fc|201410|00|24|11520|50.02|14.38|302|248|tp24|ct|val>5|31|1,16,12,2
ecmf|0001_fc|201410|00|48|11520|50.02|14.38|302|248|tp24|ct|val>5|31|3,13,11,4

 

(b) Record format

(preferred by: JMA, CMC, ECMWF)

Data file consists of score values and corresponding metadata in an ASCII format.

...

centre=centre, model=model_id, d=yyyymm, t=time, s=forecast_step, st=station_id, lat=latitude, lon=longitude, lam= model_grid_latitude , lom= model_grid_longitude , se=station_elevation, me=model_orography_elevation, par=parameter, sc=score, ev=event, n=sample_size, v=mean_value

...

  • 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 (a string, not containing a comma or vertical bar) 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 (a number) is the WMO 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;
  • model_grid_latitude (non-mandatory) is the latitude of the model grid point used to extract the forecast at the observation location;
  • model_grid_longitude (non-mandatory) is the longitude of the model grid point used to extract the forecast at the observation location;
  • station_elevation is the elevation of the observation station above the mean sea level in meters;
  • model_orography_elevation is the elevation of the model orography at the observation location;
  • parameter is the verified model output parameter:

...