Skip to content

Commit

Permalink
Update run_wgrib2_rpn_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed May 7, 2024
1 parent d19420b commit 6e3613f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_wgrib2_rpn_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "*** Calculates wind speed for records 1-25, then returns the average, min,
-set_var WIND \
-grib_out tmp_windspeed.grb

../wgrib2/wgrib2.exe tmp_windspeed.grb -rpn print_min -rpn print_max -rpn print_ave > min_max_ave_windspeed.txt
../wgrib2/wgrib2 tmp_windspeed.grb -rpn print_min -rpn print_max -rpn print_ave > min_max_ave_windspeed.txt
touch min_max_ave_windspeed.txt
cmp min_max_ave_windspeed.txt data/ref_rpn.windspeed.gdas.t12z.pgrb2.1p00.anl.75r.grib2.txt

Expand Down

0 comments on commit 6e3613f

Please sign in to comment.