Skip to content

Commit

Permalink
#1580 Added point2grid_2D_time
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoh-u committed Jan 7, 2021
1 parent 50303d7 commit b6486b0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test/xml/unit_point2grid.xml
Expand Up @@ -236,4 +236,22 @@
<grid_nc>&OUTPUT_DIR;/point2grid/point2grid_GOES_16_AOD_TO_G212_unsigned.nc</grid_nc>
</output>
</test>

<test name="point2grid_2D_time">
<exec>&MET_BIN;/point2grid</exec>
<env>
<pair><name>MET_TMP_DIR</name> <value>&OUTPUT_DIR;</value></pair>
</env>
<param> \
&DATA_DIR_OBS;/point_obs/VOLCAT_HIMAWARI-8_FLDK_s2020296_173000_v300250_VCB_w167_FLDK_b2020295_204000_g001.nc \
G231 \
&OUTPUT_DIR;/point2grid/point2grid_2D_time_G231.nc \
-field 'name="brightness_temperature_4micron"; level="(*,*)";' \
-qc 1,2,3 -method MAX \
-v 1
</param>
<output>
<grid_nc>&OUTPUT_DIR;/point2grid/point2grid_2D_time_G231.nc</grid_nc>
</output>
</test>
</met_test>

0 comments on commit b6486b0

Please sign in to comment.