mirror of https://github.com/ecmwf/eccodes.git
Testing: expandedDescriptors as array of doubles
This commit is contained in:
parent
f783dc1f53
commit
db7d9d0995
|
@ -1270,6 +1270,13 @@ diff $fRef $fLog
|
|||
rm -f $fRef
|
||||
|
||||
|
||||
# Decode expandedDescriptors as array of doubles
|
||||
cat > $fRules <<EOF
|
||||
print "[expandedDescriptors:d]";
|
||||
EOF
|
||||
${tools_dir}/codes_bufr_filter $fRules airc_142.bufr
|
||||
|
||||
|
||||
|
||||
# Clean up
|
||||
rm -f ${f}.log ${f}.log.ref ${f}.out $fLog $fRules
|
||||
|
|
Loading…
Reference in New Issue