mirror of https://github.com/ecmwf/eccodes.git
Testing: BUFR expanded keys
This commit is contained in:
parent
2654faa154
commit
57106696dc
|
@ -66,5 +66,10 @@ cat > $fRules <<EOF
|
|||
EOF
|
||||
${tools_dir}/codes_bufr_filter $fRules $f
|
||||
|
||||
# Other expanded stuff
|
||||
# ---------------------
|
||||
f="$ECCODES_SAMPLES_PATH/BUFR4.tmpl"
|
||||
echo 'print "[expandedOriginalReferences:i]";' | ${tools_dir}/codes_bufr_filter - $f
|
||||
|
||||
# Clean up
|
||||
rm -f $fRules $fLog $temp
|
||||
|
|
Loading…
Reference in New Issue