Versions Compared

Key

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

A flexible format for exchange of domain-averaged verification scores exchange has been defined :and described here. For format of station-based scores please look at the respective documents.

(Rev. 10, 16 July 2012)

Document history:

  • Rev 10, 16 July 2012: SEEPS added to the score list;
  • Rev 9, 12 January 2012: list of domains extended;
  • Rev 8, 5 January 2012: correction of the example;
  • Rev 7, 12 December 2011: list of domain labels;
  • Rev 6, 7 November 2011: units of msl pressure scores changed to hPa; a precision of the record format;
  • Rev 5, 1 November 2011: example made compliant to the format definition;
  • Rev 4, 1 September 2011: definition of standard deviation;
  • Rev 3, 25 August 2011: introduction of units definition paragraph; formatting.

Format definition

Every score value is described by the full set of key attributes, like its parameter, domain, date, step etc. The keys describing one score value are organised into a record. Each record corresponds to one score value. A record is a collection of pairs key=value separated by commas. A record spans one line, records are separated by newline characters (CR). The value of a key missing in the current record is inherited from the key of the previous record, except for the value parameter v which has to be present in each record.

...

Order of key=value pairs is not significant; new keys can be added in future. Case of characters is insignificant, but it should be kept lower-case. Everything following the hash sign # till the end of line is ignored.

Units of values

Values should be of units following the definitions of scores in the WMO-CBS document on the updated standard verification system.

scoreparameterunit
correlation coefficient(ccaf, cctf)all1.
mean error, rms error, mean absolute error, rms anomaly, standard deviationgeopotential heightm
temperatureK
mean sea-level pressurehPa
windm/s
relative humidity1.
S1 scoremean sea-level pressure%

Example

Code Block
# a sample bulletin with daily values, compressed by removing
# redundant (repeated) key=value pairs
centre=ecmf,par=z500hpa,sc=rmse,dom=nhem,ref=an,d=20110101,t=0,s=24,v=9.8
s=48,v=12.0
t=12,s=24,v=9.9
s=48,v=12.3
ref=ob,t=0,s=24,n=204,v=13.8
s=48,v=19.0
t=12,s=24,v=13.6
s=48,v=20.03

...