Merge pull request #640 from tiffanycmeyer13/unidata_20.3.2

Fix errors in pqact files
This commit is contained in:
srcarter3 2024-01-05 15:53:20 -07:00 committed by GitHub
commit f7f190f05e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View file

@ -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
# #

View file

@ -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

View file

@ -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})/([^/]*)