pqact update for MRMS using dcgunzip and qpidNotify
This commit is contained in:
parent
aa30ba9140
commit
0c8414a01b
1 changed files with 4 additions and 2 deletions
|
@ -6,10 +6,12 @@ LIGHTNING LIGHTNING
|
|||
# MRMS
|
||||
# Option 1: File to manual ingest
|
||||
EXP (/data/realtime/outgoing/grib2/.*grib2).gz
|
||||
PIPE -close -log -overwrite dcgunzip -f /awips2/edex/data/manual/mrms\1
|
||||
PIPE -close -log
|
||||
dcgunzip -f
|
||||
/awips2/data_store/mrms\1
|
||||
# Option 2: Write to /data_store and call qpidNotify from within dcgunzip
|
||||
#EXP (/data/realtime/outgoing/grib2/.*grib2).gz
|
||||
# PIPE -close -log -overwrite dcgunzip -f /awips2/data_store/mrms\1
|
||||
# PIPE dcgunzip -f /awips2/data_store/mrms\1
|
||||
|
||||
# GFS 2.5 deg (gfs.tCCz.pgrb2.2p50.fFFF) all hours out to F384
|
||||
#CONDUIT ^data/nccf/com/.*gfs.t[0-9][0-9]z.(pgrb2.2p50).*!(grib2)/[^/]*/(SSIGFS|GFS)/#([^/]*)/([0-9]{8})([0-9]{4})(F[0-9]..)/([^/]*)/.*! (......)
|
||||
|
|
Loading…
Add table
Reference in a new issue