MET Online Tutorial for METv8.0 | Stat-Analysis > Output

The output of Stat-Analysis is printed to the screen by default, as we saw, unless you redirect it to an output file using the -out command line option. View the output of the first Stat-Analysis command we ran by opening the $MET_TUTORIAL_DATA/output/stat_analysis/stat_analysis.out file using the text editor of your choice. Note the following:

  • The output of the first job to simply filter the STAT data consists of a FILTER line listing the filtering parameters applied.
  • The output of the second and third jobs consists of 3 lines each: the JOB_LIST, COL_NAME, and CTC lines. This is the same type of output that was printed to the screen for the Stat-Analysis job run on the command line.
  • The output of the fourth job consists of 3 lines: the JOB_LIST, COL_NAME, and CTS lines.

Close this file, and open up the following four files to examine the STAT data over which these jobs were run:

  • $MET_TUTORIAL_DATA/output/stat_analysis/job1_filter.stat
  • $MET_TUTORIAL_DATA/output/stat_analysis/job2_aggr_ctc_1.stat
  • $MET_TUTORIAL_DATA/output/stat_analysis/job3_aggr_ctc_25.stat
  • $MET_TUTORIAL_DATA/output/stat_analysis/job4_aggr_stat_cts.stat

In this example, the second, third, and fourth jobs read two CTC STAT lines each, using the masking regions EAST and WEST. So these three jobs aggregate contingency table counts across two verification regions. Users are strongly encouraged to use the -dump_row job command option to verify that the analysis job was run over the intended subset of STAT data. Close these files when you have finished reviewing the STAT data.