Change the default wgrib2 location when running the command since we aren't distributing it

This commit is contained in:
ucar-tmeyer 2023-02-17 18:24:34 +00:00
parent 7b6fc19994
commit fe729bf990

View file

@ -21,7 +21,7 @@ cat > /tmp/temp.grib2.$$
# #
# Here's the wgrib2 command to change the process-id (from 83) to 254 # Here's the wgrib2 command to change the process-id (from 83) to 254
# #
/awips2/tools/bin/wgrib2 -match "^[0-9]*(:|\.1)" /tmp/temp.grib2.$$ -set background_process_id 0 -set analysis_or_forecast_process_id 254 -GRIB /tmp/out.grib2.$$ wgrib2 -match "^[0-9]*(:|\.1)" /tmp/temp.grib2.$$ -set background_process_id 0 -set analysis_or_forecast_process_id 254 -GRIB /tmp/out.grib2.$$
# #
# Insert the patched grib file back into the LDM queue. # Insert the patched grib file back into the LDM queue.