Skip to content

Commit

Permalink
Per #2966, add gen_vx_mask unit test to demonstrate the solar_time ma…
Browse files Browse the repository at this point in the history
…sking type.
  • Loading branch information
JohnHalleyGotway committed Nov 4, 2024
1 parent ea9840d commit 0ed3fe2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions internal/test_unit/xml/unit_gen_vx_mask.xml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,23 @@
</output>
</test>

<!-- -->
<!-- SOLAR_TIME: Solar time -->
<!-- -->

<test name="gen_vx_mask_SOLAR_TIME">
<exec>&MET_BIN;/gen_vx_mask</exec>
<param> \
'G004' \
'20050808_12' \
&OUTPUT_DIR;/gen_vx_mask/SOLAR_TIME_raw.nc \
-type solar_time -v 2
</param>
<output>
<grid_nc>&OUTPUT_DIR;/gen_vx_mask/SOLAR_TIME_raw.nc</grid_nc>
</output>
</test>

<!-- -->
<!-- LAT: latitude band -->
<!-- -->
Expand Down

0 comments on commit 0ed3fe2

Please sign in to comment.