Change the default wgrib2 location when running the command since we aren't distributing it
This commit is contained in:
parent
7b6fc19994
commit
fe729bf990
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue