Skip to content

Commit

Permalink
Testing: grib_merge
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed May 2, 2024
1 parent 3ffb5a6 commit 8168444
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/grib_merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@
label="grib_merge_test"

tempGrib=temp.$label.grib
tempFilt=temp.$label.filt
tempLog=temp.$label.log
tempOut=temp.$label.txt
tempRef=temp.$label.ref

f1=$ECCODES_SAMPLES_PATH/regular_ll_pl_grib1.tmpl
f2=$ECCODES_SAMPLES_PATH/regular_ll_sfc_grib1.tmpl
${tools_dir}/grib_merge $f1 $f2 $tempGrib

# Clean up
rm -f $tempGrib $tempFilt $tempLog $tempOut $tempRef
rm -f $tempGrib

0 comments on commit 8168444

Please sign in to comment.