Skip to content

Commit

Permalink
Per #2582, update unit_plot_tc.xml to use the -save_data option in de…
Browse files Browse the repository at this point in the history
…velop-ref.
  • Loading branch information
JohnHalleyGotway committed Jun 21, 2023
1 parent da47bad commit de37534
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions internal/test_unit/xml/unit_plot_tc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@
-lookin &OUTPUT_DIR;/tc_pairs/alal2010.tcst \
-filter '-amodel AHWI,BCLP' \
-outdir &OUTPUT_DIR;/plot_tc \
-dep 'TK_ERR,ABS(AMAX_WIND-BMAX_WIND)'
-dep 'TK_ERR,ABS(AMAX_WIND-BMAX_WIND)' \
-save_data &OUTPUT_DIR;/plot_tc/plot_tc_TCMPR_data.tcst
</param>
<output>
<exist>&OUTPUT_DIR;/plot_tc/ABS_AMAX_WIND-BMAX_WIND_boxplot.png</exist>
<exist>&OUTPUT_DIR;/plot_tc/ABS_AMAX_WIND-BMAX_WIND_boxplot.log</exist>
<exist>&OUTPUT_DIR;/plot_tc/TK_ERR_boxplot.png</exist>
<exist>&OUTPUT_DIR;/plot_tc/TK_ERR_boxplot.log</exist>
<exist>&OUTPUT_DIR;/plot_tc/ABS_AMAX_WIND-BMAX_WIND_boxplot.png</exist>
<exist>&OUTPUT_DIR;/plot_tc/ABS_AMAX_WIND-BMAX_WIND_boxplot.log</exist>
<exist>&OUTPUT_DIR;/plot_tc/TK_ERR_boxplot.png</exist>
<exist>&OUTPUT_DIR;/plot_tc/TK_ERR_boxplot.log</exist>
<stat>&OUTPUT_DIR;/plot_tc/plot_tc_TCMPR_data.tcst</stat>
</output>
</test>

Expand Down

0 comments on commit de37534

Please sign in to comment.