Skip to content

Commit

Permalink
Per issue #1761: added new unit test for dynamic FBIAS values when ru…
Browse files Browse the repository at this point in the history
…nning grid_stat. SL
  • Loading branch information
Seth Linden committed Nov 1, 2021
1 parent dc2a45a commit 3315d22
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions test/xml/unit_perc_thresh.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,30 @@
</output>
</test>

<!-- -->
<!-- Grid-Stat FBIAS -->
<!-- -->

<test name="perc_thresh_fbias_GRID_STAT">
<exec>&MET_BIN;/grid_stat</exec>
<env>
<pair><name>OUTPUT_PREFIX</name> <value>PERC_THRESH_FBIAS</value></pair>
</env>
<param> \
&DATA_DIR_MODEL;/grib2/gfs/gfs_2012040900_F024.grib2 \
&DATA_DIR_MODEL;/grib2/gfsanl/gfsanl_4_20120410_0000_000.grb2 \
&CONFIG_DIR;/GridStatConfig_fbias_perc_thresh \
-outdir &OUTPUT_DIR;/perc_thresh -v 3
</param>
<output>
<stat>&OUTPUT_DIR;/perc_thresh/grid_stat_PERC_THRESH_FBIAS_240000L_20120410_000000V.stat</stat>
<stat>&OUTPUT_DIR;/perc_thresh/grid_stat_PERC_THRESH_FBIAS_240000L_20120410_000000V_cts.txt</stat>
<stat>&OUTPUT_DIR;/perc_thresh/grid_stat_PERC_THRESH_FBIAS_240000L_20120410_000000V_cnt.txt</stat>
<stat>&OUTPUT_DIR;/perc_thresh/grid_stat_PERC_THRESH_FBIAS_240000L_20120410_000000V_sl1l2.txt</stat>
<grid_nc>&OUTPUT_DIR;/perc_thresh/grid_stat_PERC_THRESH_FBIAS_240000L_20120410_000000V_pairs.nc</grid_nc>
</output>
</test>

<!-- -->
<!-- MODE -->
<!-- -->
Expand Down

0 comments on commit 3315d22

Please sign in to comment.