mirror of https://github.com/ecmwf/eccodes.git
Remove the bad.bufr data file
This commit is contained in:
parent
dfd84ae5c1
commit
a1cb8cc4eb
|
@ -35,7 +35,6 @@ b005_87.bufr
|
|||
b005_89.bufr
|
||||
b006_96.bufr
|
||||
b007_31.bufr
|
||||
bad.bufr
|
||||
bssh_170.bufr
|
||||
bssh_176.bufr
|
||||
bssh_178.bufr
|
||||
|
|
|
@ -268,7 +268,6 @@ syno_multi.bufr.desc.ref
|
|||
synop_multi_subset.bufr.desc.ref
|
||||
aaen_55.bufr.ls.ref
|
||||
syno_multi.bufr.header.ref
|
||||
bad.bufr.json.v0.16.0.ref
|
||||
207003.bufr.json.ref
|
||||
new_207003.bufr.ref
|
||||
new_aaen_55.bufr.ref
|
||||
|
|
|
@ -21,7 +21,6 @@ bufr_files=`cat ${data_dir}/bufr/bufr_data_files.txt`
|
|||
|
||||
for f in ${bufr_files}; do
|
||||
if [ "$f" = "ias1_240.bufr" ]; then continue; fi
|
||||
if [ "$f" = "bad.bufr" ]; then continue; fi
|
||||
|
||||
# Convert to BUFR edition 4
|
||||
${tools_dir}bufr_set -s editionNumber=4 $f $fBufrTmp
|
||||
|
|
Loading…
Reference in New Issue