Skip to content

Commit

Permalink
Per #2118, update unit_plot_data_plane.xml to plot this rotated lat/l…
Browse files Browse the repository at this point in the history
…on GRIB1 file.
  • Loading branch information
JohnHalleyGotway committed Apr 6, 2022
1 parent 1dcae35 commit fd7bdb4
Showing 1 changed file with 30 additions and 16 deletions.
46 changes: 30 additions & 16 deletions test/xml/unit_plot_data_plane.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,20 @@
</output>
</test>

<test name="plot_data_plane_GRIB1_rotlatlon">
<exec>&MET_BIN;/plot_data_plane</exec>
<param> \
&DATA_DIR_MODEL;/grib1/cosmo/lfff03080000.grib \
&OUTPUT_DIR;/plot_data_plane/cosmo_rotlatlon_GRIB1_TMP_Z2.ps \
'name="T"; level="Z2";' \
-title "Rotated Lat/Lon 2-meter Temperature" \
-v 1
</param>
<output>
<ps>&OUTPUT_DIR;/plot_data_plane/cosmo_rotlatlon_GRIB1_TMP_Z2.ps</ps>
</output>
</test>

<test name="plot_data_plane_GRIB2">
<exec>&MET_BIN;/plot_data_plane</exec>
<param> \
Expand Down Expand Up @@ -131,6 +145,22 @@
</output>
</test>

<test name="plot_data_plane_GRIB2_PROB">
<exec>&MET_BIN;/plot_data_plane</exec>
<param> \
&DATA_DIR_MODEL;/grib2/sref_pr/sref_prob_2012040821_F012.grib2 \
&OUTPUT_DIR;/plot_data_plane/sref_prob_2012040821_F012_GRIB2_PROB_APCP_12_gt2.54.ps \
'name = "PROB"; level = "A12"; prob = { name = "APCP"; thresh_lo = 2.54; };' \
-title "GRIB2 Probability of 12-hour APCP > 2.54mm)" \
-color_table &MET_BASE;/colortables/NCL_colortables/WhBlGrYeRe.ctable \
-plot_range 0 100 \
-v 1
</param>
<output>
<ps>&OUTPUT_DIR;/plot_data_plane/sref_prob_2012040821_F012_GRIB2_PROB_APCP_12_gt2.54.ps</ps>
</output>
</test>

<test name="plot_data_plane_NC_PINTERP">
<exec>&MET_BIN;/plot_data_plane</exec>
<param> \
Expand Down Expand Up @@ -285,22 +315,6 @@
</output>
</test>

<test name="plot_data_plane_GRIB2_PROB">
<exec>&MET_BIN;/plot_data_plane</exec>
<param> \
&DATA_DIR_MODEL;/grib2/sref_pr/sref_prob_2012040821_F012.grib2 \
&OUTPUT_DIR;/plot_data_plane/sref_prob_2012040821_F012_GRIB2_PROB_APCP_12_gt2.54.ps \
'name = "PROB"; level = "A12"; prob = { name = "APCP"; thresh_lo = 2.54; };' \
-title "GRIB2 Probability of 12-hour APCP > 2.54mm)" \
-color_table &MET_BASE;/colortables/NCL_colortables/WhBlGrYeRe.ctable \
-plot_range 0 100 \
-v 1
</param>
<output>
<ps>&OUTPUT_DIR;/plot_data_plane/sref_prob_2012040821_F012_GRIB2_PROB_APCP_12_gt2.54.ps</ps>
</output>
</test>

<test name="plot_data_plane_TRMM_3B42_3hourly_nc">
<exec>&MET_BIN;/plot_data_plane</exec>
<param> \
Expand Down

0 comments on commit fd7bdb4

Please sign in to comment.