mirror of https://github.com/ecmwf/eccodes.git
Testing: No need to set stepType
This commit is contained in:
parent
e8fceb68d6
commit
d4ae4b875e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue