ECC-1045: add test

This commit is contained in:
Shahram Najm 2019-12-20 17:05:52 +00:00
parent c1850be2fd
commit a7877c6730
1 changed files with 5 additions and 0 deletions

View File

@ -109,6 +109,11 @@ grib_check_key_equals $temp.3 edition,productDefinitionTemplateNumber "2 5"
grib_check_key_equals $temp.3 forecastProbabilityNumber,totalNumberOfForecastProbabilities "2 25"
grib_check_key_equals $temp.3 probabilityType,scaledValueOfLowerLimit,scaledValueOfUpperLimit "2 54 56"
# ECC-1045
${tools_dir}/grib_set -s localDefinitionNumber=5,lowerThreshold=missing,upperThreshold=missing \
$sample_g1 $temp.1
grib_check_key_equals $temp.1 'lowerThreshold,upperThreshold' 'MISSING MISSING'
# Local Definition 42 for GRIB2 (LC-WFV)
# ---------------------------------------