data_store should always be defined as /awips2/data_store/
This commit is contained in:
parent
6b85651e9d
commit
954cf164a4
1 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@ EXP (/data/realtime/outgoing/grib2/.*grib2).gz
|
|||
PIPE -close -log
|
||||
dcgunzip -f
|
||||
/awips2/data_store/mrms\1
|
||||
# Option 2: Write to /data_store and call qpidNotify from within dcgunzip
|
||||
# Option 2: Write to /awips2/data_store and call qpidNotify from within dcgunzip
|
||||
#EXP (/data/realtime/outgoing/grib2/.*grib2).gz
|
||||
# PIPE dcgunzip -f /awips2/data_store/mrms\1
|
||||
|
||||
|
@ -278,8 +278,8 @@ ANY ^(IUAX0[12]) (....) (..)(..)(..)
|
|||
FILE -overwrite -log -close /awips2/data_store/acars/acars_encrypted/(\3:yyyy)(\3:mm)\3/\4/\1_\2_\3\4\5_(seq).acars.%Y%m%d%H
|
||||
ANY ^(IUAX0[12]) (....) (..)(..)(..)
|
||||
PIPE -close /awips2/ldm/decoders/decrypt_file
|
||||
/data_store/acars/acars_decrypted/(\3:yyyy)(\3:mm)\3/\4/\1_\2_\3\4\5_(seq).acars.%Y%m%d%H
|
||||
EXP ^/data_store/acars/acars_decrypted/(.*)
|
||||
/awips2/data_store/acars/acars_decrypted/(\3:yyyy)(\3:mm)\3/\4/\1_\2_\3\4\5_(seq).acars.%Y%m%d%H
|
||||
EXP ^/awips2/data_store/acars/acars_decrypted/(.*)
|
||||
FILE -overwrite -log -close -edex /awips2/data_store/acars/acars_decrypted/\1
|
||||
ANY ^(IUA[^XK]0[12]) (....) (..)(..)(..)
|
||||
FILE -overwrite -close -edex /awips2/data_store/acars/acars_raw_decrypted/(\3:yyyy)(\3:mm)\3/\4/\1_\2_\3\4\5_(seq).bufr.%Y%m%d%H
|
||||
|
@ -490,13 +490,13 @@ ANY ^(ZDIA98) (....) (..)(..)(..)[^!]*!(grib|grib2)/[^/]*/([^/]*)/#([^/]*)/([0-9
|
|||
#
|
||||
NOTHER ^(TIP...) (KNES) (......)
|
||||
FILE -close -log -edex
|
||||
/data_store/viirs/\1_\2_\3
|
||||
/awips2/data_store/viirs/\1_\2_\3
|
||||
#
|
||||
# Simulated GOES-R Products
|
||||
#
|
||||
#NOTHER ^(TI[RS]...) (KNES) (......)
|
||||
# FILE -close -log -edex
|
||||
# /data_store/goesR/\1_\2_\3
|
||||
# /awips2/data_store/goesR/\1_\2_\3
|
||||
|
||||
# -------- GOES-East/West Northern Hemisphere Composites --------
|
||||
# GOES-East/West VIS composites
|
||||
|
|
Loading…
Add table
Reference in a new issue