Testing: GDS Present

This commit is contained in:
Shahram Najm 2023-12-26 20:05:56 +00:00
parent 3826d72024
commit cf66422eee
1 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,11 @@ grib_check_key_equals $input 'typeOfProcessedData:i' '2'
${tools_dir}/grib_set -s typeOfProcessedData=rubbish $input $outfile ${tools_dir}/grib_set -s typeOfProcessedData=rubbish $input $outfile
grib_check_key_equals $outfile 'typeOfProcessedData:i' '255' # set to default grib_check_key_equals $outfile 'typeOfProcessedData:i' '255' # set to default
# GDSPresent
# ------------
input=$ECCODES_SAMPLES_PATH/GRIB1.tmpl
${tools_dir}/grib_set -s GDSPresent=1 $input $outfile
# Clean up # Clean up
rm -f $outfile $temp rm -f $outfile $temp