Skip to content

Commit

Permalink
#2638 Added an unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Aug 17, 2023
1 parent 8f7b559 commit 45a3c63
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions internal/test_unit/xml/unit_plot_data_plane.xml
Original file line number Diff line number Diff line change
Expand Up @@ -564,4 +564,18 @@
</output>
</test>

<test name="plot_data_plane_NCCF_not_standard_vertical_levels">
<exec>&MET_BIN;/plot_data_plane</exec>
<param> \
&DATA_DIR_MODEL;/nccf/percentile_extract_20230729T1200Z-B20230725T0030Z-visibility_at_screen_level.nc \
&OUTPUT_DIR;/plot_data_plane/visibility_in_air_by_percentile.ps \
'name="visibility_in_air"; level="(6,*,*)";' \
-title "Visibility in air" \
-v 1
</param>
<output>
<ps>&OUTPUT_DIR;/plot_data_plane/visibility_in_air_by_percentile.ps</ps>
</output>
</test>

</met_test>

0 comments on commit 45a3c63

Please sign in to comment.