mirror of https://github.com/ecmwf/eccodes.git
Testing: cleanup
This commit is contained in:
parent
c686b3b9fc
commit
ccebec07db
|
@ -30,10 +30,8 @@ fi
|
||||||
# Test downloaded data files
|
# Test downloaded data files
|
||||||
#==============================================
|
#==============================================
|
||||||
bufr_files=`cat ${data_dir}/bufr/bufr_data_files.txt`
|
bufr_files=`cat ${data_dir}/bufr/bufr_data_files.txt`
|
||||||
REDIRECT=/dev/null
|
|
||||||
|
|
||||||
for file in ${bufr_files}
|
for file in ${bufr_files}; do
|
||||||
do
|
|
||||||
${tools_dir}/bufr_dump -d ${data_dir}/bufr/$file >/dev/null
|
${tools_dir}/bufr_dump -d ${data_dir}/bufr/$file >/dev/null
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.sh
|
||||||
set -u
|
set -u
|
||||||
REDIRECT=/dev/null
|
|
||||||
label="bufr_ecc-1195-test"
|
label="bufr_ecc-1195-test"
|
||||||
temp1=temp.$label.bufr
|
temp1=temp.$label.bufr
|
||||||
temp2=temp.$label.txt
|
temp2=temp.$label.txt
|
||||||
|
|
|
@ -22,7 +22,6 @@ fDump=${label}".tmp.dump"
|
||||||
# Testing latest WMO tables
|
# Testing latest WMO tables
|
||||||
# --------------------------------
|
# --------------------------------
|
||||||
bufr_files=`cat ${data_dir}/bufr/bufr_data_files.txt`
|
bufr_files=`cat ${data_dir}/bufr/bufr_data_files.txt`
|
||||||
REDIRECT=/dev/null
|
|
||||||
|
|
||||||
blacklist=masterTablesVersionNumber
|
blacklist=masterTablesVersionNumber
|
||||||
|
|
||||||
|
@ -38,8 +37,7 @@ blacklist=$blacklist",scanLevelQualityFlags"
|
||||||
# The units for centre also changed
|
# The units for centre also changed
|
||||||
blacklist=$blacklist",centre,subCentre,generatingApplication"
|
blacklist=$blacklist",centre,subCentre,generatingApplication"
|
||||||
|
|
||||||
for file in ${bufr_files}
|
for file in ${bufr_files}; do
|
||||||
do
|
|
||||||
input=${data_dir}/bufr/$file
|
input=${data_dir}/bufr/$file
|
||||||
mtv=`${tools_dir}/bufr_get -wcount=1 -p masterTablesVersionNumber $input`
|
mtv=`${tools_dir}/bufr_get -wcount=1 -p masterTablesVersionNumber $input`
|
||||||
# Must exclude old versions (before 14):
|
# Must exclude old versions (before 14):
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
#
|
#
|
||||||
. ./include.sh
|
. ./include.sh
|
||||||
set -u
|
set -u
|
||||||
REDIRECT=/dev/null
|
|
||||||
|
|
||||||
label="grib2_templates"
|
label="grib2_templates"
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
#
|
#
|
||||||
. ./include.sh
|
. ./include.sh
|
||||||
set -u
|
set -u
|
||||||
REDIRECT=/dev/null
|
|
||||||
|
|
||||||
label="grib2_version"
|
label="grib2_version"
|
||||||
if [ ! -d "$ECCODES_DEFINITION_PATH" ]; then
|
if [ ! -d "$ECCODES_DEFINITION_PATH" ]; then
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
|
||||||
|
|
||||||
$EXEC ${test_dir}/grib_bpv_limit ${data_dir}/regular_latlon_surface.grib2 2>/dev/null
|
$EXEC ${test_dir}/grib_bpv_limit ${data_dir}/regular_latlon_surface.grib2 2>/dev/null
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
|
||||||
|
|
||||||
temp1=temp1.calendar.$$
|
temp1=temp1.calendar.$$
|
||||||
temp2=temp2.calendar.$$
|
temp2=temp2.calendar.$$
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
|
||||||
label="grib_complex"
|
label="grib_complex"
|
||||||
temp=${label}".grib.tmp"
|
temp=${label}".grib.tmp"
|
||||||
temp1=${label}".1.tmp"
|
temp1=${label}".1.tmp"
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.sh
|
||||||
set -u
|
set -u
|
||||||
REDIRECT=/dev/null
|
|
||||||
label="grib_ecc-1195-test"
|
label="grib_ecc-1195-test"
|
||||||
temp1=temp.$label.grib
|
temp1=temp.$label.grib
|
||||||
temp2=temp.$label.txt
|
temp2=temp.$label.txt
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.sh
|
||||||
set -u
|
set -u
|
||||||
REDIRECT=/dev/null
|
|
||||||
label="grib_ecc-1212-test"
|
label="grib_ecc-1212-test"
|
||||||
tempGrib=temp.$label.grib
|
tempGrib=temp.$label.grib
|
||||||
tempFilt=temp.$label.filt
|
tempFilt=temp.$label.filt
|
||||||
|
|
|
@ -10,8 +10,6 @@
|
||||||
|
|
||||||
. ./include.sh
|
. ./include.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
|
||||||
|
|
||||||
grib2_sample=$ECCODES_SAMPLES_PATH/GRIB2.tmpl
|
grib2_sample=$ECCODES_SAMPLES_PATH/GRIB2.tmpl
|
||||||
label=grib_uerra_test
|
label=grib_uerra_test
|
||||||
tempSample=tempSample.${label}.grib2
|
tempSample=tempSample.${label}.grib2
|
||||||
|
|
Loading…
Reference in New Issue