Testing: CCSDS const field nearest

This commit is contained in:
Shahram Najm 2022-06-21 18:00:28 +01:00
parent 95a09be32e
commit 6d4d11fcc6
1 changed files with 5 additions and 0 deletions

View File

@ -101,6 +101,11 @@ if [ $HAVE_AEC -eq 1 ]; then
grep -q "103484" $temp
${tools_dir}/grib_ls -l 79.0,203.0,1 $input_grb > $temp
grep -q "Grid Point chosen #2 index=4163 " $temp
# Constant field
input_grb=${samp_dir}/ccsds_grib2.tmpl
${tools_dir}/grib_get -l 0,0,1 $input_grb > $temp
grep -q "1" $temp
fi