Skip to content

Commit

Permalink
Per #2395, add 2 new Stat-Analysis jobs to demonstrate the processing…
Browse files Browse the repository at this point in the history
… of VL1L2 lines.
  • Loading branch information
JohnHalleyGotway committed May 17, 2024
1 parent a69e258 commit 588e4db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion internal/test_unit/config/STATAnalysisConfig_point_stat
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@ jobs = [
-dump_row ${OUTPUT_DIR}/CONFIG_POINT_STAT_filter_mpr_sid.stat",
"-job filter -fcst_var TMP -fcst_lev Z2 \
-line_type MPR -column_thresh abs(fcst-obs) >5 \
-dump_row ${OUTPUT_DIR}/CONFIG_POINT_STAT_filter_mpr_fcst_minus_obs.stat"
-dump_row ${OUTPUT_DIR}/CONFIG_POINT_STAT_filter_mpr_fcst_minus_obs.stat",
"-job aggregate -line_type VL1L2 -by FCST_LEV \
-out_stat ${OUTPUT_DIR}/CONFIG_POINT_STAT_agg_vl1l2.stat",
"-job aggregate_stat -line_type VL1L2 -out_line_type VCNT -by FCST_LEV \
-out_stat ${OUTPUT_DIR}/CONFIG_POINT_STAT_agg_stat_vl1l2_to_vcnt.stat"
];

////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 2 additions & 0 deletions internal/test_unit/xml/unit_stat_analysis_ps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
<stat>&OUTPUT_DIR;/stat_analysis_ps/CONFIG_POINT_STAT_agg_stat_mpr_to_wdir_dump.stat</stat>
<stat>&OUTPUT_DIR;/stat_analysis_ps/CONFIG_POINT_STAT_filter_mpr_sid.stat</stat>
<stat>&OUTPUT_DIR;/stat_analysis_ps/CONFIG_POINT_STAT_filter_mpr_fcst_minus_obs.stat</stat>
<stat>&OUTPUT_DIR;/stat_analysis_ps/CONFIG_POINT_STAT_agg_vl1l2.stat</stat>
<stat>&OUTPUT_DIR;/stat_analysis_ps/CONFIG_POINT_STAT_agg_stat_vl1l2_to_vcnt.stat</stat>
</output>
</test>

Expand Down

0 comments on commit 588e4db

Please sign in to comment.