Skip to content

Commit

Permalink
Per #1733, add call to stat_analysis to exercise -column_str and -col…
Browse files Browse the repository at this point in the history
…umn_exc options.
  • Loading branch information
JohnHalleyGotway committed Mar 27, 2021
1 parent f19b710 commit e48c711
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/xml/unit_stat_analysis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,21 @@
</output>
</test>

<test name="stat_analysis_POINT_STAT_FILTER_OBS_SID">
<exec>&MET_BIN;/stat_analysis</exec>
<param> \
-lookin &OUTPUT_DIR;/point_stat/point_stat_GRIB1_NAM_GDAS_120000L_20120409_120000V.stat \
-job filter -line_type MPR -fcst_var TMP -fcst_lev Z2 -vx_mask DTC165 \
-column_str OBS_SID KDLN,KDHT,KDEN,KDLS,KDMA,KDMN,KDVT,KDEW \
-column_exc OBS_SID KDLN,KDHT \
-dump_row &OUTPUT_DIR;/stat_analysis/POINT_STAT_FILTER_OBS_SID.stat \
-v 1
</param>
<output>
<exist>&OUTPUT_DIR;/stat_analysis/POINT_STAT_FILTER_OBS_SID.stat</exist>
</output>
</test>

<test name="stat_analysis_POINT_STAT_FILTER_TIMES">
<env>
<pair><name>OUTPUT_DIR</name> <value>&OUTPUT_DIR;/stat_analysis</value></pair>
Expand Down

0 comments on commit e48c711

Please sign in to comment.