Skip to content

Commit

Permalink
Per #1735, update the STATAnalysis config file for processing MPR dat…
Browse files Browse the repository at this point in the history
…a by tweaking the jobs to write multiple output line types and/or apply multiple output thresholds.
  • Loading branch information
JohnHalleyGotway committed Apr 14, 2021
1 parent 4564a75 commit f4ff5c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/config/STATAnalysisConfig_point_stat
Expand Up @@ -72,7 +72,7 @@ weight = [];
//
jobs = [
"-job aggregate_stat -fcst_var TMP -fcst_lev Z2 \
-line_type MPR -out_line_type CNT \
-line_type MPR -out_line_type CNT,SL1L2 -out_thresh NA,gt273 \
-dump_row ${OUTPUT_DIR}/CONFIG_POINT_STAT_agg_stat_mpr_to_cnt_dump.stat \
-out_stat ${OUTPUT_DIR}/CONFIG_POINT_STAT_agg_stat_mpr_to_cnt_out.stat \
-set_hdr VX_MASK CONUS",
Expand All @@ -88,8 +88,8 @@ jobs = [
-out_wind_thresh >0 -out_wind_logic INTERSECTION \
-dump_row ${OUTPUT_DIR}/CONFIG_POINT_STAT_agg_stat_mpr_to_wdir_dump.stat",
"-job aggregate_stat -fcst_var TMP -fcst_lev Z2 \
-line_type MPR -out_line_type ECLV \
-out_thresh >273 -out_eclv_points 0.1",
-line_type MPR -out_line_type ECLV,CTC,CTS \
-out_thresh >273,>278 -out_eclv_points 0.1",
"-job filter -fcst_var TMP -fcst_lev Z2 \
-line_type MPR -mask_sid ${CONFIG_DIR}/SID_CO.txt \
-dump_row ${OUTPUT_DIR}/CONFIG_POINT_STAT_filter_mpr_sid.stat",
Expand Down

0 comments on commit f4ff5c0

Please sign in to comment.