From 532d1fe6502d9992c9d8e8b4280d6903f5dab4ff Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Sat, 5 Feb 2022 20:40:45 +0000 Subject: [PATCH] Testing: no point testing option NC_SHORT --- tests/grib_to_netcdf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/grib_to_netcdf.sh b/tests/grib_to_netcdf.sh index a2bc97340..bb290c810 100755 --- a/tests/grib_to_netcdf.sh +++ b/tests/grib_to_netcdf.sh @@ -78,7 +78,7 @@ grib_files="\ regular_gaussian_surface.grib1 \ missing.grib2" -ncf_types="NC_SHORT NC_INT NC_FLOAT NC_DOUBLE" +ncf_types="NC_INT NC_FLOAT NC_DOUBLE" # Go thru all the specified GRIB files and convert them to NetCDF for dt in $ncf_types; do