From 8d09093c5115c5a42f5e518319b092e0524f0cf4 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 4 Feb 2022 19:57:56 -0700 Subject: [PATCH] Per #1055, add a test to unit_regrid.xml to demonstrate the processing of the rotated lat/lon grid from a CF-compliant NetCDF file. --- test/xml/unit_regrid.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/test/xml/unit_regrid.xml b/test/xml/unit_regrid.xml index 512b4f0a6c..869be79a53 100644 --- a/test/xml/unit_regrid.xml +++ b/test/xml/unit_regrid.xml @@ -373,4 +373,20 @@ + + + + &MET_BIN;/regrid_data_plane + \ + &DATA_DIR_MODEL;/nccf/india_rotated_unrotated_grid.nc \ + "latlon 250 220 -10 54 0.25 0.25" \ + &OUTPUT_DIR;/regrid/regrid_data_plane_NC_ROT_LAT_LON.nc \ + -field 'name="number_of_lightning_flashes"; level="(*,*)";' \ + -method MAX -width 5 + + + &OUTPUT_DIR;/regrid/regrid_data_plane_NC_ROT_LAT_LON.nc + + +