Testing: no point testing option NC_SHORT

This commit is contained in:
Shahram Najm 2022-02-05 20:40:45 +00:00
parent dd415d3c33
commit 532d1fe650
1 changed files with 1 additions and 1 deletions

View File

@ -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