Skip to content

Commit

Permalink
Per #2022, add a new call to Stat-Analysis to exercise the VAL1L2 to …
Browse files Browse the repository at this point in the history
…VCNT conversion.
  • Loading branch information
JohnHalleyGotway committed May 20, 2022
1 parent 30cb0a3 commit 94d4dd6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion internal/test_unit/xml/unit_climatology_1.5deg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</output>
</test>

<test name="climatology_STAT_ANALYSIS_WMO_1.5DEG_AGG_STAT">
<test name="climatology_STAT_ANALYSIS_WMO_1.5DEG_MPR_AGG_STAT">
<exec>&MET_BIN;/stat_analysis</exec>
<env>
<pair><name>OUTPUT_DIR</name> <value>&OUTPUT_DIR;/climatology_1.5deg</value></pair>
Expand All @@ -62,6 +62,21 @@
</output>
</test>

<test name="climatology_STAT_ANALYSIS_WMO_1.5DEG_VAL1L2_AGG_STAT">
<exec>&MET_BIN;/stat_analysis</exec>
<env>
<pair><name>OUTPUT_DIR</name> <value>&OUTPUT_DIR;/climatology_1.5deg</value></pair>
</env>
<param> \
-lookin &OUTPUT_DIR;/climatology_1.5deg/point_stat_WMO_CLIMO_1.5DEG_120000L_20120409_120000V.stat \
-job aggregate_stat -line_type VAL1L2 -out_line_type VCNT -by FCST_LEV \
-out_stat &OUTPUT_DIR;/climatology_1.5deg/stat_analysis_WMO_1.5DEG_VAL1L2_to_VCNT_out.stat
</param>
<output>
<stat>&OUTPUT_DIR;/climatology_1.5deg/stat_analysis_WMO_1.5DEG_VAL1L2_to_VCNT_out.stat</stat>
</output>
</test>

<test name="climatology_STAT_ANALYSIS_WMO_1.5DEG_FILTER">
<exec>&MET_BIN;/stat_analysis</exec>
<env>
Expand Down

0 comments on commit 94d4dd6

Please sign in to comment.