MET Online Tutorial for METv2.0

Point-Stat Tool: Output

The output of Point-Stat is one or more ASCII files containing statistics summarizing the verification performed. In this example, the output is written to the tutorial/out/point_stat directory as we requested on the command line. That output directory should now contain 6 ASCII files, one each for the CTC, CTS, CNT, SL1L2, and VL1L2 line types, and a sixth one for the STAT file. The STAT file contains all of the output statistics while the other ASCII files contain the exact same data organized by line type.

arrow Since the lines of data in these ASCII file are so long, we strongly recommend configuring your text editor to NOT use dynamic word wrapping. The files will be much easier to read that way.

Open up the tutorial/out/point_stat/point_stat_360000L_20070331_120000V_ctc.txt CTC file using the text editor of your choice and note the following:

  • This is a simple ASCII file consisting of several rows of data.
  • Each row contains data for a single verification task.
  • The first 21 header columns contain data applicable to all line types, such as timing information, variable and level information, verifying message type, masking region applied, interpolation method applied, and threshold values applied.
  • The twenty-first column, labeled LINE_TYPE, indicates the type of statistics contained in this line. In this file, the LINE_TYPE column contains CTC indicating that the columns to follow contain contigency table counts.
  • The remaining columns after LINE_TYPE are labeled FY_OY, FY_ON, FN_OY, and FN_ON and contain the contingency table counts.

Close this file, open up the tutorial/out/point_stat/point_stat_360000L_20070331_120000V_cts.txt CTS file, and note the following:

  • The first 21 columns contain the same type of header data as in the previous file.
  • The LINE_TYPE column is set to CTS which indicates that the columns to follow contain contingency table statistics. Refer to the MET Users's Guide for a thorough description of this output line type.
  • Confidence intervals are given for each of these statistics, computed using either one or two methods. The columns ending in _NCL and _NCU give lower and upper confidence limits computed using assumptions of normality. The columns ending in _BCL and _BCU give lower and upper confidence limits computed using bootstrapping. If you re-ran the Point-Stat example with bootsrapping turned off, the _BCL and _BCU will contain missing data NA.

The tutorial/out/point_stat/point_stat_360000L_20070331_120000V_cnt.txt CNT file and the tutorial/out/point_stat/point_stat_360000L_20070331_120000V_sl1l2.txt SL1L2 file contain output specific to those line types as well.

Open up the tutorial/out/point_stat/point_stat_360000L_20070331_120000V_vl1l2.txt VL1L2 file, and note the following:

  • This file contains 24 lines of VL1L2 partial sums. These 24 lines are a result of: 3 masking regions * 2 interpolation methods * 4 wind speed thresholds.
  • For the VL1L2 line, the contents of the FCST_THRESH and OBS_THRESH header columns indicate the thresholds that were applied to the wind speed values to determine which U/V points would be included in the sum. Thresholding by wind speed in this way is new for METv2.0.

Lastly, the tutorial/out/point_stat/point_stat_360000L_20070331_120000V.stat STAT file contains all of the same data we just viewed but in a single file. The Stat-Analysis tool, which we'll use later in this tutorial, only reads the STAT output of the Point-Stat, Grid-Stat, and Wavelet-Stat tools, not the ASCII (.txt) files.