mirror of https://github.com/ecmwf/eccodes.git
ECC-600: Fix test
This commit is contained in:
parent
c4e4aba85d
commit
c15df25139
|
@ -12,13 +12,13 @@
|
|||
set -u
|
||||
# ---------------------------------------------------------
|
||||
# This is the test for the JIRA issue ECC-600.
|
||||
# Nearest neighbour for rotated grids
|
||||
# Nearest neighbour for rotated lat/lon grids.
|
||||
# ---------------------------------------------------------
|
||||
label="grib_ecc-600-test"
|
||||
tempOut=temp.${label}.out
|
||||
tempGrib=temp.${label}.grib
|
||||
|
||||
tigge=${data_dir}/tiggelam_cnmc_sfc.grib
|
||||
input=${data_dir}/tigge/tiggelam_cnmc_sfc.grib
|
||||
${tools_dir}/grib_copy -w count=4 $input $tempGrib
|
||||
|
||||
${tools_dir}/grib_ls -l 40,0,1 $tempGrib > $tempOut
|
||||
|
|
Loading…
Reference in New Issue