From d4ae4b875e7dac9ef9cbf8a5a6c0dd451e724d8a Mon Sep 17 00:00:00 2001 From: shahramn Date: Tue, 22 Oct 2024 14:56:29 +0100 Subject: [PATCH] Testing: No need to set stepType --- tests/grib_cfNames.sh | 4 ++-- tests/grib_uerra.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/grib_cfNames.sh b/tests/grib_cfNames.sh index 882d38139..7ffe2cbf1 100755 --- a/tests/grib_cfNames.sh +++ b/tests/grib_cfNames.sh @@ -24,7 +24,7 @@ ${tools_dir}/grib_set -s stepType=accum,discipline=0,parameterNumber=20,paramete grib_check_key_equals $temp cfName kinetic_energy_dissipation_in_atmosphere_boundary_layer ${tools_dir}/grib_set -s productDefinitionTemplateNumber=8,paramId=145 $sample2 $temp grib_check_key_equals $temp cfName kinetic_energy_dissipation_in_atmosphere_boundary_layer -${tools_dir}/grib_set -s stepType=accum,paramId=145 $sample2 $temp +${tools_dir}/grib_set -s paramId=145 $sample2 $temp grib_check_key_equals $temp cfName kinetic_energy_dissipation_in_atmosphere_boundary_layer ${tools_dir}/grib_set -s paramId=137 $sample2 $temp @@ -51,7 +51,7 @@ grib_check_key_equals $temp cfName depth_of_isosurface_of_sea_water_potential_te ${tools_dir}/grib_set -s paramId=181 $sample1 $temp grib_check_key_equals $temp cfName surface_downward_northward_stress -${tools_dir}/grib_set -s stepType=accum,paramId=181 $sample2 $temp +${tools_dir}/grib_set -s paramId=181 $sample2 $temp grib_check_key_equals $temp cfName surface_downward_northward_stress ${tools_dir}/grib_set -s discipline=192,parameterCategory=151,parameterNumber=153 $sample2 $temp grib_check_key_equals $temp cfName surface_downward_eastward_stress diff --git a/tests/grib_uerra.sh b/tests/grib_uerra.sh index 15f9523e6..9b6ec7bd3 100755 --- a/tests/grib_uerra.sh +++ b/tests/grib_uerra.sh @@ -51,7 +51,7 @@ test_stream_and_type() grib_check_key_equals $temp1 'mars.stream,mars.type' "$ms $mt" # Param 228228 (accum) and 167 (instant) - ${tools_dir}/grib_set -s stepType=accum,paramId=228228 $temp1 $temp2 + ${tools_dir}/grib_set -s paramId=228228 $temp1 $temp2 grib_check_key_equals $temp2 'stream,type' "$ms $mt" ${tools_dir}/grib_set -s paramId=167 $temp1 $temp2