mirror of https://github.com/ecmwf/eccodes.git
Testing: expanded_descriptors with different ranks
This commit is contained in:
parent
db7d9d0995
commit
a5c78d4c18
|
@ -1276,6 +1276,17 @@ cat > $fRules <<EOF
|
||||||
EOF
|
EOF
|
||||||
${tools_dir}/codes_bufr_filter $fRules airc_142.bufr
|
${tools_dir}/codes_bufr_filter $fRules airc_142.bufr
|
||||||
|
|
||||||
|
# Various expanded descriptors
|
||||||
|
f="$ECCODES_SAMPLES_PATH/BUFR4.tmpl"
|
||||||
|
cat > $fRules <<EOF
|
||||||
|
meta expandedReferences expanded_descriptors(elemetsTable,expandedCodes,2);
|
||||||
|
meta expandedWidths expanded_descriptors(elemetsTable,expandedCodes,3);
|
||||||
|
meta expandedType expanded_descriptors(elemetsTable,expandedCodes,4);
|
||||||
|
print "r=[expandedReferences]";
|
||||||
|
print "w=[expandedWidths]";
|
||||||
|
print "t=[expandedType]";
|
||||||
|
EOF
|
||||||
|
${tools_dir}/codes_bufr_filter $fRules $f > $fLog
|
||||||
|
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
|
|
Loading…
Reference in New Issue