#!/bin/sh # (C) Copyright 2005- ECMWF. # # This software is licensed under the terms of the Apache Licence Version 2.0 # which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. # # In applying this licence, ECMWF does not waive the privileges and immunities granted to it by # virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction. # . ./include.ctest.sh # --------------------------------------------------------- # This is the test for the JIRA issue ECC-1150 # ECC-1150: keys 'lowerLimit' & 'upperLimit' cannot be MISSING # See also ECC-1286 # --------------------------------------------------------- label="grib_ecc-1150_test" tempGrib=temp.${label}.grib tempFilt=temp.${label}.filt in=$ECCODES_SAMPLES_PATH/GRIB2.tmpl set_lowerLimit_and_check() { _llim=$1 _sfac=$2 _sval=$3 ${tools_dir}/grib_set -s lowerLimit=$_llim $tempGrib $temp2 grib_check_key_equals $temp2 \ scaleFactorOfLowerLimit,scaledValueOfLowerLimit,lowerLimit \ "$_sfac $_sval $_llim" } # Decoding: Lower limit # ---------------------- ${tools_dir}/grib_set -s \ productDefinitionTemplateNumber=5,scaleFactorOfLowerLimit=missing,scaledValueOfLowerLimit=missing \ $in $tempGrib grib_check_key_equals $tempGrib lowerLimit,upperLimit 'MISSING 0' cat > $tempFilt < $tempFilt <