SPC outlook pqact regex from HDS
This commit is contained in:
parent
608d37d485
commit
79d2e88e40
1 changed files with 12 additions and 1 deletions
|
@ -727,9 +727,20 @@ FNMOC ^US058.*0110_0240_(.*)_(.*)_(.*)-(.*)
|
|||
# /awips2/data_store/grid/FNMOC-COAMPS-Southern_California/fnmoc_COAMPS_Southern_California_\1\2\3-(seq).grib
|
||||
#
|
||||
# ======================================
|
||||
# = Other model data available via IDD =
|
||||
# = Other grids available via IDD =
|
||||
# ======================================
|
||||
#
|
||||
# SPC Outlook Grids - http://www.nws.noaa.gov/datamgmt/doc/spc.html
|
||||
#
|
||||
# Day 1
|
||||
HDS ^LDIZ1[1-7] KWNS (..)(..)(..)
|
||||
FILE -edex -log -close
|
||||
/awips2/data_store/spc/(\1:yyyy)(\1:mm)(\1:dd)(\1:hh).day1_outlook.grib2
|
||||
#
|
||||
# Day 4
|
||||
HDS ^LDIZ48 KWNS (..)(..)(..)
|
||||
FILE -edex -log -close
|
||||
/awips2/data_store/spc/(\1:yyyy)(\1:mm)(\1:dd)(\1:hh).day4_outlook.grib2
|
||||
# UKMET
|
||||
#
|
||||
#HDS ^H..... EGRR ......[^!]*!grib/ukmet/([^/]*)/#([^/]*)/([0-9]{8})([0-9]{4})/(F[0-9]{3})/([^/]*)
|
||||
|
|
Loading…
Add table
Reference in a new issue