Issue #3068: Update pqact and bufrascat distribution patterns to support MetOp-B T winds data.
Change-Id: I750323b3330016a98eef9778e8491ac920ea77ec Former-commit-id:16adfb2573
[formerlyeea20ba3ef
[formerly 0b91ae192358aa162833fb332ba4e551878199f9]] Former-commit-id:eea20ba3ef
Former-commit-id:6186e67e5c
This commit is contained in:
parent
9f18c5d54c
commit
0566286204
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
|
See_the_AWIPS_II_Master_Rights_File_("Master_Rights_File.pdf")_for
|
||||||
further_licensing_information.
|
further_licensing_information.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
CHANGE HISTORY
|
||||||
|
|
||||||
|
Apr 24, 2014 #3068 dgilling Update for MetOp-B ASCAT T winds.
|
||||||
|
-->
|
||||||
<requestPatterns xmlns:ns2="group">
|
<requestPatterns xmlns:ns2="group">
|
||||||
<regex>^JSXX(0[1-9]|10).*</regex>
|
<regex>^JSXX(0[1-9]|10).*</regex>
|
||||||
|
<regex>^JSYY0[1-9].*</regex>
|
||||||
</requestPatterns>
|
</requestPatterns>
|
||||||
|
|
|
@ -538,6 +538,9 @@ ANY ^(ISXA..) (....) (..)(..)(..)
|
||||||
ANY ^JSXX((0[1-9])|(10)) (....) (..)(..)(..)
|
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
|
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(..) (....) (..)(..)(..)
|
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
|
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.
|
#20130530 2054 rferrel Minor fix to two grib patterns.
|
||||||
#20130624 1966 rferrel The acars pattern changed to place files in the proper subdirectories.
|
#20130624 1966 rferrel The acars pattern changed to place files in the proper subdirectories.
|
||||||
# Name changes to reflect plugin names for modelsounding, goessounding, poessounding.
|
# 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
|
# AWIPS 1 PATTERN GRAPHIC ^[PQ].* /redbook/Raw
|
||||||
# PGNA00 KWNS 010001 !redbook 1_1/NMCGPHMCD/MCDSUM/PXSF001CN/20110201 0001
|
# 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).*
|
# AWIPS2 distribution file bufrascat.xml: ^JSXX(0[1-9]|10).*
|
||||||
HDS ^(JSXX(0[1-9]|10)) (.{4}) (..)(..)(..)
|
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
|
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).*
|
# AWIPS2 distribution file bufrmthdw.xml: ^JUTX(([2-4]1)|53).*
|
||||||
HDS ^(JUTX(([2-4]1)|53)) (.{4}) (..)(..)(..)
|
HDS ^(JUTX(([2-4]1)|53)) (.{4}) (..)(..)(..)
|
||||||
|
|
Loading…
Add table
Reference in a new issue