Skip to content

Commit

Permalink
Per #1904, add the make test script logic to unit_met_test_scripts.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Sep 27, 2021
1 parent 1b5a07f commit 1a0d0ae
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion test/xml/unit_met_test_scripts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<exit_on_fail>true</exit_on_fail>

<!-- -->
<!-- gen_vx_mask -->
<!-- gen_vx_mask -->
<!-- -->

<test name="test_all_gen_vx_mask_1">
Expand Down Expand Up @@ -52,6 +52,23 @@
</output>
</test>

<!-- -->
<!-- gen_ens_prod -->
<!-- -->

<test name="test_all_gen_ens_prod">
<exec>&MET_BIN;/gen_ens_prod</exec>
<param> \
-ens &MET_DATA;/sample_fcst/2009123112/*gep*/d01_2009123112_02400.grib \
-config &MET_SCRIPTS;/config/GenEnsProdConfig \
-out &OUTPUT_DIR;/gen_ens_prod/gen_ens_prod_20100101_120000V_ens.nc \
-v 2
</param>
<output>
<grid_nc>&OUTPUT_DIR;/gen_ens_prod/gen_ens_prod_20100101_120000V_ens.nc</grid_nc>
</output>
</test>

<!-- -->
<!-- pcp_combine -->
<!-- -->
Expand Down

0 comments on commit 1a0d0ae

Please sign in to comment.