Fix errors in pqact files
This commit is contained in:
parent
e04e3c02ea
commit
2159146f6e
3 changed files with 9 additions and 3 deletions
|
@ -216,7 +216,7 @@ NIMAGE ^/data/ldm/pub/native/satellite/GOES/([^/]*)/Products/CloudSnow/([^/]*)/(
|
||||||
# NPP/VIIRS
|
# NPP/VIIRS
|
||||||
#
|
#
|
||||||
# Polar products
|
# Polar products
|
||||||
NOTHER ^(TI[A-T]...) (KNES) (......)
|
NOTHER ^(TI[A-Q]...) (KNES) (......)
|
||||||
FILE -close -edex /awips2/data_store/viirs/\1_\2_\3
|
FILE -close -edex /awips2/data_store/viirs/\1_\2_\3
|
||||||
#
|
#
|
||||||
# NEXRAD3 GEMPAK-generated national composite (1-4km)
|
# NEXRAD3 GEMPAK-generated national composite (1-4km)
|
||||||
|
@ -760,7 +760,7 @@ FNMOC ^US058.*0110_0240_(.*)_(.*)_(.*)-(.*)
|
||||||
ANY ^(LDIZ[1-9][1-9]) (KWNS) (..)(..)(..)
|
ANY ^(LDIZ[1-9][1-9]) (KWNS) (..)(..)(..)
|
||||||
FILE -edex -log -close /awips2/data_store/spc/(\2:yyyy)(\2:mm)(\2:dd)(\2:hh)_\1_svr_outlook.grib2
|
FILE -edex -log -close /awips2/data_store/spc/(\2:yyyy)(\2:mm)(\2:dd)(\2:hh)_\1_svr_outlook.grib2
|
||||||
# Joint Fire Weather and Dry Thunderstorm Grids
|
# Joint Fire Weather and Dry Thunderstorm Grids
|
||||||
HDS ANY ^(Y[YZ]U[D-I]3[3-8]) (KWNS) (..)(..)(..)
|
ANY ^(Y[YZ]U[D-I]3[3-8]) (KWNS) (..)(..)(..)
|
||||||
FILE -edex -log -close /awips2/data_store/spc/(\2:yyyy)(\2:mm)(\2:dd)(\2:hh)_\1_fw_outlook.grib2
|
FILE -edex -log -close /awips2/data_store/spc/(\2:yyyy)(\2:mm)(\2:dd)(\2:hh)_\1_fw_outlook.grib2
|
||||||
# UKMET
|
# UKMET
|
||||||
#
|
#
|
||||||
|
|
|
@ -74,7 +74,7 @@ NIMAGE ^/data/ldm/pub/native/satellite/GOES/([^/]*)/Products/CloudSnow/([^/]*)/(
|
||||||
# NPP/VIIRS
|
# NPP/VIIRS
|
||||||
#
|
#
|
||||||
# Polar products
|
# Polar products
|
||||||
NOTHER ^(TI[A-W]...) (KNES) (......)
|
NOTHER ^(TI[A-Q]...) (KNES) (......)
|
||||||
FILE -close -edex /awips2/data_store/viirs/\1_\2_\3
|
FILE -close -edex /awips2/data_store/viirs/\1_\2_\3
|
||||||
|
|
||||||
# GOES East Derived Products WMO Header Regions
|
# GOES East Derived Products WMO Header Regions
|
||||||
|
|
|
@ -697,6 +697,12 @@ HDS ^LDIZ1[1-7] KWNS (..)(..)(..)
|
||||||
HDS ^LDIZ48 KWNS (..)(..)(..)
|
HDS ^LDIZ48 KWNS (..)(..)(..)
|
||||||
FILE -edex -log -close
|
FILE -edex -log -close
|
||||||
/awips2/data_store/spc/(\1:yyyy)(\1:mm)(\1:dd)(\1:hh).day4_outlook.grib2
|
/awips2/data_store/spc/(\1:yyyy)(\1:mm)(\1:dd)(\1:hh).day4_outlook.grib2
|
||||||
|
# Prob of Severe Thunderstorm Grids
|
||||||
|
ANY ^(LDIZ[1-9][1-9]) (KWNS) (..)(..)(..)
|
||||||
|
FILE -edex -log -close /awips2/data_store/spc/(\2:yyyy)(\2:mm)(\2:dd)(\2:hh)_\1_svr_outlook.grib2
|
||||||
|
# Joint Fire Weather and Dry Thunderstorm Grids
|
||||||
|
ANY ^(Y[YZ]U[D-I]3[3-8]) (KWNS) (..)(..)(..)
|
||||||
|
FILE -edex -log -close /awips2/data_store/spc/(\2:yyyy)(\2:mm)(\2:dd)(\2:hh)_\1_fw_outlook.grib2
|
||||||
# UKMET
|
# UKMET
|
||||||
#
|
#
|
||||||
#HDS ^H..... EGRR ......[^!]*!grib/ukmet/([^/]*)/#([^/]*)/([0-9]{8})([0-9]{4})/(F[0-9]{3})/([^/]*)
|
#HDS ^H..... EGRR ......[^!]*!grib/ukmet/([^/]*)/#([^/]*)/([0-9]{8})([0-9]{4})/(F[0-9]{3})/([^/]*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue