Merge "Issue #3068: Update pqact and bufrascat distribution patterns to support MetOp-B T winds data." into development
Former-commit-id:a21a2bafe1
[formerly 45f01ee4e8bc0597c1fe55e1dbde7223f3dcc30d] Former-commit-id:b53d914640
This commit is contained in:
commit
c0656c811d
3 changed files with 15 additions and 0 deletions
|
@ -18,6 +18,13 @@
|
|||
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||
further_licensing_information.
|
||||
-->
|
||||
|
||||
<!--
|
||||
CHANGE HISTORY
|
||||
|
||||
Apr 24, 2014 #3068 dgilling Update for MetOp-B ASCAT T winds.
|
||||
-->
|
||||
<requestPatterns xmlns:ns2="group">
|
||||
<regex>^JSXX(0[1-9]|10).*</regex>
|
||||
<regex>^JSYY0[1-9].*</regex>
|
||||
</requestPatterns>
|
||||
|
|
|
@ -538,6 +538,9 @@ ANY ^(ISXA..) (....) (..)(..)(..)
|
|||
ANY ^JSXX((0[1-9])|(10)) (....) (..)(..)(..)
|
||||
FILE -overwrite -close -edex /data_store/bufrascat/(\5:yyyy)(\5:mm)\5/\6/JSXX\1_\4_\5\6\7_(seq).bufr.%Y%m%d%H
|
||||
|
||||
ANY ^JSYY(0[1-9]) (....) (..)(..)(..)
|
||||
FILE -overwrite -close -edex /data_store/bufrascat/(\3:yyyy)(\3:mm)\3/\4/JSYY\1_\2_\3\4\5_(seq).bufr.%Y%m%d%H
|
||||
|
||||
ANY ^ISXX(..) (....) (..)(..)(..)
|
||||
FILE -overwrite -close -edex /data_store/bufrquikscat/(\3:yyyy)(\3:mm)\3/\4/ISXX\1_\2_\3\4\5_(seq).bufr.%Y%m%d%H
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#20130530 2054 rferrel Minor fix to two grib patterns.
|
||||
#20130624 1966 rferrel The acars pattern changed to place files in the proper subdirectories.
|
||||
# Name changes to reflect plugin names for modelsounding, goessounding, poessounding.
|
||||
#20140424 3068 dgilling Add pattern for MetOp-B ASCAT T winds.
|
||||
#***************************************************************
|
||||
# AWIPS 1 PATTERN GRAPHIC ^[PQ].* /redbook/Raw
|
||||
# PGNA00 KWNS 010001 !redbook 1_1/NMCGPHMCD/MCDSUM/PXSF001CN/20110201 0001
|
||||
|
@ -684,6 +685,10 @@ HDS ^(ISXA..) (.{4}) (..)(..)(..)
|
|||
# AWIPS2 distribution file bufrascat.xml: ^JSXX(0[1-9]|10).*
|
||||
HDS ^(JSXX(0[1-9]|10)) (.{4}) (..)(..)(..)
|
||||
FILE -overwrite -log -close -edex /data_store/bufrascat/(\4:yyyy)(\4:mm)\4/\5/\1_\3_\4\5\6_(seq).bufr.%Y%m%d%H
|
||||
|
||||
# AWIPS2 distribution file bufrascat.xml: ^JSYY0[1-9].*
|
||||
HDS ^(JSYY0[1-9]) (.{4}) (..)(..)(..)
|
||||
FILE -overwrite -log -close -edex /data_store/bufrascat/(\3:yyyy)(\3:mm)\3/\4/\1_\2_\3\4\5_(seq).bufr.%Y%m%d%H
|
||||
|
||||
# AWIPS2 distribution file bufrmthdw.xml: ^JUTX(([2-4]1)|53).*
|
||||
HDS ^(JUTX(([2-4]1)|53)) (.{4}) (..)(..)(..)
|
||||
|
|
Loading…
Add table
Reference in a new issue