Adding a test to check for regressions when subsetting a netCDF3 file.

This commit is contained in:
Ward Fisher 2017-09-01 11:47:42 -06:00
parent 2bf1f68cf7
commit a5d9c2dbcd
2 changed files with 9 additions and 0 deletions

BIN
ncdump/nccopy3_subset.nc Normal file

Binary file not shown.

View File

@ -0,0 +1,9 @@
#!/bin/bash
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh
# For a netCDF-3 build, test nccopy on netCDF files in this directory
set -e
echo ""