mirror of https://github.com/ecmwf/eccodes.git
Test generator
This commit is contained in:
parent
147bdc4290
commit
7688705e4d
|
@ -43,6 +43,7 @@ tempGrib=temp.\$label.grib
|
|||
tempBufr=temp.\$label.bufr
|
||||
tempFilt=temp.\$label.filt
|
||||
tempLog=temp.\$label.log
|
||||
tempOut=temp.\$label.txt
|
||||
tempRef=temp.\$label.ref
|
||||
|
||||
sample_grib2=\$ECCODES_SAMPLES_PATH/GRIB2.tmpl
|
||||
|
@ -61,7 +62,8 @@ sample_bufr4=\$ECCODES_SAMPLES_PATH/BUFR4.tmpl
|
|||
#\${tools_dir}/bufr_set
|
||||
#...
|
||||
|
||||
rm -f \$tempGrib \$tempBufr \$tempFilt \$tempLog \$tempRef
|
||||
# Clean up
|
||||
rm -f \$tempGrib \$tempBufr \$tempFilt \$tempLog \$tempOut \$tempRef
|
||||
EOF
|
||||
|
||||
echo >&2
|
||||
|
|
Loading…
Reference in New Issue