Test generator

This commit is contained in:
shahramn 2024-05-01 15:49:54 +01:00
parent 147bdc4290
commit 7688705e4d
1 changed files with 3 additions and 1 deletions

View File

@ -43,6 +43,7 @@ tempGrib=temp.\$label.grib
tempBufr=temp.\$label.bufr tempBufr=temp.\$label.bufr
tempFilt=temp.\$label.filt tempFilt=temp.\$label.filt
tempLog=temp.\$label.log tempLog=temp.\$label.log
tempOut=temp.\$label.txt
tempRef=temp.\$label.ref tempRef=temp.\$label.ref
sample_grib2=\$ECCODES_SAMPLES_PATH/GRIB2.tmpl sample_grib2=\$ECCODES_SAMPLES_PATH/GRIB2.tmpl
@ -61,7 +62,8 @@ sample_bufr4=\$ECCODES_SAMPLES_PATH/BUFR4.tmpl
#\${tools_dir}/bufr_set #\${tools_dir}/bufr_set
#... #...
rm -f \$tempGrib \$tempBufr \$tempFilt \$tempLog \$tempRef # Clean up
rm -f \$tempGrib \$tempBufr \$tempFilt \$tempLog \$tempOut \$tempRef
EOF EOF
echo >&2 echo >&2