[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20010919: 20010913: 20010913: LDM Data for GEMPAK/NWX



Patrick,

I don't see any problem with your nwx entries. I notice that you
have satellite actions following the NWX entries now. Are you
seeing that data? That would ensure that you have run "ldmadmin pqactHUP"
and that there are no problems anywhere before the nwx section.

If you can provide me with a temporary logon to your ldm account,
I will take a look and see if there is anything I can find.

Otherwise, you can run pqact in verbose mode (issue a kill -USR2 to
the pqact process id). Then, for every product, you should see in your
ldmd.log file the action being executed. If the nwx action is
being seen, the FILE action will be show up for the nwx path in the log file.

One last thing...you can cd ~ldm and run:
"ls -R data/gempak"
to show all the gempak data directories you have under the ldm data location
that is being written to. If the nwx directories are being created they will 
show up.
If that was the case, then the problem would be that the TEXT_DATA variable was 
not
correctly set in the $NAWIPS/Gemenviron file (or not in your environment when
ntl was launched for launching nwx.

Steve Chiswell
Unidata User Support





>From: "Patrick O'Reilly" <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200109191713.f8JHDR116206

>This is a multi-part message in MIME format.
>
>------=_NextPart_000_00A8_01C14104.88C793A0
>Content-Type: text/plain;
>       charset="iso-8859-1"
>Content-Transfer-Encoding: 7bit
>
>Steve,
>
>Still no sign of NWX data on blizzard.storm.uni.edu.  Did you have a chance
>to look at my pqact.conf file?  I will attach another here.  If there is a
>data feed problem, who should I contact?  Thanks for checking things out for
>me. If you need any info to check things more thoroughly, please let me know
>and I will supply it for you.
>
>Patrick
>
>>
>> Patrick,
>>
>> I looked at the computer blizzard.storm.uni.edu. I'm not sure if this is
>the
>> host that you were referring to.
>>
>> Anyhow, I see that the data reaching that computer is 1.5 hours old,
>> so there appears to be some problem. You might need to use
>> "ldmadmin watch" to see what data is currently arriving at
>> your site.
>>
>> At any rate, one thing you might need to check is your system clock.
>> If the time is off, then your LDM will be missing a lot of data, and
>> that might be one reason for not seeing data in the nwx data
>> directories. I'll look at your pqact.conf file for more clues-
>> but if blizzard is your computer, then there is a data feed problem.
>>
>> Steve Chiswell
>> Unidata User Support
>>
>>
>>
>>
>>
>> >From: "Patrick O'Reilly" <address@hidden>
>> >Organization: UCAR/Unidata
>> >Keywords: 200109132219.f8DMJH102817
>>
>> >This is a multi-part message in MIME format.
>> >
>> >------=_NextPart_000_0007_01C13C78.4BC5A270
>> >Content-Type: text/plain;
>> > charset="iso-8859-1"
>> >Content-Transfer-Encoding: 7bit
>> >
>> >Steve,
>> >
>> >I commented out the WMO example in pqact.conf, glad to be rid of all
>those
>> >directories!  My TEXT_DATA looks fine as does the $GEMDATA/nwx entry in
>> >Gemenviron.   The LDM has been running again for several hours and still
>no
>> >sign of data in ~ldm/data/gempak/nwx.  I have attached my pqact.conf for
>you
>> >to peruse, I couldn't find any blank lines in there.  If you need to look
>at
>> >any other config files or log files, let me know.  Thanks!
>> >
>> >Patrick
>> >
>> >----- Original Message -----
>> >From: "Unidata Support" <address@hidden>
>> >To: "Patrick O'Reilly" <address@hidden>
>> >Cc: "Unidata Support" <address@hidden>
>> >Sent: Thursday, September 13, 2001 12:18 PM
>> >Subject: 20010913: LDM Data for GEMPAK/NWX
>> >
>> >
>> >>
>> >> Patrick,
>> >>
>> >> First, if you are getting data in directories like:
>> >> data/US/KDSM/00/SA43.wmo,
>> >> then it sounds like you need to comment out the sample/test
>> >> pqact.conf example in the original pqact.conf file that is
>> >> distributed with the LDM, eg:
>> >>
>> >> # Bin all the (Non-GRIB) WMO format data, using elements from the
>> >> # identifier as path components. The minutes portion of the timestamp,
>> >> # and the retransmit code is ignored. The day of the month portion
>> >> # of the timestamp is not used as a path component, so it would be
>> >> # a good idea to run 'scour' on a less than 24 hour basis.
>> >> #
>> >> #  "ASUS42 KRDU 012259" gets filed as
>> >> #  data/US/KRDU/22/AS42.wmo
>> >> #
>> >> #WMO     ^([^H][A-Z])([A-Z][A-Z])([0-9][0-9]) (....)
>> >([0-3][0-9])([0-2][0-9])
>> >> #        FILE    data/\2/\4/\6/\1\3.wmo
>> >> ##
>> >>
>> >> That is a sample entry. Not generally usable, and almost impossible
>> >> to scour efficiently.
>> >>
>> >>
>> >>
>> >> Next, in Gemenviron, the variable TEXT_DATA will be used by NWX to tell
>> >where
>> >> the top of the $GEMDATA/nwx tree will be. As long as you have $GEMDATA
>> >> defined wherever your ~ldm/data/gempak directory is (or linked to),
>> >> then you will be OK. The pqact.conf examples for nwx on the web page
>> >> are set to file under ~ldm/data/gempak/nwx and won't need any
>modification
>> >> so long as your ~ldm/data directory is pointing or linked to where you
>> >expect your
>> >> data to be files. The FILE action in the LDM will create the
>directories
>> >needed
>> >> in the pqact.conf paths. You will need to create the directories used
>in
>> >the PIPE
>> >> actions for decoders.
>> >>
>> >> Since  you say you don't see any data/gempak/nwx directories, you
>should
>> >make sure
>> >> that you don't have a blank line in your pqact.conf file between where
>you
>> >> added the decoders.tbl and nwx.tbl. The ldmadmin pqactcheck will check
>the
>> >syntax
>> >> of pqact.conf, but will stop if it hits a blank line....and pqact won't
>> >read
>> >> past that point either. So, if you are not seeing anything from any
>action
>> >> below the nwx section, then that could be the case. If in doubt, send
>me
>> >the
>> >> pqact.conf file you are using.
>> >>
>> >> Steve Chiswell
>> >> Unidata User Support
>> >>
>> >>
>> >>
>> >>
>> >> >From: "Patrick O'Reilly" <address@hidden>
>> >> >Organization: UCAR/Unidata
>> >> >Keywords: 200109131637.f8DGbl116322
>> >>
>> >> >This is a multi-part message in MIME format.
>> >> >
>> >> >------=_NextPart_000_003B_01C13C48.754DCF30
>> >> >Content-Type: text/plain;
>> >> > charset="iso-8859-1"
>> >> >Content-Transfer-Encoding: quoted-printable
>> >> >
>> >> >Hello again,
>> >> >
>> >> >I have installed the LDM and have begun getting data here (Sun Sparc,
=
>> >> >Solaris 8) .  I got the pqact.conf entries for gempak and nwx and
>copied
>> >=
>> >> >them into the pqact.conf file.  When I ran diagnostics on it, it said
>it
>> >=
>> >> >was syntactically correct, so I think the spaces and tabs were =
>> >> >preserved.  I am getting gempak data in correct places, but don't see
>=
>> >> >any data in the data/gempak/nwx directories.  I thought I didn't have
>to
>> >=
>> >> >make any changes to the nwx pqact.conf entries, but I don't see any
>data
>> >=
>> >> >there yet, and can only see metars when I open NWX from the NTL bar.
>No
>> >=
>> >> >forecast, mos, text, etc data shows up.  All that type of data seems
>to =
>> >> >be going into directories like data/US/KDSM/00/SA43.wmo.  Do I even
>need
>> >=
>> >> >these directories to build there as far as using the NTL software?  I
>=
>> >> >know garp doesn't look there for data, and not sure how to tell where
>=
>> >> >nwx is looking for it's data.  I have hundreds of directories (AB, AC,
>=
>> >> >AD, etc) with this data in it, and I am not sure how to use it, if I =
>> >> >even need it. =20
>> >> >
>> >> >Hope you have a couple answers! =20
>> >> >
>> >> >By the way, I am getting the UNIDATA feed group here at UNI. =20
>> >> >
>> >> >Patrick
>> >> >
>> >> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> >> >Patrick O'Reilly                               Support Scientist
>> >> >The STORM Project            address@hidden
>> >> >208 Latham Hall                             ph: 319-273-3789
>> >> >University of Northern Iowa
>> >> >Cedar Falls, IA 50614            =20
>> >> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  =20
>> >> >
>> >> >
>> >> >------=_NextPart_000_003B_01C13C48.754DCF30
>> >> >Content-Type: text/html;
>> >> > charset="iso-8859-1"
>> >> >Content-Transfer-Encoding: quoted-printable
>> >> >
>> >> ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>> >> ><HTML><HEAD>
>> >> ><META http-equiv=3DContent-Type content=3D"text/html; =
>> >> >charset=3Diso-8859-1">
>> >> ><META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR>
>> >> ><STYLE></STYLE>
>> >> ></HEAD>
>> >> ><BODY bgColor=3D#ffffff>
>> >> ><DIV><FONT face=3D"MS Sans Serif" size=3D2>Hello again,</FONT></DIV>
>> >> ><DIV><FONT face=3D"MS Sans Serif" size=3D2></FONT>&nbsp;</DIV>
>> >> ><DIV><FONT face=3D"MS Sans Serif" size=3D2>I have installed the LDM
>and =
>> >> >have begun=20
>> >> >getting data here (Sun Sparc, Solaris 8) .&nbsp; I got the pqact.conf
>=
>> >> >entries=20
>> >> >for gempak and nwx and copied them into the pqact.conf file.&nbsp;
>When =
>> >> >I ran=20
>> >> >diagnostics on it, it said it was syntactically correct, so I think
>the =
>> >> >spaces=20
>> >> >and tabs were preserved.&nbsp; I am getting gempak data in correct =
>> >> >places, but=20
>> >> >don't see any data in the data/gempak/nwx directories.&nbsp; I thought
>I
>> >=
>> >> >didn't=20
>> >> >have to make any changes to the nwx pqact.conf entries, but I don't
>see =
>> >> >any data=20
>> >> >there yet, and can only see metars when I open NWX from the NTL =
>> >> >bar.&nbsp; No=20
>> >> >forecast, mos, text, etc data shows up.&nbsp; All that type
>of&nbsp;data
>> >=
>> >> >seems=20
>> >> >to be going into directories like data/US/KDSM/00/SA43.wmo.&nbsp; Do I
>=
>> >> >even need=20
>> >> >these directories to build there as far as using the NTL
>software?&nbsp;
>> >=
>> >> >I know=20
>> >> >garp doesn't look there for data, and not sure how to tell where nwx
>is =
>> >> >looking=20
>> >> >for it's data.&nbsp; I have hundreds of directories (AB, AC, AD, etc)
>=
>> >> >with this=20
>> >> >data in it, and I am not sure how to use it, if I even need
>it.&nbsp;=20
>> >> ></FONT></DIV>
>> >> ><DIV><FONT face=3D"MS Sans Serif" size=3D2></FONT>&nbsp;</DIV>
>> >> ><DIV><FONT face=3D"MS Sans Serif" size=3D2>Hope you have a couple =
>> >> >answers!&nbsp;=20
>> >> ></FONT></DIV>
>> >> ><DIV><FONT face=3D"MS Sans Serif" size=3D2></FONT>&nbsp;</DIV>
>> >> ><DIV><FONT face=3D"MS Sans Serif" size=3D2>By the way, I am getting
>the =
>> >> >UNIDATA feed=20
>> >> >group here at UNI.&nbsp; </FONT></DIV>
>> >> ><DIV><FONT face=3D"MS Sans Serif" size=3D2></FONT>&nbsp;</DIV>
>> >> ><DIV><FONT face=3D"MS Sans Serif" size=3D2>Patrick</FONT></DIV>
>> >> ><DIV><FONT face=3D"MS Sans Serif" size=3D2></FONT>&nbsp;</DIV>
>> >> ><DIV><FONT face=3D"MS Sans Serif"=20
>> >> >size=3D2>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR>Patrick=20
>> >>
>>
>>>O'Reilly&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
>> >>
>>
>>>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>> >> >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
>> >> >Support Scientist<BR>The STORM=20
>> >>
>>
>>>Project&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
>> >> > <A=20
>> >>
>>
>>>href=3D"mailto:address@hidden";>address@hidden</A><BR>20=
>> >> >8 Latham=20
>> >>
>>
>>>Hall&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
>> >>
>>
>>>sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
>> >> >p;&nbsp;&nbsp;&nbsp;&nbsp;=20
>> >> >ph: 319-273-3789<BR>University of Northern Iowa<BR>Cedar Falls, IA=20
>> >>
>>
>>>50614&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
>> >> >bsp;=20
>> >> ><BR>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&nbsp;&nbsp;=20
>> >> ><BR></FONT></DIV></BODY></HTML>
>> >> >
>> >> >------=_NextPart_000_003B_01C13C48.754DCF30--
>> >> >
>> >>
>> >>
>>
>>***************************************************************************
>*
>> ><
>> >> Unidata User Support                                    UCAR Unidata
>> >> (303)497-8644                                                  P.O. Box
>> >> address@hidden                                   Boulder, CO
>>
>>> -------------------------------------------------------------------------
>-
>> >> Unidata WWW Service                        http://www.unidata.ucar.edu/
>> ><
>> >>
>>
>>***************************************************************************
>*
>> ><
>> >>
>> >
>> >------=_NextPart_000_0007_01C13C78.4BC5A270
>> >Content-Type: application/octet-stream;
>> > name="pqact.conf"
>> >Content-Transfer-Encoding: quoted-printable
>> >Content-Disposition: attachment;
>> > filename="pqact.conf"
>> >
>> >####=0A=
>> ># $Id: pqact.conf,v 1.10 1999/07/28 15:34:54 rkambic Exp $=0A=
>> >#=0A=
>> ># This is an example pqact.conf file,=0A=
>> ># with some example entries commented out.=0A=
>> >#=0A=
>> ># The entries in this file control the local disposition=0A=
>> ># of data. There is a whole chapter in the LDM Site Manager's=0A=
>> ># Guide devoted to this file. We suggest you read and understand that =
>> >material.=0A=
>> >#
>http://www.unidata.ucar.edu/packages/ldm/ldm5/LDM5-44.html#HEADING44-0=0A=
>> >#=0A=
>> ># The various display and analysis packages have various=0A=
>> ># conventions on how they want data handled. When you=0A=
>> ># install a package such as GEMPAK, you should find with that package=0A=
>> ># collection of entries to add to this file.=0A=
>> >#=0A=
>> ># Example entries for GEMPAK can be found at=0A=
>> >#  =
>>
>>http://www.unidata.ucar.edu/packages/gempak/GEMPAK5.4/configuration.html=0A
>=
>> ># Example entries for LDM-McIDAS may be found at=0A=
>> >#  =
>>
>>http://www.unidata.ucar.edu/packages/mcidas/mcidd/ldm-mcidas-pqact.conf=0A=
>> ># and annotated entries for McIDAS-XCD are found at=0A=
>> >#  http://www.unidata.ucar.edu/packages/mcidas/mcx/xcd_start.html=0A=
>> >#=0A=
>> >##=0A=
>> ># Format is=0A=
>> ># feedtype tab pattern tab action [tab action_args]=0A=
>> ># where tab is \t or \n\t.=0A=
>> >#=0A=
>> ># Actions are=0A=
>> >#=0A=
>> ># NOOP=0A=
>> ># Do nothing=0A=
>> >#=0A=
>> ># FILE [-overwrite|-flush|-close|-strip] filename=0A=
>> ># write(2) to unix file (flush calls fsync(2))=0A=
>> >#=0A=
>> ># STDIOFILE [-overwrite|-flush|-close|-strip] filename=0A=
>> ># fwrite(3) (buffered io) to file (flush calls fflush(3))=0A=
>> >#=0A=
>> ># DBFILE dbfilename [dbkey]=0A=
>> ># Put to gdbmfile.=0A=
>> >#=0A=
>> ># PIPE [-close|-strip] commandname [args]=0A=
>> ># Put data on stdin of a subprocess specified by=0A=
>> ># commandname [args].=0A=
>> ># Uses the execvp library call, so if commandname is not fully=0A
>> > =
>> ># qualified, the PATH environment variable will be used.=0A=
>> >#=0A=
>> ># EXEC [-wait] commandname [args ...]=0A=
>> ># Run a program. No io channel between this process and it.=0A=
>> ># Like PIPE above, uses execvp.=0A=
>> >#=0A=
>> ># The '-strip' option to FILE, STDIOFILE, & PIPE removes control =
>> >characters=0A=
>> ># (other than the '\n') from the data before output. This is useful
>for=0A=
>> ># cleaning up WMO format text bulletins (like the ldm3  STRIP psuedo =
>> >action).=0A=
>> >#=0A=
>> ># To check the syntax of the pqact.conf file, execute pqact with the =
>> >product=0A=
>> ># queue specified as /dev/null:=0A=
>> >#=0A=
>> ># pqact -vxl- -q /dev/null pqact.conf=0A=
>> >#=0A=
>> ># or=0A=
>> ># ldmadmim pqactcheck=0A=
>> >#=0A=
>> ># To send an HUP signal to pqact=0A=
>> >#=0A=
>> ># ldmadmin pqactHUP=0A=
>> ># ldmadmin tail     (used to check if HUP took, looking for ReRead msg)=0
>> > A=
>> >###=0A=
>> >####=0A=
>> ># Bin all the (Non-GRIB) WMO format data, using elements from the=0A=
>> ># identifier as path components. The minutes portion of the
>timestamp,=0A=
>> ># and the retransmit code is ignored. The day of the month portion=0A=
>> ># of the timestamp is not used as a path component, so it would be=0A=
>> ># a good idea to run 'scour' on a less than 24 hour basis.=0A=
>> >#=0A=
>> >#  "ASUS42 KRDU 012259" gets filed as=0A=
>> >#  data/US/KRDU/22/AS42.wmo=0A=
>> >#=0A=
>> >#WMO ^([^H][A-Z])([A-Z][A-Z])([0-9][0-9]) (....)
>([0-3][0-9])([0-2][0-9])=0A
>> > =
>> >#=0A=
>> ># FILE data/\2/\4/\6/\1\3.wmo=0A=
>> >##=0A=
>>
>>#########################################################################=
>> >######
>> ># GEMPAK ACTIONS
>> >#
>> >#####
>> ># Begin GEMPAK decoder section
>> >#
>> ># In the entries below, be sure that GEMPAK table locations match the
>> ># location where GEMPAK is installed on your system. You can also define
>=
>> >these
>> ># variables in the environment of your LDM so that you can omit them =
>> >below.
>> ># If you define these environmental variables in for the LDM, make sure =
>> >they are
>> ># inherited when LDM is automatically started up at boot.
>> >#
>> ># Section 1 - GRIB data
>> >#
>> ># You can now use one dcgrib2 decoder action for all products as shown =
>> >below,
>> ># or use individual decoding actions as follows.=20
>> >#=20
>> ># Global GRIB decoding action.=20
>> ># Products stored maintained in $GEMTBL/grid/gribkey.tbl
>> >HDS|NMC2|NOGAPS ^(/u/ftp/gateway|[HOYZ]|US058).*
>> > PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> >#
>> >#-----------------------------------------------------------------
>> >#  Alternate:
>> >#  Pattern/Actions for gridded data products on HRS
>> >#  If no output file name is given, gribkey.tbl is used for the output
>> >#  data file name, as well as the configuration for maximum number of
>> >#  grids in the file which is created.
>> >#
>> >#-----------------------------------------------------------------
>> >#
>> ># NMC GRIB products
>> >#
>> >#
>> ># NOAAport ETA grids
>> ># Grid #211 80km CONUS:    ^[YZ].Q.*/mETA
>> ># Grid #212 40km CONUS:    ^[YZ].R.*/mETA
>> ># Grid #215 20km CONUS:    ^[YZ].U.*/mETA
>> ># Grid #214 47.5km Alaska: ^[YZ].T.*/mETA
>> ># Select any/all grids desired from [QRUT]
>> >#HRS ^[YZ].[QRUT].*/mETA
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables=20
>> >#
>> ># NOAAport MRF grids
>> ># Grid #201 N. Hemisphere 381km: ^Y.A... KWBH
>> ># Grid #202 CONUS         190km: ^Y.I... KWBH
>> ># Grid #203 Alaska        190km: ^Y.J... KWBH
>> ># Grid #204 Hawaii        160km: ^Y.K... KWBH
>> ># Grid #205 Puerto Rico   190km: ^Y.L... KWBH
>> ># Select any/all grids desired from [AIJKL]
>> >#HRS ^Y.[AIJKL]... KWBH
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> >#
>> >#
>> ># RUC/MAPS model output=20
>> ># Grid #211 CONUS   80km: ^[YZ].Q.*/mRUC
>> ># Currently, only grid #211=20
>> >#HRS ^[YZ].[Q].*/mRUC
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables=20
>> >#
>> ># NGM model output=20
>> ># Grid #211 CONUS   80km: ^[YZ].Q.*/mNGM
>> ># Grid #207 Alaska  95km: ^[YZ].N.*/mNGM
>> ># Grid #202 CONUS  190km: ^[YZ].I.*/mNGM
>> ># Grid #213 CONUS 47.5km: ^[YZ].H.*/mNGM
>> ># Select any/all grids desired from [QNIH]
>> >#HRS ^[YZ].[QNIH].*/mNGM
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables=20
>> >#
>> ># AVN model output=20
>> ># Grid #201 N. Hemisphere 381km: ^Y.A... KWBC.*(/mAVN|/mSSIAVN)
>> ># Grid #202 CONUS         190km: ^Y.I... KWBC.*(/mAVN|/mSSIAVN)
>> ># Grid #203 Alaska        190km: ^Y.J... KWBC.*(/mAVN|/mSSIAVN)
>> ># Grid #211 CONUS          80km: ^Y.Q... KWBC.*(/mAVN|/mSSIAVN)
>> ># Grid #213 CONUS          95km: ^Y.H... KWBC.*(/mAVN|/mSSIAVN)
>> ># Select any/all grids desired from [QAIJH]
>> >#HRS ^[YZ].[QAIJH]... KWB. ([0-3][0-9])([0-2][0-9]).*(/mAVN|/mSSIAVN)
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables=20
>> >#
>> ># Global AVN (Spectral) Thinned grids
>> ># Grid octets I-P will be stitched togethir as a single global grid
>> >#
>> >#HRS ^H.[I-P]... KWB. ([0-3][0-9])([0-2][0-9]).*
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> ># data/gempak/hds/YYYYMMDDHH_thin.gem
>> >#
>> >#  MRF grids - Extended range grids E and F
>> >#
>> >#HRS ^H.[EF][A-Z][0-9][0-9] KWB. ([0-3][0-9])([0-2][0-9])..
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> >## data/gempak/hds/YYYYMMDDHH_mrf.gem
>> >#
>> >#  Spectral grids - grids A,B,C,D Global grid  Forecasts (wind & waves, =
>> >temperature)
>> >##
>> >#HRS ^H[A-Z][ABCD][A-Z][0-9][0-9] KWB. ([0-3][0-9])([0-2][0-9])..
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> ># data/gempak/hds/YYYYMMDDHH_spec.gem
>> >#
>> ># Bitmap ocean
>> >#
>> >#HRS ^H[HKLTUV][T-W][ACEIK]93 KWB. ([0-3][0-9])([0-2][0-9])
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> ># data/gempak/hds/YYYYMMDDHH_ocn2.gem
>> >#
>> ># Ocean
>> >#HRS ^O..... KWBJ
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> >#
>> ># ICE
>> >#HRS ^O..... KWBM
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> >#
>> ># River Guidance
>> ># Q, process 185
>> >#HRS ^[YZ].Q.88 (K[^W]..|KW[^B].)
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib_river.log
>> ># -v 1 -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> ># data/gempak/model/YYYYMMDDHH_\1###_@@@.gem
>> >#
>> ># I, process 180 APCP
>> >#HRS ^[YZ].I.98 K([^W]..|W[^B].)
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib_river.log
>> ># -v 1 -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> ># data/gempak/model/YYYYMMDDHH_\1###_@@@.gem
>> >#
>> >#
>> ># ECMWF GRIB products, decode into yymmdd_ecmf#.gem =
>> >(e1=3Dglobal,e2=3D+/-35lat)
>> >#
>> >#HRS ^H[HPT][A-L][A-Z][0-9][0-9] ECMF ([0-3][0-9])([0-2][0-9])
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log=20
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> ># data/gempak/hds/YYYYMMDDHH_ecmf1.gem
>> >#
>> >#HRS ^H[UV][A-L][A-Z][0-9][0-9] ECMF ([0-3][0-9])([0-2][0-9])
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> ># data/gempak/hds/YYYYMMDDHH_ecmf2.gem=20
>> >#
>> ># UKMET grids on global thinned grid
>> >#HRS ^H.[^I-P]... EGRR
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> ># data/gempak/hds/YYYYMMDDHH_egrr@@@.gem
>> >#
>> ># Other UKMET grids
>> >#HRS ^H.[I-P]... EGRR
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> >#
>> ># Radar Coded Message grid mosaic
>> >#HRS ^HAXA00 KWBC
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> >#
>>
>>#########################################################################=
>> >###
>> ># Other gridded data sets available through IDD
>> >#
>> ># CMC GEM model
>> >#
>> >#GEM =
>>
>>CMC_GEM_reg_.*_.*_([12][0-9][0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9=
>> >])_(.*).grib
>> ># PIPE decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> >#
>> >#NOGAPS US058
>> ># PIPE decoders/dcgrib2 -v 4 -d data/gempak/logs/dcgrib_fnoc.log
>> ># -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> >#
>>
>>#########################################################################=
>> >###
>>
>>#########################################################################=
>> >###
>> ># Section 2
>> >#
>> ># GEMPAK Point source decoders
>> >#
>> >NLDN ^.*
>> > PIPE decoders/dcnldn -m 25000 -b 30 -s minute05
>> > -d data/gempak/logs/dcnldn.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/nldn/YYYYMMDDHHNN_nldn.gem
>> >#
>> ># sfc obs and specials
>> ># Use -m 72 to store data in 20 minute bins, rather than hourly.
>> ># 20 minute bins useful for mesonet and AWOS data
>> >#
>> >DDS|IDS ^S[AP].* .... ([0-3][0-9])([0-2][0-9])
>> > PIPE decoders/dcmetr -b 9 -m 72 -s sfmetar_sa.tbl
>> > -d data/gempak/logs/dcmetr.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/surface/YYYYMMDD_sao.gem
>> >#
>> ># ship, buoy and CMAN
>> >WMO =
>>
>>(^S[IMN]V[^GINS])|(^S[IMN]W[^KZ])|(^S(HV|HXX|S[^X]))|(^SX(VD|V.50|US2[0-3=
>> >]))|(^Y[HO]XX84)
>> > PIPE decoders/dcmsfc -b 9 -a 10000
>> > -d data/gempak/logs/dcmsfc.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/ship/YYYYMMDDHH_sb.gem
>> >#
>> ># Synoptic reports
>> >#
>> >WMO (^S[IM]V[IGNS])|(^SNV[INS])|(^S[IMN](W[KZ]|[^VW]))
>> > PIPE decoders/dclsfc
>> > -d data/gempak/logs/dclsfc.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/syn/YYYYMMDD_syn.gem
>> >#
>> ># upper air reports
>> >#
>> >DDS|IDS ^U[ABDEFGHIJKLMPQRSTXZ].... .... ([0-3][0-9])([0-2][0-9])
>> > PIPE decoders/dcuair -b 24 -m 16
>> > -d data/gempak/logs/dcuair.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > -s snstns.tbl
>> > data/gempak/upperair/YYYYMMDD_upa.gem
>> >#
>> ># dropsonde reports
>> >WMO ^UZ.... .... ([0-3][0-9])
>> > PIPE decoders/dcuair -d data/gempak/logs/dcuair_drop.log -a 50 -m 24
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/drops/YYYYMMDD_drop.gem
>> >#
>> ># ngm Mos
>> >#
>> >DDPLUS ^FO(US14|AK1[34]|AK2[5-9]) .... ([0-3][0-9])([0-2][0-9])
>> > PIPE decoders/dcnmos
>> > -d data/gempak/logs/dcnmos.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/mos/YYYYMMDDHH_nmos.gem
>> >#
>> ># MRF Mos
>> ># Environmental variable GEMPAK is used for the CLIMO files defined=20
>> ># in datatype.tbl
>> >#
>> >DDPLUS ^(FOX[CESW].*|FOAK2[0-4]|FECN21) .... ([0-3][0-9])([0-2][0-9])
>> > PIPE decoders/dcmmos
>> > -d data/gempak/logs/dcmmos.log
>> > -e GEMPAK=3D/export/home/gempak/GEMPAK5.6/gempak
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/mos/YYYYMMDDHH_mmos.gem
>> >#
>> ># AVN Mos
>> >#
>> >DDPLUS ^(FEX[CESW].*|FEAK2[0-4]|FECN20) .... ([0-3][0-9])([0-2][0-9])
>> > PIPE decoders/dcamos
>> > -d data/gempak/logs/dcamos.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/mos/YYYYMMDDHH_amos.gem
>> >#
>> ># Decoder for New AVN MOS
>> >WMO ^(FOUS2[1-6]|FOAK3[7-9]|FOPA20) .... ([0-3][0-9])([0-2][0-9])
>> > PIPE decoders/dcmosa
>> > -d data/gempak/logs/dcmosa.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/mos/YYYYMMDDHH_mosa.gem
>> >#
>> ># Decoder for New MRF MOS=20
>> ># Use GEMPAK in datatype.tbl to find climo tables
>> >WMO ^(FEUS2[1-6]|FEAK3[7-9]|FEPA20) .... ([0-3][0-9])([0-2][0-9])
>> > PIPE decoders/dcmosm
>> > -d data/gempak/logs/dcmosm.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > -e GEMPAK=3D/export/home/gempak/GEMPAK5.6/gempak
>> > data/gempak/mos/YYYYMMDDHH_mosm.gem
>> >#
>> ># SPC storm reports
>> >#
>> >DDPLUS ^WWUS60 KMKC ([0-3][0-9])([0-2][0-9])
>> > PIPE -close decoders/dcstorm -m 2000
>> > -d data/gempak/logs/dcstorm.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/storm/sels/YYYYMMDD_sels.gem
>> >#
>> ># Watch box coordinates
>> >#
>> >DDPLUS ^WWUS40 KMKC ([0-3][0-9])([0-2][0-9])
>> > PIPE decoders/dcwatch -t 30
>> > -d data/gempak/logs/dcwatch.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/storm/watches/watches_YYYY_MM.gem
>> >#
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/p(TOR|SVR|FFW)
>> > PIPE decoders/dcwarn -t 30
>> > -d data/gempak/logs/dcwarn.log
>> > -s /export/home/gempak/GEMPAK5.6/gempak/tables/stns/county.tbl
>> > data/gempak/storm/warn/YYYYMMDDHH_warn.gem
>> >#
>> >WMO ^WWUS(40|08) .... ([0-3][0-9])([0-2][0-9])
>> > PIPE decoders/dcwtch -t 30
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > -d data/gempak/logs/dcwtch.log
>> > data/gempak/storm/wtch/YYYYMMDDHH_wtch.gem
>> >#
>> ># Watchbox outlines /pSLSxx (WWUS32 and WWUS6[1-5])
>> >WMO ^WWUS(6[1-5]|32) .... ([0-3][0-9])([0-2][0-9]).*/pSLS
>> > PIPE decoders/dcsvrl -d data/gempak/logs/dcsvrl.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/storm/svrl/YYYYMMDDHH_svrl.gem
>> >#
>> ># Hurricane/tropical storm positions and forecasts
>> >#
>> >DDPLUS ^WTPZ4.* .... ([0-3][0-9])([0-2][0-9])
>> > PIPE -close decoders/dctrop
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > -d data/gempak/logs/dctrop.log
>> > data/gempak/storm/tropic/epacific/YYYY_@@.gem
>> >
>> >DDPLUS ^WTPN3.* .... ([0-3][0-9])([0-2][0-9])
>> > PIPE -close decoders/dctrop
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > -d data/gempak/logs/dctrop.log
>> > data/gempak/storm/tropic/wpacific/YYYY_@@.gem
>> >
>> >DDPLUS ^WTNT4.* .... ([0-3][0-9])([0-2][0-9])
>> > PIPE -close decoders/dctrop
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > -d data/gempak/logs/dctrop.log
>> > data/gempak/storm/tropic/atlantic/YYYY_@@.gem
>> >
>> >DDPLUS ^WTPA4.* .... ([0-3][0-9])([0-2][0-9])
>> > PIPE -close decoders/dctrop
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > -d data/gempak/logs/dctrop.log
>> > data/gempak/storm/tropic/cpacific/YYYY_@@.gem
>> >#
>> ># dchrcn
>> >DDPLUS ^WT(NT|PZ|PA)2[1-5] (KNHC|PHFO) ([0-3][0-9])([0-2][0-9])
>> > PIPE decoders/dchrcn
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > -d data/gempak/logs/dchrcn.log
>> > data/gempak/storm/hrcn/YYYYMMDDHH.hrcn
>> >#
>> ># flash flood guidence
>> >#
>> >DDPLUS ^.*/p(FFG|FFH)
>> > PIPE decoders/dcffg
>> > -d data/gempak/logs/dcffg.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/storm/ffg/YYYYMMDD_ffg.gem
>> >#
>> ># Decoder for Supplemental Climatological Data (SCD)
>> >DDPLUS|IDS ^.*/pSCD
>> > PIPE decoders/dcscd -e =
>> >GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > -d data/gempak/logs/dcscd.log
>> > data/gempak/scd/YYYYMMDD_scd.gem
>> >#
>> ># Decoder for Aircraft Observations
>> >DDPLUS|IDS (^U[ABDR].... ....|^XRXX84 KAWN|^YIXX84 KAWN) =
>> >([0-3][0-9])([0-2][0-9])
>> > PIPE decoders/dcacft -e =
>> >GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > -d data/gempak/logs/dcacft.log
>> > data/gempak/acft/YYYYMMDDHH_acf.gem
>> >#
>> ># Decoder for Airmets
>> >WMO ^WAUS01 .... ([0-3][0-9])([0-2][0-9])
>> > PIPE decoders/dcairm -d data/gempak/logs/dcairm.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/airm/YYYYMMDDHH_airm.gem
>> >#
>> ># Decoder for International Sigmets
>> >IDS|DDPLUS (^WS..0. KMKC)|(^WS.... (KKCI|PGUM|PHNL|EGGY|RJAA)) =
>> >([0-3][0-9])([0-2][0-9])
>> > PIPE decoders/dcisig -e =
>> >GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > -d data/gempak/logs/dcisig.log
>> > data/gempak/isig/YYYYMMDDHH_isig.gem
>> >#
>> >#####
>> ># FSL NetCDF Wind Profiler
>> >FSL2 ^FSL\.NetCDF\.NOAAnet\.windprofiler\.(01hr)\.(.*)\..*
>> > PIPE -close decoders/dcncprof
>> > -l data/gempak/logs/dcncprof.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/profiler/YYYYMMDD_pro.gem
>> >FSL2 =
>>
>>^FSL\.NetCDF\.NOAAnet\.windprofiler\.(06min)\........(0[0-9]|1[01])..\..*=
>> >
>> > PIPE -close decoders/dcncprof
>> > -l data/gempak/logs/dcncprof.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/profiler/YYYYMMDD00_6min.gem
>> >FSL2 =
>>
>>^FSL\.NetCDF\.NOAAnet\.windprofiler\.(06min)\........(1[2-9]|2[0-3])..\..=
>> >*
>> > PIPE -close decoders/dcncprof
>> > -l data/gempak/logs/dcncprof.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > data/gempak/profiler/YYYYMMDD12_6min.gem
>> >#
>> ># FSL ACARS data
>> ># Use -b 30 for NN as 30 minute
>> >PCWS ^FSL\.NetCDF\.ACARS\.QC
>> > PIPE -close decoders/dcacars
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables=20
>> > -l data/gempak/logs/dcacars.log data/gempak/acars/YYYYMMDDHH_acars.gem
>> >#
>> ># Old profiler hourly summaries in BUFR format
>> >HRS ^IUPT0[1-4] KBOU
>> > PIPE decoders/dcprof -v 4 -d data/gempak/logs/dcprof.log
>> > -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>> > -s profiler_fsl.stn
>> > tableb tabled data/gempak/profiler_bufr/YYYYMMDD_pro.gem
>> >#
>> ># FIPS zone county identifiers mailed automatically
>> >#
>> >#DDPLUS ^(WW|WR|WU|WF|RW|WG).* (KDEN|KBOU) ([0-3][0-9])([0-2][0-9])
>> ># PIPE -close decoders/fips COZ039 COC013 localweather@hostname
>>
>>#########################################################################=
>> >########
>>
>>#########################################################################=
>> >########=0A=
>> >#=0A=
>> ># NWX datasets =0A=
>> >#=0A=
>> >#=0A=
>> ># Observations=0A=
>> >#=0A=
>> ># Agricultural Observations=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pAGO=0A=
>> > FILE data/gempak/nwx/obs/ago/(\1:yyyy)(\1:mm)\1\2.ago=0A=
>> >#=0A=
>> ># Public Products=0A=
>> >#=0A=
>> ># Area Forecast Discussion =0A=
>> >WMO ^FX..6[0-9] .... ([0-3][0-9])([0-2][0-9]).*/pAFD=0A=
>> > FILE data/gempak/nwx/pubprod/area/(\1:yyyy)(\1:mm)\1\2.area=0A=
>> >WMO ^FPCA03 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/area/(\1:yyyy)(\1:mm)\1\2.area=0A=
>> >WMO ^FPAK20 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/area/(\1:yyyy)(\1:mm)\1\2.area=0A=
>> >#=0A=
>> ># State Forecast Discussion=0A=
>> >WMO ^FX(US|CA)7[0-9] .... ([0-3][0-9])([0-2][0-9]).*/pSFD=0A=
>> > FILE data/gempak/nwx/pubprod/stdisc/(\2:yyyy)(\2:mm)\2\3.sfd=0A=
>> >#=0A=
>> ># Regional Weather=0A=
>> >WMO ^AWUS4[0-9] .... ([0-3][0-9])([0-2][0-9]).*/p(AWS|RWS)=0A=
>> > FILE data/gempak/nwx/pubprod/regional/(\1:yyyy)(\1:mm)\1\2.rgn=0A=
>> >#=0A=
>> ># 3 to 5 day extended forecast (NOW in zones)=0A=
>> >#WMO ^FEUS6[0-9] .... ([0-3][0-9])([0-2][0-9])=0A=
>> ># FILE data/gempak/nwx/pubprod/extend/(\1:yyyy)(\1:mm)\1\2.ext=0A=
>> >#=0A=
>> ># 6 to 10 data weather outlook (LOCAL)=0A=
>> >WMO ^FEUS7[0-9] .... ([0-3][0-9])([0-2][0-9]).*/pEOL=0A=
>> > FILE data/gempak/nwx/pubprod/extend/(\1:yyyy)(\1:mm)\1\2.ext=0A=
>> >#=0A=
>> ># Average Monthly Weather outlook (LOCAL)=0A=
>> >WMO ^FEUS8[0-9] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/extend/(\1:yyyy)(\1:mm)\1\2.f30=0A=
>> >#=0A=
>> ># Coded City Forecast=0A=
>> >WMO ^FP..4[0-9] .... ([0-3][0-9])([0-2][0-9]).*/pCCF=0A=
>> > FILE data/gempak/nwx/pubprod/city/(\1:yyyy)(\1:mm)\1\2.city=0A=
>> >WMO ^FPAK04 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/city/(\1:yyyy)(\1:mm)\1\2.city=0A=
>> >#=0A=
>> ># Ultraviolet Index Forecast=0A=
>> >WMO ^AEUS41 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/uvi/(\1:yyyy)(\1:mm)\1\2.uvi=0A=
>> >#=0A=
>> ># AIR QUALITY REPORT=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pAQI=0A=
>> > FILE data/gempak/nwx/pubprod/aqi/(\1:yyyy)(\1:mm)\1\2.aqi=0A=
>> >#=0A=
>> ># Climate Reports=0A=
>> >WMO ^C[SD].... .... ([0-3][0-9])([0-2][0-9]).*/pCLI=0A=
>> > FILE data/gempak/nwx/pubprod/climo/(\1:yyyy)(\1:mm)\1\2.clim=0A=
>> >WMO ^C[SD].... .... ([0-3][0-9])([0-2][0-9]).*/pCLM=0A=
>> > FILE data/gempak/nwx/pubprod/climo/(\1:yyyy)(\1:mm)\1\2.mclim=0A=
>> >#=0A=
>> ># Slected cities=0A=
>> >WMO ^FPUS2[0-3] KWNH ([0-3][0-9])([0-2][0-9]).*/pSCS=0A=
>> > FILE data/gempak/nwx/pubprod/select/(\1:yyyy)(\1:mm)\1\2.select=0A=
>> >#=0A=
>> ># Travel Forecast Tables FPUS10-13=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pTAV=0A=
>> > FILE data/gempak/nwx/pubprod/travel/(\1:yyyy)(\1:mm)\1\2.travel=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pTVL=0A=
>> > FILE data/gempak/nwx/pubprod/travel/(\1:yyyy)(\1:mm)\1\2.tvl=0A=
>> >#=0A=
>> ># STOxx Road reports=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSTO=0A=
>> > FILE data/gempak/nwx/pubprod/roads/(\1:yyyy)(\1:mm)\1\2.road=0A=
>> >#=0A=
>> ># REGIONAL MAX/MIN TEMP AND PRECIPITATION=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pRTP=0A=
>> > FILE data/gempak/nwx/pubprod/rgtmpc/(\1:yyyy)(\1:mm)\1\2.rgtmpc=0A=
>> >#=0A=
>> ># Quantitative Precipitation Statement=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pQPS=0A=
>> > FILE data/gempak/nwx/pubprod/precip/(\1:yyyy)(\1:mm)\1\2.qps=0A=
>> >#=0A=
>> ># State Forecasts (FPUS60's)=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSFP=0A=
>> > FILE data/gempak/nwx/pubprod/stfcst/(\1:yyyy)(\1:mm)\1\2.stfcst=0A=
>> >#=0A=
>> ># Zone Forecasts (FPUS5[0-6], FPCA52, etc.)=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pZFP=0A=
>> > FILE data/gempak/nwx/pubprod/zone/(\1:yyyy)(\1:mm)\1\2.zone=0A=
>> >WMO ^FPAK[56][789] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/zone/(\1:yyyy)(\1:mm)\1\2.zone=0A=
>> >WMO ^FOPN00 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/zone/(\1:yyyy)(\1:mm)\1\2.zone=0A=
>> >#=0A=
>> ># Local Forecasts (FLUS8[0-9].*/pLFP, FLUS4[0-9].*/pAFP, FLHW80, etc)=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/p(LFP|AFP)=0A=
>> > FILE data/gempak/nwx/pubprod/metro/(\1:yyyy)(\1:mm)\1\2.mtro=0A=
>> >WMO ^FQCA01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/metro/(\1:yyyy)(\1:mm)\1\2.mtro=0A=
>> >WMO ^FPAK1[12] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/metro/(\1:yyyy)(\1:mm)\1\2.mtro=0A=
>> >#=0A=
>> ># NOW Forecasts (FPUS7[1-6],FPCA72, FPHW70, etc.)=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pNOW=0A=
>> > FILE data/gempak/nwx/pubprod/now/(\1:yyyy)(\1:mm)\1\2.now=0A=
>> >#=0A=
>> ># Local Storm Reports (WWUS30, WWUS5[0-6])=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pLSR=0A=
>> > FILE data/gempak/nwx/pubprod/lcl_strm/(\1:yyyy)(\1:mm)\1\2.local=0A=
>> >WMO ^WWCA30 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/lcl_strm/(\1:yyyy)(\1:mm)\1\2.local=0A=
>> >WMO ^WOBA31 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/lcl_strm/(\1:yyyy)(\1:mm)\1\2.local=0A=
>> >WMO ^WOCA31 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/lcl_strm/(\1:yyyy)(\1:mm)\1\2.local=0A=
>> >#=0A=
>> ># Record Event Statements (SXUS99.*/pRER)=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pRER=0A=
>> > FILE data/gempak/nwx/pubprod/record/(\1:yyyy)(\1:mm)\1\2.record=0A=
>> >WMO ^SXCA[89]9 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/record/(\1:yyyy)(\1:mm)\1\2.record=0A=
>> >#=0A=
>> ># State Temp/Precip Tables (ABUS21, ABUS4[1-6])=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSTP=0A=
>> > FILE data/gempak/nwx/pubprod/tmppcp/(\1:yyyy)(\1:mm)\1\2.tmppcp=0A=
>> >WMO ^ABAK02 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/tmppcp/(\1:yyyy)(\1:mm)\1\2.tmppcp=0A=
>> >#=0A=
>> ># Public Info Statement (ABUS34.*/pPNS, NOUS.*/PNS)=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pPNS=0A=
>> > FILE data/gempak/nwx/pubprod/pubinfo/(\1:yyyy)(\1:mm)\1\2.info=0A=
>> >WMO ^ABAK34 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/pubinfo/(\1:yyyy)(\1:mm)\1\2.info=0A=
>> >WMO ^ABCA3[45] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/pubinfo/(\1:yyyy)(\1:mm)\1\2.info=0A=
>> >WMO ^ADMN81 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/pubinfo/(\1:yyyy)(\1:mm)\1\2.info=0A=
>> >WMO ^ADMN97 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/pubinfo/(\1:yyyy)(\1:mm)\1\2.info=0A=
>> >WMO ^NOFS11 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/pubinfo/(\1:yyyy)(\1:mm)\1\2.info=0A=
>> >#=0A=
>> ># Admin messages (NOXX, NOHW, NOAK etc. or NOUS ADM, ADA and ADR)=0A=
>> >WMO ^(NO[^U]|NOU[^S]).. .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/admin/(\2:yyyy)(\2:mm)\2\3.admin=0A=
>> >WMO ^NOUS.. .... ([0-3][0-9])([0-2][0-9]).*/p(AD[AMR])=0A=
>> > FILE data/gempak/nwx/pubprod/admin/(\1:yyyy)(\1:mm)\1\2.admin=0A=
>> >#=0A=
>> ># Forensic report messages=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pOAV=0A=
>> > FILE data/gempak/nwx/pubprod/forensic/(\1:yyyy)(\1:mm)\1\2.forensic=
>> > 0A=
>> >#=0A=
>> ># RADAR Free Text Messages=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFTM=0A=
>> > FILE data/gempak/nwx/pubprod/ftm/(\1:yyyy)(\1:mm)\1\2.ftm=0A=
>> >#=0A=
>> ># Holiday Forecast=0A=
>> >WMO ^ABUS0[46] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/holiday/(\1:yyyy)(\1:mm)\1\2.hlday=0A=
>> >#=0A=
>> ># SCD bulletins=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSCD=0A=
>> > FILE data/gempak/nwx/pubprod/scd/(\1:yyyy)(\1:mm)\1\2.scd=0A=
>>
>>#########################################################################=
>> >#######=0A=
>> >#=0A=
>> ># Fire Weather bulletins=0A=
>> >#=0A=
>> ># Fire Weather Discussion, Day 1 and 2=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFWDDY(.)=0A=
>> > FILE data/gempak/nwx/fire/fwd/(\1:yyyy)(\1:mm)\1\2.fwddy\3=0A=
>> >#=0A=
>> ># Extended Fire Weather Discussion=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFWE=0A=
>> > FILE data/gempak/nwx/fire/fwe/(\1:yyyy)(\1:mm)\1\2.fwe=0A=
>> >#=0A=
>> ># Routine Fire Weather Forecast=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFWF=0A=
>> > FILE data/gempak/nwx/fire/fwf/(\1:yyyy)(\1:mm)\1\2.fwf=0A=
>> >#=0A=
>> ># Miscellaneous Fire Weather Product=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFWM=0A=
>> > FILE data/gempak/nwx/fire/fwm/(\1:yyyy)(\1:mm)\1\2.fwm=0A=
>> >#=0A=
>> ># Fire Weather Notification=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFWN=0A=
>> > FILE data/gempak/nwx/fire/fwn/(\1:yyyy)(\1:mm)\1\2.fwn=0A=
>> >#=0A=
>> ># Fire Weather Observation=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFWO=0A=
>> > FILE data/gempak/nwx/fire/fwo/(\1:yyyy)(\1:mm)\1\2.fwo=0A=
>> >#=0A=
>
>>#########################################################################=
>> >########=0A=
>> >#=0A=
>> ># Watches and Warnings=0A=
>> >#=0A=
>> ># Severe Thunderstorm Warning (WUUS)=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSVR=0A=
>> > FILE data/gempak/nwx/watch_warn/tstrm_warn/(\1:yyyy)(\1:mm)\1\2.tstr
>> > m=0A=
>> >#=0A=
>> ># Tornado Warning (WFUS)=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pTOR=0A=
>> > FILE data/gempak/nwx/watch_warn/torn_warn/(\1:yyyy)(\1:mm)\1\2.torn=
>> > 0A=
>> >#=0A=
>> ># Winter Weather Watch/Warning (WWUS4[1-6]=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pWSW=0A=
>> > FILE data/gempak/nwx/watch_warn/winter/(\1:yyyy)(\1:mm)\1\2.winter=0
>> > A=
>> >#=0A=
>> ># Severe Statements (WWUS34, WWUS5[1-6])=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSVS=0A=
>> > FILE data/gempak/nwx/watch_warn/severe/(\1:yyyy)(\1:mm)\1\2.severe=0
>> > A=
>> >#=0A=
>> ># Severe Local Storms (WWUS32, WWUS6[1-6])=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSLS=0A=
>> > FILE data/gempak/nwx/watch_warn/svrlcl/(\1:yyyy)(\1:mm)\1\2.svrlcl=0
>> > A=
>> >#=0A=
>> ># Non-Precipitating Warnings (WWUS(7[1-6]|45))=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pNPW=0A=
>> > FILE data/gempak/nwx/watch_warn/noprcp/(\1:yyyy)(\1:mm)\1\2.noprcp=0
>> > A=
>> >#=0A=
>> ># Special Statements (WWUS35, WWUS8[1-6])=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSPS=0A=
>> > FILE data/gempak/nwx/watch_warn/special/(\1:yyyy)(\1:mm)\1\2.special
>> > =0A=
>> >WMO ^WW(AK)35 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/watch_warn/special/(\2:yyyy)(\2:mm)\2\3.special
>> > =0A=
>> >#=0A=
>> ># State Weather Summaries (ABUS30, AWCA[46]2)=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSWS=0A=
>> > FILE data/gempak/nwx/watch_warn/state_summ/(\1:yyyy)(\1:mm)\1\2.stsu
>> > m=0A=
>> >WMO ^ABAK01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/watch_warn/state_summ/(\1:yyyy)(\1:mm)\1\2.stsu
>> > m=0A=
>> >#=0A=
>> ># Hurricane Local Statements=0A=
>> >WMO ^WWUS31 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/watch_warn/hurr_lcl/(\1:yyyy)(\1:mm)\1\2.hurr=0
>> > A=
>> >WMO ^WWCA3[19] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/watch_warn/hurr_lcl/(\1:yyyy)(\1:mm)\1\2.hurr=0
>> > A=
>> >WMO ^WWHW31 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/watch_warn/hurr_lcl/(\1:yyyy)(\1:mm)\1\2.hurr=0
>> > A=
>> >WMO ^WTHW80 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/watch_warn/hurr_lcl/(\1:yyyy)(\1:mm)\1\2.hurr=0
>> > A=
>> >WMO ^WHC[AU]31 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/watch_warn/hurr_lcl/(\1:yyyy)(\1:mm)\1\2.hurr=0
>> > A=
>> >#=0A=
>> ># Watch updates=0A=
>> >WMO ^WOUS[68]4 KWNS ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/watch_warn/watch_stat/(\1:yyyy)(\1:mm)\1\2.stat
>> > =0A=
>> >WMO ^WWUS50 KMKC ([0-3][0-9])([0-2][0-9]).*/pSEVMKC=0A=
>> > FILE data/gempak/nwx/watch_warn/watch_stat/(\1:yyyy)(\1:mm)\1\2.stat
>> > =0A=
>> >#=0A=
>> ># Volcanic Ash Advisory Statements=0A=
>> >WMO ^FVXX2[0-4] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/watch_warn/volcano/(\1:yyyy)(\1:mm)\1\2.volc=0A
>> > =
>> >WMO ^FVCN0[0-4] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/watch_warn/volcano/(\1:yyyy)(\1:mm)\1\2.volc=0A
>> > =
>> >WMO ^FVAU0[0-4] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/watch_warn/volcano/(\1:yyyy)(\1:mm)\1\2.volc=0A
>> > =
>>
>>#########################################################################=
>> >########=0A=
>> >#=0A=
>> ># SPC Products=0A=
>> >#=0A=
>> ># Day 1 Outlook=0A=
>> >WMO ^ACUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/day1/(\1:yyyy)(\1:mm)\1\2.day1=0A=
>> >#=0A=
>> ># Day 2 Outlook=0A=
>> >WMO ^ACUS02 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/day2/(\1:yyyy)(\1:mm)\1\2.day2=0A=
>> >#=0A=
>> ># Thunderstorm/Tornado Watch Areas=0A=
>> >WMO ^WWUS09 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/watch/(\1:yyyy)(\1:mm)\1\2.watch=0A=
>> >WMO ^WWUS40 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/watch/(\1:yyyy)(\1:mm)\1\2.wwus40=0A=
>> >WMO ^WWUS08 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/status/(\1:yyyy)(\1:mm)\1\2.stat=0A=
>> >#=0A=
>> ># Public Outlook=0A=
>> >WMO ^WWUS36 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/public/(\1:yyyy)(\1:mm)\1\2.public=0A=
>> >#=0A=
>> ># Severe Weather Summary=0A=
>> >WMO ^WWUS6[01] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/svr_summ/(\1:yyyy)(\1:mm)\1\2.svr=0A=
>> >#=0A=
>> ># Hourly Status Report=0A=
>> >WMO ^WWUS60 .... ([0-3][0-9])([0-2][0-9]).*/pSTAHRY=0A=
>> > FILE data/gempak/nwx/spc/stahry/(\1:yyyy)(\1:mm)\1\2.hry=0A=
>> >#=0A=
>> ># Daily Status Report=0A=
>> >WMO ^WWUS60 .... ([0-3][0-9])([0-2][0-9]).*/pSTADTS=0A=
>> > FILE data/gempak/nwx/spc/stadts/(\1:yyyy)(\1:mm)\1\2.dts=0A=
>> >#=0A=
>> ># Mesoscale Discussion=0A=
>> >WMO ^ACUS03 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/meso/(\1:yyyy)(\1:mm)\1\2.meso=0A=
>> >#=0A=
>> ># Hazardous Weather=0A=
>> >WMO ^WWUS44 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/hzrd/(\1:yyyy)(\1:mm)\1\2.hzrd=0A=
>> >#=0A=
>> ># International Temp/Precip Summary=0A=
>> >WMO ^ABUS2[3-6] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/tp_summ/(\1:yyyy)(\1:mm)\1\2.tp_summ=0A=
>> >WMO ^ABXX0[567] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/tp_summ/(\1:yyyy)(\1:mm)\1\2.tp_summ=0A=
>> >WMO ^ABCA01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/tp_summ/(\1:yyyy)(\1:mm)\1\2.tp_summ=0A=
>> >WMO ^FPCN60 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/tp_summ/(\1:yyyy)(\1:mm)\1\2.tp_summ=0A=
>> >WMO ^WBCN02 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/tp_summ/(\1:yyyy)(\1:mm)\1\2.tp_summ=0A=
>> >WMO ^ABCN01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/spc/tp_summ/(\1:yyyy)(\1:mm)\1\2.tp_summ=0A=
>> >#=0A=
>> ># Earthquake and Tsunami messages/warnings=0A=
>> >WMO ^WE.... .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/seismic/(\1:yyyy)(\1:mm)\1\2.tsuww=0A=
>> >WMO ^SE.... .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/pubprod/seismic/(\1:yyyy)(\1:mm)\1\2.info=0A=
>>
>>#########################################################################=
>> >########=0A=
>> >#=0A=
>> ># NHC Products=0A=
>> >#=0A=
>> ># Outlooks=0A=
>> >WMO ^ABNT20 KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/outlook/(\1:yyyy)(\1:mm)\1\2.outlk=0A=
>> >WMO ^ABPA20 PHNL ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/outlook/(\1:yyyy)(\1:mm)\1\2.outlk=0A=
>> >WMO ^ACPN50 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/outlook/(\1:yyyy)(\1:mm)\1\2.outlk=0A=
>> >WMO ^ABPZ20 KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/outlook/(\1:yyyy)(\1:mm)\1\2.outlk=0A=
>> >WMO ^ABCA33 TJSJ ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/outlook/(\1:yyyy)(\1:mm)\1\2.outlk=0A=
>> >WMO ^ABPW10 PGTW ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/outlook/(\1:yyyy)(\1:mm)\1\2.outlk=0A=
>> >#=0A=
>> ># Discussions=0A=
>> >WMO ^WTNT4[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/disc/(\1:yyyy)(\1:mm)\1\2.disc=0A=
>> >WMO ^WTPA4[1-5] PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/disc/(\1:yyyy)(\1:mm)\1\2.disc=0A=
>> >WMO ^WTPZ4[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/disc/(\1:yyyy)(\1:mm)\1\2.disc=0A=
>> >WMO ^W[DT]PN3[1-5] PGTW ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/disc/(\1:yyyy)(\1:mm)\1\2.disc=0A=
>> >#=0A=
>> ># Public Forecasts=0A=
>> >WMO ^WTNT3[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/public/(\1:yyyy)(\1:mm)\1\2.pblc=0A=
>> >WMO ^WTPA3[1-5] PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/public/(\1:yyyy)(\1:mm)\1\2.pblc=0A=
>> >WMO ^WTPZ3[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/public/(\1:yyyy)(\1:mm)\1\2.pblc=0A=
>> >WMO ^WTCA40 TJSJ ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/public/(\1:yyyy)(\1:mm)\1\2.pblc=0A=
>> >WMO ^WHCA31 TFFF ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/public/(\1:yyyy)(\1:mm)\1\2.pblc=0A=
>> >#=0A=
>> ># strike probabilities=0A=
>> >WMO ^WTNT7[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/probs/(\1:yyyy)(\1:mm)\1\2.probs=0A=
>> >WMO ^WTPZ7[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/probs/(\1:yyyy)(\1:mm)\1\2.probs=0A=
>> >#=0A=
>> ># Marine Forecasts=0A=
>> >WMO ^WTNT2[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/marine/(\1:yyyy)(\1:mm)\1\2.mar=0A=
>> >WMO ^WTPA2[1-5] PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/marine/(\1:yyyy)(\1:mm)\1\2.mar=0A=
>> >WMO ^WTPZ2[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/marine/(\1:yyyy)(\1:mm)\1\2.mar=0A=
>> >WMO ^WHPS01 NFFN ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/marine/(\1:yyyy)(\1:mm)\1\2.mar=0A=
>> >WMO ^WTPS01 NFFN ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/marine/(\1:yyyy)(\1:mm)\1\2.mar=0A=
>> >#=0A=
>> ># Model Forecasts=0A=
>> >WMO ^WHXX01 KMIA ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/model/(\1:yyyy)(\1:mm)\1\2.mdl=0A=
>> >WMO ^WHXX0[1-4] KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/model/(\1:yyyy)(\1:mm)\1\2.mdl=0A=
>> >WMO ^WHXX9[09] KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/model/(\1:yyyy)(\1:mm)\1\2.mdl=0A=
>> >#=0A=
>> ># Recon Flights=0A=
>> >WMO ^URNT12 KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/recon/(\1:yyyy)(\1:mm)\1\2.rcn=0A=
>> >WMO ^U[RZ]NT14 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/recon/(\1:yyyy)(\1:mm)\1\2.rcn=0A=
>> >#=0A=
>> ># Tropical Discussions=0A=
>> >WMO ^AXNT20 KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/tdsc/(\1:yyyy)(\1:mm)\1\2.tdsc=0A=
>> >WMO ^AXPZ20 KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/nhc/tdsc/(\1:yyyy)(\1:mm)\1\2.tdsc=0A=
>>
>>#########################################################################=
>> >########=0A=
>> >#=0A=
>> ># Tropical Pacific Products=0A=
>> >#=0A=
>> ># Tropical Weather Outlook & Summary=0A=
>> >WMO ^ACPN50 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/tropical/trpwxou/(\1:yyyy)(\1:mm)\1\2.trpwxou=0
>> > A=
>> >#=0A=
>> ># Tropical Weather Summary=0A=
>> >WMO ^ACPN60 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/tropical/trpwxsu/(\1:yyyy)(\1:mm)\1\2.trpwxsu=0
>> > A=
>> >#=0A=
>> ># Tropical Weather Discussion=0A=
>> >WMO ^ACP[AW]40 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/tropical/trpwxdi/(\1:yyyy)(\1:mm)\1\2.trpwxdi=0
>> > A=
>> >#=0A=
>> ># Marine/Aviation Tropical Cyclone Advisory=0A=
>> >WMO ^WTPA2[1-5] PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/tropical/maravnt/(\1:yyyy)(\1:mm)\1\2.maravnt=0
>> > A=
>> >#=0A=
>> ># Public Tropical Cyclone Advisory=0A=
>> >WMO ^WTPA3[1-5] PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/tropical/pubtrpc/(\1:yyyy)(\1:mm)\1\2.pubtrpc=0
>> > A=
>> >#=0A=
>> ># Tropical Cyclone Discussion=0A=
>> >WMO ^WTPA4[1-5] PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/tropical/trpcycd/(\1:yyyy)(\1:mm)\1\2.trpcycd=0
>> > A=
>> >#=0A=
>> ># Tropical Cyclone Position Estimate=0A=
>> >WMO ^WTPA50 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/tropical/trpcycp/(\1:yyyy)(\1:mm)\1\2.trpcycp=0
>> > A=
>> >#=0A=
>> ># Tropical Cyclone Update=0A=
>> >WMO ^WTPA60 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/tropical/trpcycu/(\1:yyyy)(\1:mm)\1\2.trpcycu=0
>> > A=
>> ># /pTCSCP=0A=
>> >WMO ^TXPN40 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/tropical/trpcycu/(\1:yyyy)(\1:mm)\1\2.trpcycu=0
>> > A=
>> >#=0A=
>> ># Unnumbered Depression and Suspicious Area Advisory=0A=
>> >WMO ^ACPA80 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/tropical/unnumdp/(\1:yyyy)(\1:mm)\1\2.unnumdp=0
>> > A=
>> >WMO ^FZHW50 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/tropical/unnumdp/(\1:yyyy)(\1:mm)\1\2.unnumdp=0
>> > A=
>>
>>#########################################################################=
>> >########=0A=
>> >#=0A=
>> ># Flash Flood=0A=
>> >#=0A=
>> ># Guidance=0A=
>> >#WMO ^FOUS(4[1-5] K...|[4-8]2 KALR|[4-8]4 KORN|[4-8]4 KTUA) =
>> >([0-3][0-9])([0-2][0-9])=0A=
>> ># FILE data/gempak/nwx/fflood/guid/(\2:yyyy)(\2:mm)\2\3.ffg=0A=
>> ># FFG all FOUS60's except KWNO which is MOS=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/p(FFG|FFH)=0A=
>> > FILE data/gempak/nwx/fflood/guid/(\1:yyyy)(\1:mm)\1\2.ffg=0A=
>> >#=0A=
>> ># Satellite Precipitaion Estimates (TXUS20)=0A=
>> >WMO ^TXUS20 .... ([0-3][0-9])([0-2][0-9]).*/pSPE=0A=
>> > FILE data/gempak/nwx/fflood/satest/(\1:yyyy)(\1:mm)\1\2.satest=0A=
>> >#=0A=
>> ># Watch=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/p(FFA|FLA)=0A=
>> > FILE data/gempak/nwx/fflood/watch/(\1:yyyy)(\1:mm)\1\2.wtch=0A=
>> >WMO ^RWUS31 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/watch/(\1:yyyy)(\1:mm)\1\2.wtch=0A=
>> >WMO ^FGHW41 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/watch/(\1:yyyy)(\1:mm)\1\2.wtch=0A=
>> >WMO ^RWAK31 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/watch/(\1:yyyy)(\1:mm)\1\2.wtch=0A=
>> >WMO ^RWCA03 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/watch/(\1:yyyy)(\1:mm)\1\2.wtch=0A=
>> >WMO ^RWCA3[13] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/watch/(\1:yyyy)(\1:mm)\1\2.wtch=0A=
>> >#=0A=
>> ># Warning=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/p(FFW|FLW)=0A=
>> > FILE data/gempak/nwx/fflood/warn/(\1:yyyy)(\1:mm)\1\2.warn=0A=
>> >WMO ^WRUS0[12] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/warn/(\1:yyyy)(\1:mm)\1\2.warn=0A=
>> >WMO ^WRCA0[12] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/warn/(\1:yyyy)(\1:mm)\1\2.warn=0A=
>> >WMO ^WOHW40 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/warn/(\1:yyyy)(\1:mm)\1\2.warn=0A=
>> >WMO ^WRAK01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/warn/(\1:yyyy)(\1:mm)\1\2.warn=0A=
>> >#=0A=
>> ># Statement - Flash Flood=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFFS=0A=
>> > FILE data/gempak/nwx/fflood/statment/(\1:yyyy)(\1:mm)\1\2.sttmnt=0A=
>> >WMO ^RWUS32 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/statment/(\1:yyyy)(\1:mm)\1\2.sttmnt=0A=
>> >WMO ^FGHW42 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/statment/(\1:yyyy)(\1:mm)\1\2.sttmnt=0A=
>> >WMO ^RWAK32 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/statment/(\1:yyyy)(\1:mm)\1\2.sttmnt=0A=
>> >WMO ^RWCA3[24] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/statment/(\1:yyyy)(\1:mm)\1\2.sttmnt=0A=
>> >#=0A=
>> ># River forecast=0A=
>> >WMO ^...... ....  ([0-3][0-9])([0-2][0-9]).*/p(RVR|RVF)=0A=
>> > FILE data/gempak/nwx/river/(\1:yyyy)(\1:mm)\1\2.for=0A=
>> >WMO ^FGUS8[0-9] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/river/(\1:yyyy)(\1:mm)\1\2.sttmnt=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pESG=0A=
>> > FILE data/gempak/nwx/river/(\1:yyyy)(\1:mm)\1\2.for=0A=
>> >#=0A=
>> ># Statement - Flood=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFLS=0A=
>> > FILE data/gempak/nwx/fflood/flstmt/(\1:yyyy)(\1:mm)\1\2.flstmt=0A=
>> >WMO ^RRUS42 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/flstmt/(\1:yyyy)(\1:mm)\1\2.flstmt=0A=
>> >WMO ^RWAK42 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/flstmt/(\1:yyyy)(\1:mm)\1\2.flstmt=0A=
>> >WMO ^RWCA01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/flstmt/(\1:yyyy)(\1:mm)\1\2.flstmt=0A=
>> >WMO ^RWCA4[23] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/flstmt/(\1:yyyy)(\1:mm)\1\2.flstmt=0A=
>> >WMO ^WGUS.. .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/flstmt/(\1:yyyy)(\1:mm)\1\2.flstmt=0A=
>> >#=0A=
>> ># Observed Rainfall=0A=
>> >WMO ^SRU[EMSW][1-6][0-9] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/obs/(\1:yyyy)(\1:mm)\1\2.obs=0A=
>> >WMO ^RRUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/obs/(\1:yyyy)(\1:mm)\1\2.obs=0A=
>> >WMO ^SXHW01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/obs/(\1:yyyy)(\1:mm)\1\2.obs=0A=
>> >#=0A=
>> ># National Statement=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFLN=0A=
>> > FILE data/gempak/nwx/fflood/natl_summ/(\1:yyyy)(\1:mm)\1\2.natl=0A=
>> >WMO ^RWUS09 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/fflood/natl_summ/(\1:yyyy)(\1:mm)\1\2.natl=0A=
>>
>>#########################################################################=
>> >########=0A=
>> >#=0A=
>> ># Marine=0A=
>> >#=0A=
>> ># Coastal=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pCWF=0A=
>> > FILE data/gempak/nwx/marine/coast/(\1:yyyy)(\1:mm)\1\2.coast=0A=
>> >WMO ^FZCN2[012] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/coast/(\1:yyyy)(\1:mm)\1\2.coast=0A=
>> >WMO ^FPCN2[0-9] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/coast/(\1:yyyy)(\1:mm)\1\2.coast=0A=
>> >#=0A=
>> ># Offshore (FZNT2[1-6], FZPN01, FZPN2[2-6])=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pOFF=0A=
>> > FILE data/gempak/nwx/marine/offsh/(\1:yyyy)(\1:mm)\1\2.offsh=0A=
>> >WMO ^FZHW[45]0 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/offsh/(\1:yyyy)(\1:mm)\1\2.offsh=0A=
>> >#=0A=
>> ># High Seas (FZNT0[12], FZPN0[1-4], FZPN40, FZPS40=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pHSF=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^FZCH0[12] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^FZP[NS]10 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^WOST02 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^WWAA02 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^WWJP2[56] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^WWST0[12] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^FHPA0[23] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^FHPN01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^FHPS00 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^FAGX01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^FACA00 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^FZNT80 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^FQNT21 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >WMO ^FPUK71 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>> >#=0A=
>> ># Marine Interpretation Message=0A=
>> >WMO ^AGPN40 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/intrpt/(\1:yyyy)(\1:mm)\1\2.intrpt=0A=
>> >WMO ^AGNT40 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/intrpt/(\1:yyyy)(\1:mm)\1\2.intrpt=0A=
>> >#=0A=
>> ># Buoy Reports=0A=
>> >WMO ^SIVC15 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/buoy/(\1:yyyy)(\1:mm)\1\2.buoy=0A=
>> >WMO ^SIVD1[5678] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/buoy/(\1:yyyy)(\1:mm)\1\2.buoy=0A=
>> >WMO ^SIVD2[0123] KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/buoy/(\1:yyyy)(\1:mm)\1\2.buoy=0A=
>> >WMO ^SIVD4[56] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/buoy/(\1:yyyy)(\1:mm)\1\2.buoy=0A=
>> >#=0A=
>> ># Ship Reports=0A=
>> >WMO ^SMV[ABCDEFX][0-4][0-9] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/ship/(\1:yyyy)(\1:mm)\1\2.ship=0A=
>> >WMO ^SPVD20 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/ship/(\1:yyyy)(\1:mm)\1\2.ship=0A=
>> >WMO ^UQCN01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/ship/(\1:yyyy)(\1:mm)\1\2.ship=0A=
>> >#=0A=
>> ># Other Ship Reports PLS=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pPLS=0A=
>> > FILE data/gempak/nwx/marine/plship/(\1:yyyy)(\1:mm)\1\2.pls=0A=
>> >#=0A=
>> ># Coast Guard Reports (SXUS08, SXUS86, SXUS40)=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pCGR=0A=
>> > FILE data/gempak/nwx/marine/cguard/(\1:yyyy)(\1:mm)\1\2.cgr=0A=
>> >#=0A=
>> ># Other Marine Reports=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pOMR=0A=
>> > FILE data/gempak/nwx/marine/other/(\1:yyyy)(\1:mm)\1\2.omr=0A=
>> >#=0A=
>> ># Wind wave guidance=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pMRP=0A=
>> > FILE data/gempak/nwx/marine/mrp/(\1:yyyy)(\1:mm)\1\2.mrp=0A=
>> >#=0A=
>> ># Special Marine Warnings=0A=
>> >WMO ^WHUS5[13] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/smw/(\1:yyyy)(\1:mm)\1\2.smw=0A=
>> >WMO ^WHCA42 TJSJ ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/smw/(\1:yyyy)(\1:mm)\1\2.smw=0A=
>> >WMO ^WMUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/marine/smw/(\1:yyyy)(\1:mm)\1\2.smw=0A=
>> >#=0A=
>> ># Marine Weather Statements=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pMWS=0A=
>> > FILE data/gempak/nwx/marine/mws/(\1:yyyy)(\1:mm)\1\2.mws=0A=
>>
>>#########################################################################=
>> >########=0A=
>> >#=0A=
>> ># Aviation Forecasts=0A=
>> >#=0A=
>> ># Area Forecasts=0A=
>> >WMO ^FAUS0[1-5] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/area/(\1:yyyy)(\1:mm)\1\2.area=0A=
>> >WMO ^FAHW0[1-5] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/area/(\1:yyyy)(\1:mm)\1\2.area=0A=
>> >WMO ^FAAK0[1-5] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/area/(\1:yyyy)(\1:mm)\1\2.area=0A=
>> >#=0A=
>> ># FTs=0A=
>> >WMO ^FTUS80 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/fts/(\1:yyyy)(\1:mm)\1\2.fts=0A=
>> >WMO ^FTSD.. .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/fts/(\1:yyyy)(\1:mm)\1\2.fts=0A=
>> >#=0A=
>> ># Convective SIGMETS=0A=
>> >WMO ^WSUS4[012] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/conv/(\1:yyyy)(\1:mm)\1\2.conv=0A=
>> >WMO ^WCPA3[1-5] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/conv/(\1:yyyy)(\1:mm)\1\2.conv=0A=
>> >#=0A=
>> ># International SIGMETS=0A=
>> >WMO ^WS..0. KMKC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/intlsig/(\1:yyyy)(\1:mm)\1\2.intl=0A=
>> >WMO ^WS.... KNHC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/intlsig/(\1:yyyy)(\1:mm)\1\2.intl=0A=
>> >WMO ^WS.... PGUM ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/intlsig/(\1:yyyy)(\1:mm)\1\2.intl=0A=
>> >WMO ^WS.... PHNL ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/intlsig/(\1:yyyy)(\1:mm)\1\2.intl=0A=
>> >WMO ^WS.... EGGY ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/intlsig/(\1:yyyy)(\1:mm)\1\2.intl=0A=
>> >WMO ^WS.... RJAA ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/intlsig/(\1:yyyy)(\1:mm)\1\2.intl=0A=
>> >#=0A=
> ># SIGMETS=0A=
>> >WMO ^WSUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/sigmet/(\1:yyyy)(\1:mm)\1\2.sgmt=0A=
>> >WMO ^WS[^U]... .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/sigmet/(\1:yyyy)(\1:mm)\1\2.sgmt=0A=
>> >WMO ^WSUK.. .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/sigmet/(\1:yyyy)(\1:mm)\1\2.sgmt=0A=
>> >#=0A=
>> ># AIRMETS=0A=
>> >WMO ^WAUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/airmet/(\1:yyyy)(\1:mm)\1\2.airm=0A=
>> >WMO ^WAHW01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/airmet/(\1:yyyy)(\1:mm)\1\2.airm=0A=
>> >WMO ^WAAK01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/airmet/(\1:yyyy)(\1:mm)\1\2.airm=0A=
>> >#=0A=
>> ># Volcano Warnings/SIGMETS=0A=
>> >WMO ^WV.... .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/volcwarn/(\1:yyyy)(\1:mm)\1\2.vlcw=0A=
>> >#=0A=
>> ># Volcano Ash Forecast/Avalanch Forecast=0A=
>> >WMO ^FVUS2[01] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/volcfcst/(\1:yyyy)(\1:mm)\1\2.vlcf=0A=
>> >#=0A=
>> ># Offshore Area=0A=
>> >WMO ^FANT02 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/aviation/offshore/(\1:yyyy)(\1:mm)\1\2.offsh=0A
>> > =
>>
>>#########################################################################=
>> >########=0A=
>> >#=0A=
>> ># MOS=0A=
>> >#=0A=
>> ># ETA MOS=0A=
>> >#=0A=
>> ># NGM MOS=0A=
>> >WMO ^FOUS14 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/mos/ngm/(\1:yyyy)(\1:mm)\1\2.ngmmos=0A=
>> >WMO ^FOAK1[34] .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/mos/ngm/(\1:yyyy)(\1:mm)\1\2.ngmmos=0A=
>> >#=0A=
>> ># NGM City Guidance -- US, Canada, and the Gulf of Mexico=0A=
>> >WMO ^FOUS(8[6-9]|90) KWNO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/mos/ngm/(\2:yyyy)(\2:mm)\2\3.ngmgd=0A=
>> >WMO ^FOU[EMW][6789].* .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/mos/ngm/(\1:yyyy)(\1:mm)\1\2.ngmgd=0A=
>> >WMO ^FOCN7.* .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/mos/ngm/(\1:yyyy)(\1:mm)\1\2.ngmgd=0A=
>> >WMO ^FOGX.* .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/mos/ngm/(\1:yyyy)(\1:mm)\1\2.ngmgd=0A=
>> >#=0A=
>> ># ETA City Guidance -- US, Canada, and the Gulf of Mexico=0A=
>> >WMO ^FOUS[67].* KWNO ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/mos/eta/(\1:yyyy)(\1:mm)\1\2.etagd=0A=
>> >#=0A=
>> ># AVN MOS=0A=
>> >WMO ^FEX[CESW].* KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/mos/avn/(\1:yyyy)(\1:mm)\1\2.avnmos=0A=
>> ># FEAK20 KWBC to FEAK2[0-4] KWNO=0A=
>> >WMO ^FEAK2[0-4] K... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/mos/avn/(\1:yyyy)(\1:mm)\1\2.avnmos=0A=
>> >WMO ^FECN20 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/mos/avn/(\1:yyyy)(\1:mm)\1\2.avnmos=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pMAV=0A=
>> > FILE data/gempak/nwx/mos/avnnew/(\1:yyyy)(\1:mm)\1\2.avnmos=0A=
>> >#=0A=
>> ># MRF MOS=0A=
>> >WMO ^FOX[CESW].* KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/mos/mrf/(\1:yyyy)(\1:mm)\1\2.mrfmos=0A=
>> ># FOAK20 KWBC to FOAK2[0-4] KWNO=0A=
>> >WMO ^FOAK2[0-4] K... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/mos/mrf/(\1:yyyy)(\1:mm)\1\2.mrfmos=0A=
>> >WMO ^FECN21 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/mos/mrf/(\1:yyyy)(\1:mm)\1\2.mrfmos=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pMEX=0A=
>> > FILE data/gempak/nwx/mos/mrfnew/(\1:yyyy)(\1:mm)\1\2.mrfmos=0A=
>>
>>#########################################################################=
>> >########=0A=
>> >#=0A=
>> ># HPC Discussions=0A=
>> >#=0A=
>> ># Model discussion (FXUS10 KWNH DDHHMM /pPMDHMD)=0A=
>> >WMO ^...... .... ([0-3][0-9])([0-2][0-9]).*/pPMDHMD=0A=
>> > FILE data/gempak/nwx/hpc/prog/(\1:yyyy)(\1:mm)\1\2.disc=0A=
>> ># Extended Forecast Discussion=0A=
>> >WMO ^FXUS02 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/hpc/extend/(\1:yyyy)(\1:mm)\1\2.extend=0A=
>> >#=0A=
>> ># Hemispheric Map Discussion AND 500mb Map Type Correlations=0A=
>> >WMO ^FXUS03 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/hpc/hemi/(\1:yyyy)(\1:mm)\1\2.hemi=0A=
>> >#=0A=
>> ># NMC Prognostic Discussion (Basic Weather)=0A=
>> >WMO ^FXUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/hpc/prog/(\1:yyyy)(\1:mm)\1\2.prog=0A=
>> >WMO ^FXUS10 KWNH ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/nwx/hpc/prog/(\1:yyyy)(\1:mm)\1\2.prog=0A=
>> >WMO ^FXCA20 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/nwx/hpc/prog/(\1:yyyy)(\1:mm)\1\2.prog=0A=
>> >WMO ^FXSA20 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/nwx/hpc/prog/(\1:yyyy)(\1:mm)\1\2.prog=0A=
>> >WMO ^FXHW01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/nwx/hpc/prog/(\1:yyyy)(\1:mm)\1\2.prog=0A=
>> >#=0A=
>> ># Quantitative Precipitation Forecast Discussion=0A=
>> >WMO ^FXUS04 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/hpc/qpf/(\1:yyyy)(\1:mm)\1\2.qpf=0A=
>> >#=0A=
>> ># Quantitative Precipitation Forecast Excessive Rainfall Discussion=0A=
>> >WMO ^FOUS30 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/hpc/qpf/(\1:yyyy)(\1:mm)\1\2.qpferp=0A=
> >#=0A=
>> ># Heavy Snowfall Discussion=0A=
>> >WMO ^FOUS11 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/hpc/hvysnow/(\1:yyyy)(\1:mm)\1\2.hvysnow=0A=
>> >#=0A=
>> ># Surface fronts=0A=
>> >WMO ^ASUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/hpc/fronts/(\1:yyyy)(\1:mm)\1\2.front=0A=
>> >WMO ^FSUS02 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/hpc/fronts/(\1:yyyy)(\1:mm)\1\2.fcst=0A=
>> >#=0A=
>> ># SDM Messages=0A=
>> >WMO ^NOUS42 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/hpc/sdm/(\1:yyyy)(\1:mm)\1\2.sdm=0A=
>> >#=0A=
>> ># Storm Summaries=0A=
>> >WMO ^WWUS37 .... ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/hpc/storm/(\1:yyyy)(\1:mm)\1\2.storm=0A=
>>
>>#########################################################################=
>> >########=0A=
>> >#=0A=
>> ># CPC Products=0A=
>> >#=0A=
>> ># 6-10 Day Forecast=0A=
>> >WMO ^FEUS40 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/cpc/6_10_fcst/(\1:yyyy)(\1:mm)\1\2.f610=0A=
>> >#=0A=
>> ># 6-10 Day Narative=0A=
>> >WMO ^FXUS06 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/cpc/6_10_nrtv/(\1:yyyy)(\1:mm)\1\2.n610=0A=
>> >#=0A=
>> ># 30 Day Narative=0A=
>> >WMO ^FXUS07 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/cpc/30_nrtv/(\1:yyyy)(\1:mm)\1\2.n30=0A=
>> >#=0A=
>> ># 90 Day Narative=0A=
>> >WMO ^FXUS05 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/cpc/90_nrtv/(\1:yyyy)(\1:mm)\1\2.n90=0A=
>> ># =0A=
>> ># 30 & 90 Day Narative for Hawaii=0A=
>> >WMO ^FXHW40 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>> > FILE data/gempak/nwx/cpc/hawaii/(\1:yyyy)(\1:mm)\1\2.hawaii=0A=
>> >#=0A=
>> >#################### End NWX Data =
>> >########################################=0A=
>> >
>> >------=_NextPart_000_0007_01C13C78.4BC5A270--
>> >
>>
>>
>****************************************************************************
><
>> Unidata User Support                                    UCAR Unidata
>> (303)497-8644                                                  P.O. Box
>> address@hidden                                   Boulder, CO
>> --------------------------------------------------------------------------
>> Unidata WWW Service                        http://www.unidata.ucar.edu/
><
>>
>****************************************************************************
><
>>
>
>------=_NextPart_000_00A8_01C14104.88C793A0
>Content-Type: application/octet-stream;
>       name="pqact.conf"
>Content-Transfer-Encoding: quoted-printable
>Content-Disposition: attachment;
>       filename="pqact.conf"
>
>####=0A=
># $Id: pqact.conf,v 1.10 1999/07/28 15:34:54 rkambic Exp $=0A=
>#=0A=
># This is an example pqact.conf file,=0A=
># with some example entries commented out.=0A=
>#=0A=
># The entries in this file control the local disposition=0A=
># of data. There is a whole chapter in the LDM Site Manager's=0A=
># Guide devoted to this file. We suggest you read and understand that =
>material.=0A=
># http://www.unidata.ucar.edu/packages/ldm/ldm5/LDM5-44.html#HEADING44-0=0A=
>#=0A=
># The various display and analysis packages have various=0A=
># conventions on how they want data handled. When you=0A=
># install a package such as GEMPAK, you should find with that package=0A=
># collection of entries to add to this file.=0A=
>#=0A=
># Example entries for GEMPAK can be found at=0A=
>#  =
>http://www.unidata.ucar.edu/packages/gempak/GEMPAK5.4/configuration.html=0A=
># Example entries for LDM-McIDAS may be found at=0A=
>#  =
>http://www.unidata.ucar.edu/packages/mcidas/mcidd/ldm-mcidas-pqact.conf=0A=
># and annotated entries for McIDAS-XCD are found at=0A=
>#  http://www.unidata.ucar.edu/packages/mcidas/mcx/xcd_start.html=0A=
>#=0A=
>##=0A=
># Format is=0A=
># feedtype tab pattern tab action [tab action_args]=0A=
># where tab is \t or \n\t.=0A=
>#=0A=
># Actions are=0A=
>#=0A=
>#      NOOP=0A=
>#              Do nothing=0A=
>#=0A=
>#      FILE    [-overwrite|-flush|-close|-strip] filename=0A=
>#              write(2) to unix file (flush calls fsync(2))=0A=
>#=0A=
>#      STDIOFILE       [-overwrite|-flush|-close|-strip] filename=0A=
>#              fwrite(3) (buffered io) to file (flush calls fflush(3))=0A=
>#=0A=
>#      DBFILE  dbfilename [dbkey]=0A=
>#              Put to gdbmfile.=0A=
>#=0A=
>#      PIPE    [-close|-strip] commandname [args]=0A=
>#              Put data on stdin of a subprocess specified by=0A=
>#                      commandname [args].=0A=
>#              Uses the execvp library call, so if commandname is not fully=0A
> =
>#              qualified, the PATH environment variable will be used.=0A=
>#=0A=
>#      EXEC    [-wait] commandname [args ...]=0A=
>#              Run a program. No io channel between this process and it.=0A=
>#              Like PIPE above, uses execvp.=0A=
>#=0A=
># The '-strip' option to FILE, STDIOFILE, & PIPE removes control =
>characters=0A=
># (other than the '\n') from the data before output. This is useful for=0A=
># cleaning up WMO format text bulletins (like the ldm3  STRIP psuedo =
>action).=0A=
>#=0A=
># To check the syntax of the pqact.conf file, execute pqact with the =
>product=0A=
># queue specified as /dev/null:=0A=
>#=0A=
>#      pqact -vxl- -q /dev/null pqact.conf=0A=
>#=0A=
>#                      or=0A=
>#      ldmadmim pqactcheck=0A=
>#=0A=
># To send an HUP signal to pqact=0A=
>#=0A=
>#      ldmadmin pqactHUP=0A=
>#      ldmadmin tail     (used to check if HUP took, looking for ReRead msg)=0
> A=
>###=0A=
>####=0A=
># Bin all the (Non-GRIB) WMO format data, using elements from the=0A=
># identifier as path components. The minutes portion of the timestamp,=0A=
># and the retransmit code is ignored. The day of the month portion=0A=
># of the timestamp is not used as a path component, so it would be=0A=
># a good idea to run 'scour' on a less than 24 hour basis.=0A=
>#=0A=
>#  "ASUS42 KRDU 012259" gets filed as=0A=
>#  data/US/KRDU/22/AS42.wmo=0A=
>#=0A=
>#WMO   ^([^H][A-Z])([A-Z][A-Z])([0-9][0-9]) (....) ([0-3][0-9])([0-2][0-9])=0A
> =
>#=0A=
>#      FILE    data/\2/\4/\6/\1\3.wmo=0A=
>##=0A=
>#########################################################################=
>######
># GEMPAK ACTIONS
>#
>#####
># Begin GEMPAK decoder section
>#
># In the entries below, be sure that GEMPAK table locations match the
># location where GEMPAK is installed on your system. You can also define =
>these
># variables in the environment of your LDM so that you can omit them =
>below.
># If you define these environmental variables in for the LDM, make sure =
>they are
># inherited when LDM is automatically started up at boot.
>#
># Section 1 - GRIB data
>#
># You can now use one dcgrib2 decoder action for all products as shown =
>below,
># or use individual decoding actions as follows.=20
>#=20
># Global GRIB decoding action.=20
># Products stored maintained in $GEMTBL/grid/gribkey.tbl
>HDS|NMC2|NOGAPS        ^(/u/ftp/gateway|[HOYZ]|US058).*
>       PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#
>#-----------------------------------------------------------------
>#  Alternate:
>#  Pattern/Actions for gridded data products on HRS
>#  If no output file name is given, gribkey.tbl is used for the output
>#  data file name, as well as the configuration for maximum number of
>#  grids in the file which is created.
>#
>#-----------------------------------------------------------------
>#
># NMC GRIB products
>#
>#
># NOAAport ETA grids
># Grid #211 80km CONUS:    ^[YZ].Q.*/mETA
># Grid #212 40km CONUS:    ^[YZ].R.*/mETA
># Grid #215 20km CONUS:    ^[YZ].U.*/mETA
># Grid #214 47.5km Alaska: ^[YZ].T.*/mETA
># Select any/all grids desired from [QRUT]
>#HRS   ^[YZ].[QRUT].*/mETA
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables=20
>#
># NOAAport MRF grids
># Grid #201 N. Hemisphere 381km: ^Y.A... KWBH
># Grid #202 CONUS         190km: ^Y.I... KWBH
># Grid #203 Alaska        190km: ^Y.J... KWBH
># Grid #204 Hawaii        160km: ^Y.K... KWBH
># Grid #205 Puerto Rico   190km: ^Y.L... KWBH
># Select any/all grids desired from [AIJKL]
>#HRS   ^Y.[AIJKL]... KWBH
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#
>#
># RUC/MAPS model output=20
># Grid #211 CONUS   80km: ^[YZ].Q.*/mRUC
># Currently, only grid #211=20
>#HRS   ^[YZ].[Q].*/mRUC
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables=20
>#
># NGM model output=20
># Grid #211 CONUS   80km: ^[YZ].Q.*/mNGM
># Grid #207 Alaska  95km: ^[YZ].N.*/mNGM
># Grid #202 CONUS  190km: ^[YZ].I.*/mNGM
># Grid #213 CONUS 47.5km: ^[YZ].H.*/mNGM
># Select any/all grids desired from [QNIH]
>#HRS   ^[YZ].[QNIH].*/mNGM
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables=20
>#
># AVN model output=20
># Grid #201 N. Hemisphere 381km: ^Y.A... KWBC.*(/mAVN|/mSSIAVN)
># Grid #202 CONUS         190km: ^Y.I... KWBC.*(/mAVN|/mSSIAVN)
># Grid #203 Alaska        190km: ^Y.J... KWBC.*(/mAVN|/mSSIAVN)
># Grid #211 CONUS          80km: ^Y.Q... KWBC.*(/mAVN|/mSSIAVN)
># Grid #213 CONUS          95km: ^Y.H... KWBC.*(/mAVN|/mSSIAVN)
># Select any/all grids desired from [QAIJH]
>#HRS   ^[YZ].[QAIJH]... KWB. ([0-3][0-9])([0-2][0-9]).*(/mAVN|/mSSIAVN)
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables=20
>#
># Global AVN (Spectral) Thinned grids
># Grid octets I-P will be stitched togethir as a single global grid
>#
>#HRS   ^H.[I-P]... KWB. ([0-3][0-9])([0-2][0-9]).*
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#              data/gempak/hds/YYYYMMDDHH_thin.gem
>#
>#  MRF grids - Extended range grids E and F
>#
>#HRS   ^H.[EF][A-Z][0-9][0-9] KWB. ([0-3][0-9])([0-2][0-9])..
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>##             data/gempak/hds/YYYYMMDDHH_mrf.gem
>#
>#  Spectral grids - grids A,B,C,D Global grid  Forecasts (wind & waves, =
>temperature)
>##
>#HRS   ^H[A-Z][ABCD][A-Z][0-9][0-9] KWB. ([0-3][0-9])([0-2][0-9])..
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#              data/gempak/hds/YYYYMMDDHH_spec.gem
>#
># Bitmap ocean
>#
>#HRS   ^H[HKLTUV][T-W][ACEIK]93 KWB. ([0-3][0-9])([0-2][0-9])
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#              data/gempak/hds/YYYYMMDDHH_ocn2.gem
>#
># Ocean
>#HRS   ^O..... KWBJ
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#
># ICE
>#HRS   ^O..... KWBM
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#
># River Guidance
># Q, process 185
>#HRS   ^[YZ].Q.88 (K[^W]..|KW[^B].)
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib_river.log
>#              -v 1 -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#              data/gempak/model/YYYYMMDDHH_\1###_@@@.gem
>#
># I, process 180 APCP
>#HRS   ^[YZ].I.98 K([^W]..|W[^B].)
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib_river.log
>#              -v 1 -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#              data/gempak/model/YYYYMMDDHH_\1###_@@@.gem
>#
>#
># ECMWF GRIB products, decode into yymmdd_ecmf#.gem =
>(e1=3Dglobal,e2=3D+/-35lat)
>#
>#HRS   ^H[HPT][A-L][A-Z][0-9][0-9] ECMF ([0-3][0-9])([0-2][0-9])
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log=20
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#              data/gempak/hds/YYYYMMDDHH_ecmf1.gem
>#
>#HRS   ^H[UV][A-L][A-Z][0-9][0-9] ECMF ([0-3][0-9])([0-2][0-9])
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#              data/gempak/hds/YYYYMMDDHH_ecmf2.gem=20
>#
># UKMET grids on global thinned grid
>#HRS   ^H.[^I-P]... EGRR
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#              data/gempak/hds/YYYYMMDDHH_egrr@@@.gem
>#
># Other UKMET grids
>#HRS   ^H.[I-P]... EGRR
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#
># Radar Coded Message grid mosaic
>#HRS   ^HAXA00 KWBC
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#
>#########################################################################=
>###
># Other gridded data sets available through IDD
>#
># CMC GEM model
>#
>#GEM   =
>CMC_GEM_reg_.*_.*_([12][0-9][0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9=
>])_(.*).grib
>#      PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#
>#NOGAPS        US058
>#      PIPE    decoders/dcgrib2 -v 4 -d data/gempak/logs/dcgrib_fnoc.log
>#              -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>#
>#########################################################################=
>###
>#########################################################################=
>###
># Section 2
>#
># GEMPAK Point source decoders
>#
>NLDN   ^.*
>       PIPE    decoders/dcnldn -m 25000 -b 30 -s minute05
>       -d data/gempak/logs/dcnldn.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/nldn/YYYYMMDDHHNN_nldn.gem
>#
># sfc obs and specials
># Use -m 72 to store data in 20 minute bins, rather than hourly.
># 20 minute bins useful for mesonet and AWOS data
>#
>DDS|IDS        ^S[AP].* .... ([0-3][0-9])([0-2][0-9])
>       PIPE    decoders/dcmetr -b 9 -m 72 -s sfmetar_sa.tbl
>       -d data/gempak/logs/dcmetr.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/surface/YYYYMMDD_sao.gem
>#
># ship, buoy and CMAN
>WMO    =
>(^S[IMN]V[^GINS])|(^S[IMN]W[^KZ])|(^S(HV|HXX|S[^X]))|(^SX(VD|V.50|US2[0-3=
>]))|(^Y[HO]XX84)
>       PIPE    decoders/dcmsfc -b 9 -a 10000
>       -d data/gempak/logs/dcmsfc.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/ship/YYYYMMDDHH_sb.gem
>#
># Synoptic reports
>#
>WMO    (^S[IM]V[IGNS])|(^SNV[INS])|(^S[IMN](W[KZ]|[^VW]))
>       PIPE    decoders/dclsfc
>       -d data/gempak/logs/dclsfc.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/syn/YYYYMMDD_syn.gem
>#
># upper air reports
>#
>DDS|IDS        ^U[ABDEFGHIJKLMPQRSTXZ].... .... ([0-3][0-9])([0-2][0-9])
>       PIPE    decoders/dcuair -b 24 -m 16
>       -d data/gempak/logs/dcuair.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       -s snstns.tbl
>       data/gempak/upperair/YYYYMMDD_upa.gem
>#
># dropsonde reports
>WMO    ^UZ.... .... ([0-3][0-9])
>       PIPE    decoders/dcuair -d data/gempak/logs/dcuair_drop.log -a 50 -m 24
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/drops/YYYYMMDD_drop.gem
>#
># ngm Mos
>#
>DDPLUS ^FO(US14|AK1[34]|AK2[5-9]) .... ([0-3][0-9])([0-2][0-9])
>       PIPE    decoders/dcnmos
>       -d data/gempak/logs/dcnmos.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/mos/YYYYMMDDHH_nmos.gem
>#
># MRF Mos
># Environmental variable GEMPAK is used for the CLIMO files defined=20
># in datatype.tbl
>#
>DDPLUS ^(FOX[CESW].*|FOAK2[0-4]|FECN21) .... ([0-3][0-9])([0-2][0-9])
>       PIPE    decoders/dcmmos
>       -d data/gempak/logs/dcmmos.log
>       -e GEMPAK=3D/export/home/gempak/GEMPAK5.6/gempak
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/mos/YYYYMMDDHH_mmos.gem
>#
># AVN Mos
>#
>DDPLUS ^(FEX[CESW].*|FEAK2[0-4]|FECN20) .... ([0-3][0-9])([0-2][0-9])
>       PIPE    decoders/dcamos
>       -d data/gempak/logs/dcamos.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/mos/YYYYMMDDHH_amos.gem
>#
># Decoder for New AVN MOS
>WMO    ^(FOUS2[1-6]|FOAK3[7-9]|FOPA20) .... ([0-3][0-9])([0-2][0-9])
>       PIPE    decoders/dcmosa
>       -d data/gempak/logs/dcmosa.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/mos/YYYYMMDDHH_mosa.gem
>#
># Decoder for New MRF MOS=20
># Use GEMPAK in datatype.tbl to find climo tables
>WMO    ^(FEUS2[1-6]|FEAK3[7-9]|FEPA20) .... ([0-3][0-9])([0-2][0-9])
>       PIPE    decoders/dcmosm
>       -d data/gempak/logs/dcmosm.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       -e GEMPAK=3D/export/home/gempak/GEMPAK5.6/gempak
>       data/gempak/mos/YYYYMMDDHH_mosm.gem
>#
># SPC storm reports
>#
>DDPLUS ^WWUS60 KMKC ([0-3][0-9])([0-2][0-9])
>       PIPE    -close  decoders/dcstorm -m 2000
>       -d data/gempak/logs/dcstorm.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/storm/sels/YYYYMMDD_sels.gem
>#
># Watch box coordinates
>#
>DDPLUS ^WWUS40 KMKC ([0-3][0-9])([0-2][0-9])
>       PIPE    decoders/dcwatch -t 30
>       -d data/gempak/logs/dcwatch.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/storm/watches/watches_YYYY_MM.gem
>#
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/p(TOR|SVR|FFW)
>       PIPE    decoders/dcwarn -t 30
>       -d data/gempak/logs/dcwarn.log
>       -s /export/home/gempak/GEMPAK5.6/gempak/tables/stns/county.tbl
>       data/gempak/storm/warn/YYYYMMDDHH_warn.gem
>#
>WMO    ^WWUS(40|08) .... ([0-3][0-9])([0-2][0-9])
>       PIPE    decoders/dcwtch -t 30
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       -d data/gempak/logs/dcwtch.log
>       data/gempak/storm/wtch/YYYYMMDDHH_wtch.gem
>#
># Watchbox outlines /pSLSxx (WWUS32 and WWUS6[1-5])
>WMO    ^WWUS(6[1-5]|32) .... ([0-3][0-9])([0-2][0-9]).*/pSLS
>       PIPE    decoders/dcsvrl -d data/gempak/logs/dcsvrl.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/storm/svrl/YYYYMMDDHH_svrl.gem
>#
># Hurricane/tropical storm positions and forecasts
>#
>DDPLUS ^WTPZ4.* .... ([0-3][0-9])([0-2][0-9])
>       PIPE    -close  decoders/dctrop
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       -d data/gempak/logs/dctrop.log
>       data/gempak/storm/tropic/epacific/YYYY_@@.gem
>
>DDPLUS ^WTPN3.* .... ([0-3][0-9])([0-2][0-9])
>       PIPE    -close  decoders/dctrop
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       -d data/gempak/logs/dctrop.log
>       data/gempak/storm/tropic/wpacific/YYYY_@@.gem
>
>DDPLUS ^WTNT4.* .... ([0-3][0-9])([0-2][0-9])
>       PIPE    -close  decoders/dctrop
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       -d data/gempak/logs/dctrop.log
>       data/gempak/storm/tropic/atlantic/YYYY_@@.gem
>
>DDPLUS ^WTPA4.* .... ([0-3][0-9])([0-2][0-9])
>       PIPE    -close  decoders/dctrop
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       -d data/gempak/logs/dctrop.log
>       data/gempak/storm/tropic/cpacific/YYYY_@@.gem
>#
># dchrcn
>DDPLUS ^WT(NT|PZ|PA)2[1-5] (KNHC|PHFO) ([0-3][0-9])([0-2][0-9])
>       PIPE    decoders/dchrcn
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       -d data/gempak/logs/dchrcn.log
>       data/gempak/storm/hrcn/YYYYMMDDHH.hrcn
>#
># flash flood guidence
>#
>DDPLUS ^.*/p(FFG|FFH)
>       PIPE    decoders/dcffg
>       -d data/gempak/logs/dcffg.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/storm/ffg/YYYYMMDD_ffg.gem
>#
># Decoder for Supplemental Climatological Data (SCD)
>DDPLUS|IDS     ^.*/pSCD
>       PIPE    decoders/dcscd -e =
>GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       -d data/gempak/logs/dcscd.log
>       data/gempak/scd/YYYYMMDD_scd.gem
>#
># Decoder for Aircraft Observations
>DDPLUS|IDS     (^U[ABDR].... ....|^XRXX84 KAWN|^YIXX84 KAWN) =
>([0-3][0-9])([0-2][0-9])
>       PIPE    decoders/dcacft -e =
>GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       -d data/gempak/logs/dcacft.log
>       data/gempak/acft/YYYYMMDDHH_acf.gem
>#
># Decoder for Airmets
>WMO    ^WAUS01 .... ([0-3][0-9])([0-2][0-9])
>       PIPE    decoders/dcairm -d data/gempak/logs/dcairm.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/airm/YYYYMMDDHH_airm.gem
>#
># Decoder for International Sigmets
>IDS|DDPLUS     (^WS..0. KMKC)|(^WS.... (KKCI|PGUM|PHNL|EGGY|RJAA)) =
>([0-3][0-9])([0-2][0-9])
>       PIPE    decoders/dcisig -e =
>GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       -d data/gempak/logs/dcisig.log
>       data/gempak/isig/YYYYMMDDHH_isig.gem
>#
>#####
># FSL NetCDF Wind Profiler
>FSL2   ^FSL\.NetCDF\.NOAAnet\.windprofiler\.(01hr)\.(.*)\..*
>       PIPE    -close  decoders/dcncprof
>       -l data/gempak/logs/dcncprof.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/profiler/YYYYMMDD_pro.gem
>FSL2   =
>^FSL\.NetCDF\.NOAAnet\.windprofiler\.(06min)\........(0[0-9]|1[01])..\..*=
>
>       PIPE    -close  decoders/dcncprof
>       -l data/gempak/logs/dcncprof.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/profiler/YYYYMMDD00_6min.gem
>FSL2   =
>^FSL\.NetCDF\.NOAAnet\.windprofiler\.(06min)\........(1[2-9]|2[0-3])..\..=
>*
>       PIPE    -close  decoders/dcncprof
>       -l data/gempak/logs/dcncprof.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       data/gempak/profiler/YYYYMMDD12_6min.gem
>#
># FSL ACARS data
>#      Use -b 30 for NN as 30 minute
>PCWS   ^FSL\.NetCDF\.ACARS\.QC
>       PIPE    -close  decoders/dcacars
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables=20
>       -l data/gempak/logs/dcacars.log data/gempak/acars/YYYYMMDDHH_acars.gem
>#
># Old profiler hourly summaries in BUFR format
>HRS    ^IUPT0[1-4] KBOU
>       PIPE    decoders/dcprof -v 4 -d data/gempak/logs/dcprof.log
>       -e GEMTBL=3D/export/home/gempak/GEMPAK5.6/gempak/tables
>       -s profiler_fsl.stn
>       tableb tabled data/gempak/profiler_bufr/YYYYMMDD_pro.gem
>#
># FIPS zone county identifiers mailed automatically
>#
>#DDPLUS        ^(WW|WR|WU|WF|RW|WG).* (KDEN|KBOU) ([0-3][0-9])([0-2][0-9])
>#      PIPE    -close  decoders/fips COZ039 COC013 localweather@hostname
>#########################################################################=
>########
>#########################################################################=
>########=0A=
>#=0A=
># NWX datasets =0A=
>#=0A=
>#=0A=
># Observations=0A=
>#=0A=
># Agricultural Observations=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pAGO=0A=
>       FILE    data/gempak/nwx/obs/ago/(\1:yyyy)(\1:mm)\1\2.ago=0A=
>#=0A=
># Public Products=0A=
>#=0A=
># Area Forecast Discussion =0A=
>WMO    ^FX..6[0-9] .... ([0-3][0-9])([0-2][0-9]).*/pAFD=0A=
>       FILE    data/gempak/nwx/pubprod/area/(\1:yyyy)(\1:mm)\1\2.area=0A=
>WMO    ^FPCA03 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/area/(\1:yyyy)(\1:mm)\1\2.area=0A=
>WMO    ^FPAK20 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/area/(\1:yyyy)(\1:mm)\1\2.area=0A=
>#=0A=
># State Forecast Discussion=0A=
>WMO    ^FX(US|CA)7[0-9] .... ([0-3][0-9])([0-2][0-9]).*/pSFD=0A=
>       FILE    data/gempak/nwx/pubprod/stdisc/(\2:yyyy)(\2:mm)\2\3.sfd=0A=
>#=0A=
># Regional Weather=0A=
>WMO    ^AWUS4[0-9] .... ([0-3][0-9])([0-2][0-9]).*/p(AWS|RWS)=0A=
>       FILE    data/gempak/nwx/pubprod/regional/(\1:yyyy)(\1:mm)\1\2.rgn=0A=
>#=0A=
># 3 to 5 day extended forecast (NOW in zones)=0A=
>#WMO   ^FEUS6[0-9] .... ([0-3][0-9])([0-2][0-9])=0A=
>#      FILE    data/gempak/nwx/pubprod/extend/(\1:yyyy)(\1:mm)\1\2.ext=0A=
>#=0A=
># 6 to 10 data weather outlook (LOCAL)=0A=
>WMO    ^FEUS7[0-9] .... ([0-3][0-9])([0-2][0-9]).*/pEOL=0A=
>       FILE    data/gempak/nwx/pubprod/extend/(\1:yyyy)(\1:mm)\1\2.ext=0A=
>#=0A=
># Average Monthly Weather outlook (LOCAL)=0A=
>WMO    ^FEUS8[0-9] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/extend/(\1:yyyy)(\1:mm)\1\2.f30=0A=
>#=0A=
># Coded City Forecast=0A=
>WMO    ^FP..4[0-9] .... ([0-3][0-9])([0-2][0-9]).*/pCCF=0A=
>       FILE    data/gempak/nwx/pubprod/city/(\1:yyyy)(\1:mm)\1\2.city=0A=
>WMO    ^FPAK04 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/city/(\1:yyyy)(\1:mm)\1\2.city=0A=
>#=0A=
># Ultraviolet Index Forecast=0A=
>WMO    ^AEUS41 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/uvi/(\1:yyyy)(\1:mm)\1\2.uvi=0A=
>#=0A=
># AIR QUALITY REPORT=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pAQI=0A=
>       FILE    data/gempak/nwx/pubprod/aqi/(\1:yyyy)(\1:mm)\1\2.aqi=0A=
>#=0A=
># Climate Reports=0A=
>WMO    ^C[SD].... .... ([0-3][0-9])([0-2][0-9]).*/pCLI=0A=
>       FILE    data/gempak/nwx/pubprod/climo/(\1:yyyy)(\1:mm)\1\2.clim=0A=
>WMO    ^C[SD].... .... ([0-3][0-9])([0-2][0-9]).*/pCLM=0A=
>       FILE    data/gempak/nwx/pubprod/climo/(\1:yyyy)(\1:mm)\1\2.mclim=0A=
>#=0A=
># Slected cities=0A=
>WMO    ^FPUS2[0-3] KWNH ([0-3][0-9])([0-2][0-9]).*/pSCS=0A=
>       FILE     data/gempak/nwx/pubprod/select/(\1:yyyy)(\1:mm)\1\2.select=0A=
>#=0A=
># Travel Forecast Tables FPUS10-13=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pTAV=0A=
>       FILE     data/gempak/nwx/pubprod/travel/(\1:yyyy)(\1:mm)\1\2.travel=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pTVL=0A=
>       FILE    data/gempak/nwx/pubprod/travel/(\1:yyyy)(\1:mm)\1\2.tvl=0A=
>#=0A=
># STOxx Road reports=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSTO=0A=
>       FILE    data/gempak/nwx/pubprod/roads/(\1:yyyy)(\1:mm)\1\2.road=0A=
>#=0A=
># REGIONAL MAX/MIN TEMP AND PRECIPITATION=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pRTP=0A=
>       FILE    data/gempak/nwx/pubprod/rgtmpc/(\1:yyyy)(\1:mm)\1\2.rgtmpc=0A=
>#=0A=
># Quantitative Precipitation Statement=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pQPS=0A=
>       FILE    data/gempak/nwx/pubprod/precip/(\1:yyyy)(\1:mm)\1\2.qps=0A=
>#=0A=
># State Forecasts (FPUS60's)=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSFP=0A=
>       FILE    data/gempak/nwx/pubprod/stfcst/(\1:yyyy)(\1:mm)\1\2.stfcst=0A=
>#=0A=
># Zone Forecasts (FPUS5[0-6], FPCA52, etc.)=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pZFP=0A=
>       FILE    data/gempak/nwx/pubprod/zone/(\1:yyyy)(\1:mm)\1\2.zone=0A=
>WMO    ^FPAK[56][789] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/zone/(\1:yyyy)(\1:mm)\1\2.zone=0A=
>WMO    ^FOPN00 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/zone/(\1:yyyy)(\1:mm)\1\2.zone=0A=
>#=0A=
># Local Forecasts (FLUS8[0-9].*/pLFP, FLUS4[0-9].*/pAFP, FLHW80, etc)=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/p(LFP|AFP)=0A=
>       FILE    data/gempak/nwx/pubprod/metro/(\1:yyyy)(\1:mm)\1\2.mtro=0A=
>WMO    ^FQCA01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/metro/(\1:yyyy)(\1:mm)\1\2.mtro=0A=
>WMO    ^FPAK1[12] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/metro/(\1:yyyy)(\1:mm)\1\2.mtro=0A=
>#=0A=
># NOW Forecasts (FPUS7[1-6],FPCA72, FPHW70, etc.)=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pNOW=0A=
>       FILE    data/gempak/nwx/pubprod/now/(\1:yyyy)(\1:mm)\1\2.now=0A=
>#=0A=
># Local Storm Reports (WWUS30, WWUS5[0-6])=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pLSR=0A=
>       FILE    data/gempak/nwx/pubprod/lcl_strm/(\1:yyyy)(\1:mm)\1\2.local=0A=
>WMO    ^WWCA30 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/lcl_strm/(\1:yyyy)(\1:mm)\1\2.local=0A=
>WMO    ^WOBA31 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/lcl_strm/(\1:yyyy)(\1:mm)\1\2.local=0A=
>WMO    ^WOCA31 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/lcl_strm/(\1:yyyy)(\1:mm)\1\2.local=0A=
>#=0A=
># Record Event Statements (SXUS99.*/pRER)=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pRER=0A=
>       FILE    data/gempak/nwx/pubprod/record/(\1:yyyy)(\1:mm)\1\2.record=0A=
>WMO    ^SXCA[89]9 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/record/(\1:yyyy)(\1:mm)\1\2.record=0A=
>#=0A=
># State Temp/Precip Tables (ABUS21, ABUS4[1-6])=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSTP=0A=
>       FILE    data/gempak/nwx/pubprod/tmppcp/(\1:yyyy)(\1:mm)\1\2.tmppcp=0A=
>WMO    ^ABAK02 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/tmppcp/(\1:yyyy)(\1:mm)\1\2.tmppcp=0A=
>#=0A=
># Public Info Statement (ABUS34.*/pPNS, NOUS.*/PNS)=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pPNS=0A=
>       FILE    data/gempak/nwx/pubprod/pubinfo/(\1:yyyy)(\1:mm)\1\2.info=0A=
>WMO    ^ABAK34 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/pubinfo/(\1:yyyy)(\1:mm)\1\2.info=0A=
>WMO    ^ABCA3[45] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/pubinfo/(\1:yyyy)(\1:mm)\1\2.info=0A=
>WMO    ^ADMN81 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/pubinfo/(\1:yyyy)(\1:mm)\1\2.info=0A=
>WMO    ^ADMN97 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/pubinfo/(\1:yyyy)(\1:mm)\1\2.info=0A=
>WMO    ^NOFS11 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/pubinfo/(\1:yyyy)(\1:mm)\1\2.info=0A=
>#=0A=
># Admin messages (NOXX, NOHW, NOAK etc. or NOUS ADM, ADA and ADR)=0A=
>WMO    ^(NO[^U]|NOU[^S]).. .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/admin/(\2:yyyy)(\2:mm)\2\3.admin=0A=
>WMO    ^NOUS.. .... ([0-3][0-9])([0-2][0-9]).*/p(AD[AMR])=0A=
>       FILE    data/gempak/nwx/pubprod/admin/(\1:yyyy)(\1:mm)\1\2.admin=0A=
>#=0A=
># Forensic report messages=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pOAV=0A=
>       FILE    data/gempak/nwx/pubprod/forensic/(\1:yyyy)(\1:mm)\1\2.forensic=
> 0A=
>#=0A=
># RADAR Free Text Messages=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFTM=0A=
>       FILE    data/gempak/nwx/pubprod/ftm/(\1:yyyy)(\1:mm)\1\2.ftm=0A=
>#=0A=
># Holiday Forecast=0A=
>WMO    ^ABUS0[46] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/holiday/(\1:yyyy)(\1:mm)\1\2.hlday=0A=
>#=0A=
># SCD bulletins=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSCD=0A=
>       FILE    data/gempak/nwx/pubprod/scd/(\1:yyyy)(\1:mm)\1\2.scd=0A=
>#########################################################################=
>#######=0A=
>#=0A=
># Fire Weather bulletins=0A=
>#=0A=
># Fire Weather Discussion, Day 1 and 2=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFWDDY(.)=0A=
>       FILE    data/gempak/nwx/fire/fwd/(\1:yyyy)(\1:mm)\1\2.fwddy\3=0A=
>#=0A=
># Extended Fire Weather Discussion=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFWE=0A=
>       FILE    data/gempak/nwx/fire/fwe/(\1:yyyy)(\1:mm)\1\2.fwe=0A=
>#=0A=
># Routine Fire Weather Forecast=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFWF=0A=
>       FILE    data/gempak/nwx/fire/fwf/(\1:yyyy)(\1:mm)\1\2.fwf=0A=
>#=0A=
># Miscellaneous Fire Weather Product=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFWM=0A=
        FILE    data/gempak/nwx/fire/fwm/(\1:yyyy)(\1:mm)\1\2.fwm=0A=
>#=0A=
># Fire Weather Notification=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFWN=0A=
>       FILE    data/gempak/nwx/fire/fwn/(\1:yyyy)(\1:mm)\1\2.fwn=0A=
>#=0A=
># Fire Weather Observation=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFWO=0A=
>       FILE    data/gempak/nwx/fire/fwo/(\1:yyyy)(\1:mm)\1\2.fwo=0A=
>#=0A=
>#########################################################################=
>########=0A=
>#=0A=
># Watches and Warnings=0A=
>#=0A=
># Severe Thunderstorm Warning (WUUS)=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSVR=0A=
>       FILE    data/gempak/nwx/watch_warn/tstrm_warn/(\1:yyyy)(\1:mm)\1\2.tstr
> m=0A=
>#=0A=
># Tornado Warning (WFUS)=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pTOR=0A=
>       FILE    data/gempak/nwx/watch_warn/torn_warn/(\1:yyyy)(\1:mm)\1\2.torn=
> 0A=
>#=0A=
># Winter Weather Watch/Warning (WWUS4[1-6]=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pWSW=0A=
>       FILE    data/gempak/nwx/watch_warn/winter/(\1:yyyy)(\1:mm)\1\2.winter=0
> A=
>#=0A=
># Severe Statements (WWUS34, WWUS5[1-6])=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSVS=0A=
>       FILE    data/gempak/nwx/watch_warn/severe/(\1:yyyy)(\1:mm)\1\2.severe=0
> A=
>#=0A=
># Severe Local Storms (WWUS32, WWUS6[1-6])=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSLS=0A=
>       FILE    data/gempak/nwx/watch_warn/svrlcl/(\1:yyyy)(\1:mm)\1\2.svrlcl=0
> A=
>#=0A=
># Non-Precipitating Warnings (WWUS(7[1-6]|45))=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pNPW=0A=
>       FILE    data/gempak/nwx/watch_warn/noprcp/(\1:yyyy)(\1:mm)\1\2.noprcp=0
> A=
>#=0A=
># Special Statements (WWUS35, WWUS8[1-6])=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSPS=0A=
>       FILE    data/gempak/nwx/watch_warn/special/(\1:yyyy)(\1:mm)\1\2.special
> =0A=
>WMO    ^WW(AK)35 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/watch_warn/special/(\2:yyyy)(\2:mm)\2\3.special
> =0A=
>#=0A=
># State Weather Summaries (ABUS30, AWCA[46]2)=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pSWS=0A=
>       FILE    data/gempak/nwx/watch_warn/state_summ/(\1:yyyy)(\1:mm)\1\2.stsu
> m=0A=
>WMO    ^ABAK01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/watch_warn/state_summ/(\1:yyyy)(\1:mm)\1\2.stsu
> m=0A=
>#=0A=
># Hurricane Local Statements=0A=
>WMO    ^WWUS31 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/watch_warn/hurr_lcl/(\1:yyyy)(\1:mm)\1\2.hurr=0
> A=
>WMO    ^WWCA3[19] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/watch_warn/hurr_lcl/(\1:yyyy)(\1:mm)\1\2.hurr=0
> A=
>WMO    ^WWHW31 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/watch_warn/hurr_lcl/(\1:yyyy)(\1:mm)\1\2.hurr=0
> A=
>WMO    ^WTHW80 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/watch_warn/hurr_lcl/(\1:yyyy)(\1:mm)\1\2.hurr=0
> A=
>WMO    ^WHC[AU]31 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/watch_warn/hurr_lcl/(\1:yyyy)(\1:mm)\1\2.hurr=0
> A=
>#=0A=
># Watch updates=0A=
>WMO    ^WOUS[68]4 KWNS ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/watch_warn/watch_stat/(\1:yyyy)(\1:mm)\1\2.stat
> =0A=
>WMO    ^WWUS50 KMKC ([0-3][0-9])([0-2][0-9]).*/pSEVMKC=0A=
>       FILE    data/gempak/nwx/watch_warn/watch_stat/(\1:yyyy)(\1:mm)\1\2.stat
> =0A=
>#=0A=
># Volcanic Ash Advisory Statements=0A=
>WMO    ^FVXX2[0-4] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/watch_warn/volcano/(\1:yyyy)(\1:mm)\1\2.volc=0A
> =
>WMO    ^FVCN0[0-4] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/watch_warn/volcano/(\1:yyyy)(\1:mm)\1\2.volc=0A
> =
>WMO    ^FVAU0[0-4] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/watch_warn/volcano/(\1:yyyy)(\1:mm)\1\2.volc=0A
> =
>#########################################################################=
>########=0A=
>#=0A=
># SPC Products=0A=
>#=0A=
># Day 1 Outlook=0A=
>WMO    ^ACUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/day1/(\1:yyyy)(\1:mm)\1\2.day1=0A=
>#=0A=
># Day 2 Outlook=0A=
>WMO    ^ACUS02 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/day2/(\1:yyyy)(\1:mm)\1\2.day2=0A=
>#=0A=
># Thunderstorm/Tornado Watch Areas=0A=
>WMO    ^WWUS09 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/watch/(\1:yyyy)(\1:mm)\1\2.watch=0A=
>WMO    ^WWUS40 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/watch/(\1:yyyy)(\1:mm)\1\2.wwus40=0A=
>WMO    ^WWUS08 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/status/(\1:yyyy)(\1:mm)\1\2.stat=0A=
>#=0A=
># Public Outlook=0A=
>WMO    ^WWUS36 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/public/(\1:yyyy)(\1:mm)\1\2.public=0A=
>#=0A=
># Severe Weather Summary=0A=
>WMO    ^WWUS6[01] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/svr_summ/(\1:yyyy)(\1:mm)\1\2.svr=0A=
>#=0A=
># Hourly Status Report=0A=
>WMO    ^WWUS60 .... ([0-3][0-9])([0-2][0-9]).*/pSTAHRY=0A=
>       FILE    data/gempak/nwx/spc/stahry/(\1:yyyy)(\1:mm)\1\2.hry=0A=
>#=0A=
># Daily Status Report=0A=
>WMO    ^WWUS60 .... ([0-3][0-9])([0-2][0-9]).*/pSTADTS=0A=
>       FILE    data/gempak/nwx/spc/stadts/(\1:yyyy)(\1:mm)\1\2.dts=0A=
>#=0A=
># Mesoscale Discussion=0A=
>WMO    ^ACUS03 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/meso/(\1:yyyy)(\1:mm)\1\2.meso=0A=
>#=0A=
># Hazardous Weather=0A=
>WMO    ^WWUS44 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/hzrd/(\1:yyyy)(\1:mm)\1\2.hzrd=0A=
>#=0A=
># International Temp/Precip Summary=0A=
>WMO    ^ABUS2[3-6] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/tp_summ/(\1:yyyy)(\1:mm)\1\2.tp_summ=0A=
>WMO    ^ABXX0[567] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/tp_summ/(\1:yyyy)(\1:mm)\1\2.tp_summ=0A=
>WMO    ^ABCA01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/tp_summ/(\1:yyyy)(\1:mm)\1\2.tp_summ=0A=
>WMO    ^FPCN60 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/tp_summ/(\1:yyyy)(\1:mm)\1\2.tp_summ=0A=
>WMO    ^WBCN02 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/tp_summ/(\1:yyyy)(\1:mm)\1\2.tp_summ=0A=
>WMO    ^ABCN01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/spc/tp_summ/(\1:yyyy)(\1:mm)\1\2.tp_summ=0A=
>#=0A=
># Earthquake and Tsunami messages/warnings=0A=
>WMO    ^WE.... .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/seismic/(\1:yyyy)(\1:mm)\1\2.tsuww=0A=
>WMO    ^SE.... .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/pubprod/seismic/(\1:yyyy)(\1:mm)\1\2.info=0A=
>#########################################################################=
>########=0A=
>#=0A=
># NHC Products=0A=
>#=0A=
># Outlooks=0A=
>WMO    ^ABNT20 KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/outlook/(\1:yyyy)(\1:mm)\1\2.outlk=0A=
>WMO    ^ABPA20 PHNL ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/outlook/(\1:yyyy)(\1:mm)\1\2.outlk=0A=
>WMO    ^ACPN50 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/outlook/(\1:yyyy)(\1:mm)\1\2.outlk=0A=
>WMO    ^ABPZ20 KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/outlook/(\1:yyyy)(\1:mm)\1\2.outlk=0A=
>WMO    ^ABCA33 TJSJ ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/outlook/(\1:yyyy)(\1:mm)\1\2.outlk=0A=
>WMO    ^ABPW10 PGTW ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/outlook/(\1:yyyy)(\1:mm)\1\2.outlk=0A=
>#=0A=
># Discussions=0A=
>WMO    ^WTNT4[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/disc/(\1:yyyy)(\1:mm)\1\2.disc=0A=
>WMO    ^WTPA4[1-5] PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/disc/(\1:yyyy)(\1:mm)\1\2.disc=0A=
>WMO    ^WTPZ4[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/disc/(\1:yyyy)(\1:mm)\1\2.disc=0A=
>WMO    ^W[DT]PN3[1-5] PGTW ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/disc/(\1:yyyy)(\1:mm)\1\2.disc=0A=
>#=0A=
># Public Forecasts=0A=
>WMO    ^WTNT3[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/public/(\1:yyyy)(\1:mm)\1\2.pblc=0A=
>WMO    ^WTPA3[1-5] PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/public/(\1:yyyy)(\1:mm)\1\2.pblc=0A=
>WMO    ^WTPZ3[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/public/(\1:yyyy)(\1:mm)\1\2.pblc=0A=
>WMO    ^WTCA40 TJSJ ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/public/(\1:yyyy)(\1:mm)\1\2.pblc=0A=
>WMO    ^WHCA31 TFFF ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/public/(\1:yyyy)(\1:mm)\1\2.pblc=0A=
>#=0A=
># strike probabilities=0A=
>WMO    ^WTNT7[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/probs/(\1:yyyy)(\1:mm)\1\2.probs=0A=
>WMO    ^WTPZ7[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/probs/(\1:yyyy)(\1:mm)\1\2.probs=0A=
>#=0A=
># Marine Forecasts=0A=
>WMO    ^WTNT2[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/marine/(\1:yyyy)(\1:mm)\1\2.mar=0A=
>WMO    ^WTPA2[1-5] PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/marine/(\1:yyyy)(\1:mm)\1\2.mar=0A=
>WMO    ^WTPZ2[1-5] KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/marine/(\1:yyyy)(\1:mm)\1\2.mar=0A=
>WMO    ^WHPS01 NFFN ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/marine/(\1:yyyy)(\1:mm)\1\2.mar=0A=
>WMO    ^WTPS01 NFFN ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/marine/(\1:yyyy)(\1:mm)\1\2.mar=0A=
>#=0A=
># Model Forecasts=0A=
>WMO    ^WHXX01 KMIA ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/model/(\1:yyyy)(\1:mm)\1\2.mdl=0A=
>WMO    ^WHXX0[1-4] KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/model/(\1:yyyy)(\1:mm)\1\2.mdl=0A=
>WMO    ^WHXX9[09] KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/model/(\1:yyyy)(\1:mm)\1\2.mdl=0A=
>#=0A=
># Recon Flights=0A=
>WMO    ^URNT12 KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/recon/(\1:yyyy)(\1:mm)\1\2.rcn=0A=
>WMO    ^U[RZ]NT14 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/recon/(\1:yyyy)(\1:mm)\1\2.rcn=0A=
>#=0A=
># Tropical Discussions=0A=
>WMO    ^AXNT20 KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/tdsc/(\1:yyyy)(\1:mm)\1\2.tdsc=0A=
>WMO    ^AXPZ20 KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/nhc/tdsc/(\1:yyyy)(\1:mm)\1\2.tdsc=0A=
>#########################################################################=
>########=0A=
>#=0A=
># Tropical Pacific Products=0A=
>#=0A=
># Tropical Weather Outlook & Summary=0A=
>WMO    ^ACPN50 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/tropical/trpwxou/(\1:yyyy)(\1:mm)\1\2.trpwxou=0
> A=
>#=0A=
># Tropical Weather Summary=0A=
>WMO    ^ACPN60 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/tropical/trpwxsu/(\1:yyyy)(\1:mm)\1\2.trpwxsu=0
> A=
>#=0A=
># Tropical Weather Discussion=0A=
>WMO    ^ACP[AW]40 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/tropical/trpwxdi/(\1:yyyy)(\1:mm)\1\2.trpwxdi=0
> A=
>#=0A=
># Marine/Aviation Tropical Cyclone Advisory=0A=
>WMO    ^WTPA2[1-5] PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/tropical/maravnt/(\1:yyyy)(\1:mm)\1\2.maravnt=0
> A=
>#=0A=
># Public Tropical Cyclone Advisory=0A=
>WMO    ^WTPA3[1-5] PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/tropical/pubtrpc/(\1:yyyy)(\1:mm)\1\2.pubtrpc=0
> A=
>#=0A=
># Tropical Cyclone Discussion=0A=
>WMO    ^WTPA4[1-5] PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/tropical/trpcycd/(\1:yyyy)(\1:mm)\1\2.trpcycd=0
> A=
>#=0A=
># Tropical Cyclone Position Estimate=0A=
>WMO    ^WTPA50 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/tropical/trpcycp/(\1:yyyy)(\1:mm)\1\2.trpcycp=0
> A=
>#=0A=
># Tropical Cyclone Update=0A=
>WMO    ^WTPA60 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/tropical/trpcycu/(\1:yyyy)(\1:mm)\1\2.trpcycu=0
> A=
># /pTCSCP=0A=
>WMO    ^TXPN40 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/tropical/trpcycu/(\1:yyyy)(\1:mm)\1\2.trpcycu=0
> A=
>#=0A=
># Unnumbered Depression and Suspicious Area Advisory=0A=
>WMO    ^ACPA80 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/tropical/unnumdp/(\1:yyyy)(\1:mm)\1\2.unnumdp=0
> A=
>WMO    ^FZHW50 PHFO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/tropical/unnumdp/(\1:yyyy)(\1:mm)\1\2.unnumdp=0
> A=
>#########################################################################=
>########=0A=
>#=0A=
># Flash Flood=0A=
>#=0A=
># Guidance=0A=
>#WMO   ^FOUS(4[1-5] K...|[4-8]2 KALR|[4-8]4 KORN|[4-8]4 KTUA) =
>([0-3][0-9])([0-2][0-9])=0A=
>#      FILE    data/gempak/nwx/fflood/guid/(\2:yyyy)(\2:mm)\2\3.ffg=0A=
># FFG all FOUS60's except KWNO which is MOS=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/p(FFG|FFH)=0A=
>       FILE    data/gempak/nwx/fflood/guid/(\1:yyyy)(\1:mm)\1\2.ffg=0A=
>#=0A=
># Satellite Precipitaion Estimates (TXUS20)=0A=
>WMO    ^TXUS20 .... ([0-3][0-9])([0-2][0-9]).*/pSPE=0A=
>       FILE    data/gempak/nwx/fflood/satest/(\1:yyyy)(\1:mm)\1\2.satest=0A=
>#=0A=
># Watch=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/p(FFA|FLA)=0A=
>       FILE    data/gempak/nwx/fflood/watch/(\1:yyyy)(\1:mm)\1\2.wtch=0A=
>WMO    ^RWUS31 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/watch/(\1:yyyy)(\1:mm)\1\2.wtch=0A=
>WMO    ^FGHW41 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/watch/(\1:yyyy)(\1:mm)\1\2.wtch=0A=
>WMO    ^RWAK31 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/watch/(\1:yyyy)(\1:mm)\1\2.wtch=0A=
>WMO    ^RWCA03 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/watch/(\1:yyyy)(\1:mm)\1\2.wtch=0A=
>WMO    ^RWCA3[13] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/watch/(\1:yyyy)(\1:mm)\1\2.wtch=0A=
>#=0A=
># Warning=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/p(FFW|FLW)=0A=
>       FILE    data/gempak/nwx/fflood/warn/(\1:yyyy)(\1:mm)\1\2.warn=0A=
>WMO    ^WRUS0[12] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/warn/(\1:yyyy)(\1:mm)\1\2.warn=0A=
>WMO    ^WRCA0[12] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/warn/(\1:yyyy)(\1:mm)\1\2.warn=0A=
>WMO    ^WOHW40 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/warn/(\1:yyyy)(\1:mm)\1\2.warn=0A=
>WMO    ^WRAK01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/warn/(\1:yyyy)(\1:mm)\1\2.warn=0A=
>#=0A=
># Statement - Flash Flood=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFFS=0A=
>       FILE    data/gempak/nwx/fflood/statment/(\1:yyyy)(\1:mm)\1\2.sttmnt=0A=
>WMO    ^RWUS32 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/statment/(\1:yyyy)(\1:mm)\1\2.sttmnt=0A=
>WMO    ^FGHW42 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/statment/(\1:yyyy)(\1:mm)\1\2.sttmnt=0A=
>WMO    ^RWAK32 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/statment/(\1:yyyy)(\1:mm)\1\2.sttmnt=0A=
>WMO    ^RWCA3[24] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/statment/(\1:yyyy)(\1:mm)\1\2.sttmnt=0A=
>#=0A=
># River forecast=0A=
>WMO    ^...... ....  ([0-3][0-9])([0-2][0-9]).*/p(RVR|RVF)=0A=
>       FILE    data/gempak/nwx/river/(\1:yyyy)(\1:mm)\1\2.for=0A=
>WMO    ^FGUS8[0-9] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/river/(\1:yyyy)(\1:mm)\1\2.sttmnt=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pESG=0A=
>       FILE    data/gempak/nwx/river/(\1:yyyy)(\1:mm)\1\2.for=0A=
>#=0A=
># Statement - Flood=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFLS=0A=
>       FILE    data/gempak/nwx/fflood/flstmt/(\1:yyyy)(\1:mm)\1\2.flstmt=0A=
>WMO    ^RRUS42 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/flstmt/(\1:yyyy)(\1:mm)\1\2.flstmt=0A=
>WMO    ^RWAK42 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/flstmt/(\1:yyyy)(\1:mm)\1\2.flstmt=0A=
>WMO    ^RWCA01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/flstmt/(\1:yyyy)(\1:mm)\1\2.flstmt=0A=
>WMO    ^RWCA4[23] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/flstmt/(\1:yyyy)(\1:mm)\1\2.flstmt=0A=
>WMO    ^WGUS.. .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/flstmt/(\1:yyyy)(\1:mm)\1\2.flstmt=0A=
>#=0A=
># Observed Rainfall=0A=
>WMO    ^SRU[EMSW][1-6][0-9] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/obs/(\1:yyyy)(\1:mm)\1\2.obs=0A=
>WMO    ^RRUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/obs/(\1:yyyy)(\1:mm)\1\2.obs=0A=
>WMO    ^SXHW01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/obs/(\1:yyyy)(\1:mm)\1\2.obs=0A=
>#=0A=
># National Statement=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pFLN=0A=
>       FILE    data/gempak/nwx/fflood/natl_summ/(\1:yyyy)(\1:mm)\1\2.natl=0A=
>WMO    ^RWUS09 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/fflood/natl_summ/(\1:yyyy)(\1:mm)\1\2.natl=0A=
>#########################################################################=
>########=0A=
>#=0A=
># Marine=0A=
>#=0A=
># Coastal=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pCWF=0A=
>       FILE    data/gempak/nwx/marine/coast/(\1:yyyy)(\1:mm)\1\2.coast=0A=
>WMO    ^FZCN2[012] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/coast/(\1:yyyy)(\1:mm)\1\2.coast=0A=
>WMO    ^FPCN2[0-9] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/coast/(\1:yyyy)(\1:mm)\1\2.coast=0A=
>#=0A=
># Offshore (FZNT2[1-6], FZPN01, FZPN2[2-6])=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pOFF=0A=
>       FILE    data/gempak/nwx/marine/offsh/(\1:yyyy)(\1:mm)\1\2.offsh=0A=
>WMO    ^FZHW[45]0 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/offsh/(\1:yyyy)(\1:mm)\1\2.offsh=0A=
>#=0A=
># High Seas (FZNT0[12], FZPN0[1-4], FZPN40, FZPS40=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pHSF=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^FZCH0[12] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^FZP[NS]10 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^WOST02 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^WWAA02 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^WWJP2[56] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^WWST0[12] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^FHPA0[23] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^FHPN01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^FHPS00 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^FAGX01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^FACA00 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^FZNT80 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^FQNT21 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>WMO    ^FPUK71 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/high_sea/(\1:yyyy)(\1:mm)\1\2.high=0A=
>#=0A=
># Marine Interpretation Message=0A=
>WMO    ^AGPN40 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/intrpt/(\1:yyyy)(\1:mm)\1\2.intrpt=0A=
>WMO    ^AGNT40 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/intrpt/(\1:yyyy)(\1:mm)\1\2.intrpt=0A=
>#=0A=
># Buoy Reports=0A=
>WMO    ^SIVC15 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/buoy/(\1:yyyy)(\1:mm)\1\2.buoy=0A=
>WMO    ^SIVD1[5678] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/buoy/(\1:yyyy)(\1:mm)\1\2.buoy=0A=
>WMO    ^SIVD2[0123] KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/buoy/(\1:yyyy)(\1:mm)\1\2.buoy=0A=
>WMO    ^SIVD4[56] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/buoy/(\1:yyyy)(\1:mm)\1\2.buoy=0A=
>#=0A=
># Ship Reports=0A=
>WMO    ^SMV[ABCDEFX][0-4][0-9] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/ship/(\1:yyyy)(\1:mm)\1\2.ship=0A=
>WMO    ^SPVD20 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/ship/(\1:yyyy)(\1:mm)\1\2.ship=0A=
>WMO    ^UQCN01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/ship/(\1:yyyy)(\1:mm)\1\2.ship=0A=
>#=0A=
># Other Ship Reports PLS=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pPLS=0A=
>       FILE    data/gempak/nwx/marine/plship/(\1:yyyy)(\1:mm)\1\2.pls=0A=
>#=0A=
># Coast Guard Reports (SXUS08, SXUS86, SXUS40)=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pCGR=0A=
>       FILE    data/gempak/nwx/marine/cguard/(\1:yyyy)(\1:mm)\1\2.cgr=0A=
>#=0A=
># Other Marine Reports=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pOMR=0A=
>       FILE    data/gempak/nwx/marine/other/(\1:yyyy)(\1:mm)\1\2.omr=0A=
>#=0A=
># Wind wave guidance=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pMRP=0A=
>       FILE    data/gempak/nwx/marine/mrp/(\1:yyyy)(\1:mm)\1\2.mrp=0A=
>#=0A=
># Special Marine Warnings=0A=
>WMO    ^WHUS5[13] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/smw/(\1:yyyy)(\1:mm)\1\2.smw=0A=
>WMO    ^WHCA42 TJSJ ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/smw/(\1:yyyy)(\1:mm)\1\2.smw=0A=
>WMO    ^WMUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/marine/smw/(\1:yyyy)(\1:mm)\1\2.smw=0A=
>#=0A=
># Marine Weather Statements=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pMWS=0A=
>       FILE    data/gempak/nwx/marine/mws/(\1:yyyy)(\1:mm)\1\2.mws=0A=
>#########################################################################=
>########=0A=
>#=0A=
># Aviation Forecasts=0A=
>#=0A=
># Area Forecasts=0A=
>WMO    ^FAUS0[1-5] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/area/(\1:yyyy)(\1:mm)\1\2.area=0A=
>WMO    ^FAHW0[1-5] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/area/(\1:yyyy)(\1:mm)\1\2.area=0A=
>WMO    ^FAAK0[1-5] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/area/(\1:yyyy)(\1:mm)\1\2.area=0A=
>#=0A=
># FTs=0A=
>WMO    ^FTUS80 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/fts/(\1:yyyy)(\1:mm)\1\2.fts=0A=
>WMO    ^FTSD.. .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/fts/(\1:yyyy)(\1:mm)\1\2.fts=0A=
>#=0A=
># Convective SIGMETS=0A=
>WMO    ^WSUS4[012] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/conv/(\1:yyyy)(\1:mm)\1\2.conv=0A=
>WMO    ^WCPA3[1-5] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/conv/(\1:yyyy)(\1:mm)\1\2.conv=0A=
>#=0A=
># International SIGMETS=0A=
>WMO    ^WS..0. KMKC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/intlsig/(\1:yyyy)(\1:mm)\1\2.intl=0A=
>WMO    ^WS.... KNHC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/intlsig/(\1:yyyy)(\1:mm)\1\2.intl=0A=
>WMO    ^WS.... PGUM ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/intlsig/(\1:yyyy)(\1:mm)\1\2.intl=0A=
>WMO    ^WS.... PHNL ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/intlsig/(\1:yyyy)(\1:mm)\1\2.intl=0A=
>WMO    ^WS.... EGGY ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/intlsig/(\1:yyyy)(\1:mm)\1\2.intl=0A=
>WMO    ^WS.... RJAA ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/intlsig/(\1:yyyy)(\1:mm)\1\2.intl=0A=
>#=0A=
># SIGMETS=0A=
>WMO    ^WSUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/sigmet/(\1:yyyy)(\1:mm)\1\2.sgmt=0A=
>WMO    ^WS[^U]... .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/sigmet/(\1:yyyy)(\1:mm)\1\2.sgmt=0A=
>WMO    ^WSUK.. .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/sigmet/(\1:yyyy)(\1:mm)\1\2.sgmt=0A=
>#=0A=
># AIRMETS=0A=
>WMO    ^WAUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/airmet/(\1:yyyy)(\1:mm)\1\2.airm=0A=
>WMO    ^WAHW01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/airmet/(\1:yyyy)(\1:mm)\1\2.airm=0A=
>WMO    ^WAAK01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/airmet/(\1:yyyy)(\1:mm)\1\2.airm=0A=
>#=0A=
># Volcano Warnings/SIGMETS=0A=
>WMO    ^WV.... .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/volcwarn/(\1:yyyy)(\1:mm)\1\2.vlcw=0A=
>#=0A=
># Volcano Ash Forecast/Avalanch Forecast=0A=
>WMO    ^FVUS2[01] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/volcfcst/(\1:yyyy)(\1:mm)\1\2.vlcf=0A=
>#=0A=
># Offshore Area=0A=
>WMO    ^FANT02 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/aviation/offshore/(\1:yyyy)(\1:mm)\1\2.offsh=0A
> =
>#########################################################################=
>########=0A=
>#=0A=
># MOS=0A=
>#=0A=
># ETA MOS=0A=
>#=0A=
># NGM MOS=0A=
>WMO    ^FOUS14 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/mos/ngm/(\1:yyyy)(\1:mm)\1\2.ngmmos=0A=
>WMO    ^FOAK1[34] .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/mos/ngm/(\1:yyyy)(\1:mm)\1\2.ngmmos=0A=
>#=0A=
># NGM City Guidance -- US, Canada, and the Gulf of Mexico=0A=
>WMO    ^FOUS(8[6-9]|90) KWNO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/mos/ngm/(\2:yyyy)(\2:mm)\2\3.ngmgd=0A=
>WMO    ^FOU[EMW][6789].* .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/mos/ngm/(\1:yyyy)(\1:mm)\1\2.ngmgd=0A=
>WMO    ^FOCN7.* .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/mos/ngm/(\1:yyyy)(\1:mm)\1\2.ngmgd=0A=
>WMO    ^FOGX.* .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/mos/ngm/(\1:yyyy)(\1:mm)\1\2.ngmgd=0A=
>#=0A=
># ETA City Guidance -- US, Canada, and the Gulf of Mexico=0A=
>WMO    ^FOUS[67].* KWNO ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/mos/eta/(\1:yyyy)(\1:mm)\1\2.etagd=0A=
>#=0A=
># AVN MOS=0A=
>WMO    ^FEX[CESW].* KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/mos/avn/(\1:yyyy)(\1:mm)\1\2.avnmos=0A=
># FEAK20 KWBC to FEAK2[0-4] KWNO=0A=
>WMO    ^FEAK2[0-4] K... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/mos/avn/(\1:yyyy)(\1:mm)\1\2.avnmos=0A=
>WMO    ^FECN20 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/mos/avn/(\1:yyyy)(\1:mm)\1\2.avnmos=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pMAV=0A=
>       FILE    data/gempak/nwx/mos/avnnew/(\1:yyyy)(\1:mm)\1\2.avnmos=0A=
>#=0A=
># MRF MOS=0A=
>WMO    ^FOX[CESW].* KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/mos/mrf/(\1:yyyy)(\1:mm)\1\2.mrfmos=0A=
># FOAK20 KWBC to FOAK2[0-4] KWNO=0A=
>WMO    ^FOAK2[0-4] K... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/mos/mrf/(\1:yyyy)(\1:mm)\1\2.mrfmos=0A=
>WMO    ^FECN21 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/mos/mrf/(\1:yyyy)(\1:mm)\1\2.mrfmos=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pMEX=0A=
>       FILE    data/gempak/nwx/mos/mrfnew/(\1:yyyy)(\1:mm)\1\2.mrfmos=0A=
>#########################################################################=
>########=0A=
>#=0A=
># HPC Discussions=0A=
>#=0A=
># Model discussion (FXUS10 KWNH DDHHMM /pPMDHMD)=0A=
>WMO    ^...... .... ([0-3][0-9])([0-2][0-9]).*/pPMDHMD=0A=
>       FILE    data/gempak/nwx/hpc/prog/(\1:yyyy)(\1:mm)\1\2.disc=0A=
># Extended Forecast Discussion=0A=
>WMO    ^FXUS02 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/hpc/extend/(\1:yyyy)(\1:mm)\1\2.extend=0A=
>#=0A=
># Hemispheric Map Discussion AND 500mb Map Type Correlations=0A=
>WMO    ^FXUS03 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/hpc/hemi/(\1:yyyy)(\1:mm)\1\2.hemi=0A=
>#=0A=
># NMC Prognostic Discussion (Basic Weather)=0A=
>WMO    ^FXUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/hpc/prog/(\1:yyyy)(\1:mm)\1\2.prog=0A=
>WMO    ^FXUS10 KWNH ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/nwx/hpc/prog/(\1:yyyy)(\1:mm)\1\2.prog=0A=
>WMO    ^FXCA20 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/nwx/hpc/prog/(\1:yyyy)(\1:mm)\1\2.prog=0A=
>WMO    ^FXSA20 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/nwx/hpc/prog/(\1:yyyy)(\1:mm)\1\2.prog=0A=
>WMO    ^FXHW01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/nwx/hpc/prog/(\1:yyyy)(\1:mm)\1\2.prog=0A=
>#=0A=
># Quantitative Precipitation Forecast Discussion=0A=
>WMO    ^FXUS04 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/hpc/qpf/(\1:yyyy)(\1:mm)\1\2.qpf=0A=
>#=0A=
># Quantitative Precipitation Forecast Excessive Rainfall Discussion=0A=
>WMO    ^FOUS30 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/hpc/qpf/(\1:yyyy)(\1:mm)\1\2.qpferp=0A=
>#=0A=
># Heavy Snowfall Discussion=0A=
>WMO    ^FOUS11 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/hpc/hvysnow/(\1:yyyy)(\1:mm)\1\2.hvysnow=0A=
>#=0A=
># Surface fronts=0A=
>WMO    ^ASUS01 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/hpc/fronts/(\1:yyyy)(\1:mm)\1\2.front=0A=
>WMO    ^FSUS02 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/hpc/fronts/(\1:yyyy)(\1:mm)\1\2.fcst=0A=
>#=0A=
># SDM Messages=0A=
>WMO    ^NOUS42 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/hpc/sdm/(\1:yyyy)(\1:mm)\1\2.sdm=0A=
>#=0A=
># Storm Summaries=0A=
>WMO    ^WWUS37 .... ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/hpc/storm/(\1:yyyy)(\1:mm)\1\2.storm=0A=
>#########################################################################=
>########=0A=
>#=0A=
># CPC Products=0A=
>#=0A=
># 6-10 Day Forecast=0A=
>WMO    ^FEUS40 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/cpc/6_10_fcst/(\1:yyyy)(\1:mm)\1\2.f610=0A=
>#=0A=
># 6-10 Day Narative=0A=
>WMO    ^FXUS06 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/cpc/6_10_nrtv/(\1:yyyy)(\1:mm)\1\2.n610=0A=
>#=0A=
># 30 Day Narative=0A=
>WMO    ^FXUS07 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/cpc/30_nrtv/(\1:yyyy)(\1:mm)\1\2.n30=0A=
>#=0A=
># 90 Day Narative=0A=
>WMO    ^FXUS05 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/cpc/90_nrtv/(\1:yyyy)(\1:mm)\1\2.n90=0A=
># =0A=
># 30 & 90 Day Narative for Hawaii=0A=
>WMO    ^FXHW40 KWBC ([0-3][0-9])([0-2][0-9])=0A=
>       FILE    data/gempak/nwx/cpc/hawaii/(\1:yyyy)(\1:mm)\1\2.hawaii=0A=
>#=0A=
>#################### End NWX Data =
>########################################=0A=
>#
>####              Unidata-Wisconsin channel products
>#
># NOTE: For the products in the Unidata-Wisconsin channel, the product
>#       identifier is actually a McIDAS command invocation.  The actions
>#       specified below key off of components of the "command line".
>
>
>#
>#### PNG compressed Unidata-Wisconsin channel image (AREA) files
>#
>
># Example of decoding CIMSS products in MCIDAS stream using McIDAS-X =
>routing
># table for product naming and possible execution of ROUTE PostProcess =
>BATCH
># files.
>MCIDAS ^pnga2area Q. (..) (.*) (.*) (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area -d /space/data/mcidas -r \1,\2
>
># Examples for storing decoded CIMSS output files in a hierarchical =
>directory
># structure usable by GEMPAK/GARP/NMAP and McIDAS-X V 7.7 or higher
># CIMSS Cloud Top Pressure - McIDAS product code CA
>MCIDAS ^pnga2area Q. CA .... (.*) (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area /space/ldm/gempak/nport/SOUNDER/\3/CTP/CTP_\4_\5
>
># CIMSS Total Column Precipitable Water - McIDAS product code CB
>MCIDAS ^pnga2area Q. CB .... (.*) (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area /space/ldm/gempak/nport/SOUNDER/\3/PW/PW_\4_\5
>
># CIMSS Sea Surface Temperature - McIDAS product code CC
>MCIDAS ^pnga2area Q. CC .... (.*) (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area /space/ldm/gempak/nport/SOUNDER/\3/SST/SST_\4_\5
>
># CIMSS Lifted Index - McIDAS product code CD
>MCIDAS ^pnga2area Q. CD .... (.*) (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area /space/ldm/gempak/nport/SOUNDER/\3/LI/LI_\4_\5
>
># CIMSS CAPE - McIDAS product code CE
>MCIDAS ^pnga2area Q. CE .... (.*) (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area /space/ldm/gempak/nport/SOUNDER/\3/CAPE/CAPE_\4_\5
>
># CIMSS Ozone - McIDAS product code CF
>MCIDAS ^pnga2area Q. CF .... (.*) (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area /space/ldm/gempak/nport/SOUNDER/\3/OZONE/OZONE_\4_\5
>
>#
>#### Delta compressed Unidata-Wisconsin channel image (AREA) files
>#
>
>MCIDAS ^(LWTOA3 .*)
>       PIPE    -close=20
>       lwtoa3 -d /space/data/mcidas -v
>
>#
>####                      NLDN lightning product
>#
>
>#NLDN  =
>^([12][0-9][0-9][0-9]|[0-9][0-9])([0-3][0-9][0-9])([0-2][0-9])([0-5][0-9]=
>)([0-5][0-9])
>#      PIPE    -close=20
>#      nldn2md -d /var/data/mcidas -v 70 NLDN DIALPROD=3DLD \1\2 \3\400 =
>DEV=3DCCN
>
>
>#
>#### IDD FSL2 FSL Wind Profiler netCDF file to MD action
>#
>
># Hourly summary
>#FSL2  ^FSL\.NetCDF\.NOAAnet\.windprofiler\.01hr\.(.*)\..*
>#      PIPE    -close
>#      proftomd -d /var/data/mcidas -v U2 WPRO 81
>
># 6-minute
>#FSL2  ^FSL\.NetCDF\.NOAAnet\.windprofiler\.06min\.(.*)\..*
>#      PIPE    -close
>#      proftomd -d /var/data/mcidas -v U6 WPR6 91
>
>#------------------------------------------------------------------------=
>------
>#
>#        ***** Obsolete IDD decoder actions as of 7/1/99 *****
>#
>#------------------------------------------------------------------------=
>------
>
>#
>#### Unidata-Wisconsin channel FSL Wind Profiler netCDF file to MD =
>action
>#
>
>#MCIDAS        ^(LWFILE PROFILER.CDF)
>#      PIPE    -close
>#      lwfile -d /var/data/mcidas -v
>
>#MCIDAS        ^(LWFILE) (PROFILER.CDF) .* DIALPROD=3D(..)
>#      EXEC
>#      cdftomd -d /var/data/mcidas -v \3 \2 81
>
>#MCIDAS        ^(LWFILE) (PROFILER.CDF) .* DIALPROD=3D(..)
>#      PIPE    -close
>#      cdfconvert \3 \2 81
>
>#
>####         Unidata-Wisconsin channel gridded/model (GRID) files
>#
>
>#MCIDAS        ^(GUNRV2 .*)
>#      PIPE    -close
>#      gunrv2 -d /var/data/mcidas -v
>
>#
>#### Unidata-Wisconsin channel "text" files (i.e. NOT of type AREA, GRID =
>or MD)
>#
>
>#MCIDAS        ^(LWFILE) (ADMIN.MSG|UNIDATAS) .* DIALPROD=3D(..)
>#      PIPE    -close
>#      lwfile -d /var/data/mcidas -v
>
>#
>####         Unidata-Wisconsin channel point source (MD) files
>#
>
>#MCIDAS        ^(LWTMD2 .*)
>#      PIPE    -close
>#      lwtmd2 -d /var/data/mcidas -v
>
>#
>####                      WSI NIDS radar data products
>#
>
>#WSI   =
>^NEX/(...)/(BREF1)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0
>-6][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8001 \1 DIALPROD=3DR1 \3%j \6\700 =
>DEV=3DCCN
>
>#WSI   =
>^NEX/(...)/(BREF2)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-=
>6][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8002 \1 DIALPROD=3DR2 \3%j \6\700 =
>DEV=3DCCN
>
>#WSI   =
>^NEX/(...)/(BREF3)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-=
>6][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8003 \1 DIALPROD=3DR3 \3%j \6\700 =
>DEV=3DCCN
>
>#WSI   =
>^NEX/(...)/(BREF4)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-=
>6][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8004 \1 DIALPROD=3DR4 \3%j \6\700 =
>DEV=3DCCN
>
># Action that creates Composite Reflectivity AREAs in the =
>/var/data/mcidas
># directory.
>#
>#WSI   =
>^NEX/(...)/(CREF)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-
>6][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8005 \1 DIALPROD=3DR5 \3%j \6\700 =
>DEV=3DCCN
>
># Actions that create Layer Reflectivity AREAs for the three layers: =
>sfc-24 Kft,
># 24-33 K ft, and 33-60 Kft in the # /var/data/mcidas directory.
>#
>#WSI   =
>^NEX/(...)/(LREF1)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-=
>6][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8006 \1 DIALPROD=3DR6 \3%j \6\700 =
>DEV=3DCCN
>
>#WSI   =
>^NEX/(...)/(LREF2)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-=
>6][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8007 \1 DIALPROD=3DR7 \3%j \6\700 =
>DEV=3DCCN
>
>#WSI   =
>^NEX/(...)/(LREF3)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-=
>6][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8008 \1 DIALPROD=3DR8 \3%j \6\700 =
>DEV=3DCCN
>
># Action that creates Echo Tops AREAs in the /var/data/mcidas directory.
>#
>#WSI   =
>^NEX/(...)/(TOPS)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-6=
>][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8009 \1 DIALPROD=3DR9 \3%j \6\700 =
>DEV=3DCCN
>
># Action that creates Vertically Integrated Liquid Water AREAs in the=20
># /var/data/mcidas directory.
>#
>#WSI   =
>^NEX/(...)/(VIL)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-6]=
>[0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8010 \1 DIALPROD=3DRA \3%j \6\700 =
>DEV=3DCCN
>
># Actions that create 1-hour, 3-hour, and Storm Total Rainfall total =
>AREAs in=20
># the /var/data/mcidas directory.
>#
>#WSI   =
>^NEX/(...)/(PRE1)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-6=
>][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8011 \1 DIALPROD=3DRB \3%j \6\700 =
>DEV=3DCCN
>
>#WSI   =
>^NEX/(...)/(PRE3)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-6=
>][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8012 \1 DIALPROD=3DRC \3%j \6\700 =
>DEV=3DCCN
>
>#WSI   =
>^NEX/(...)/(PRET)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-6=
>][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8013 \1 DIALPROD=3DRD \3%j \6\700 =
>DEV=3DCCN
>
># Actions that create Radial Velocity AREAs at all 4 radar tilt in the=20
># /var/data/mcidas directory.
>#
>#WSI   =
>^NEX/(...)/(VEL1)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-6=
>][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8014 \1 DIALPROD=3DRE \3%j \6\700 =
>DEV=3DCCN
>
>#WSI   =
>^NEX/(...)/(VEL2)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-6=
>][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8015 \1 DIALPROD=3DRF \3%j \6\700 =
>DEV=3DCCN
>
>#WSI   =
>^NEX/(...)/(VEL3)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-6=
>][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8016 \1 DIALPROD=3DRG \3%j \6\700 =
>DEV=3DCCN
>
>#WSI   =
>^NEX/(...)/(VEL4)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-6=
>][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8017 \1 DIALPROD=3DRH \3%j \6\700 =
>DEV=3DCCN
># Action that creates 248 nm Base Reflectivity AREA tilt in the=20
># /var/data/mcidas directory.
>#
>#WSI   =
>^NEX/(...)/(BRLR1)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-=
>6][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8018 \1 DIALPROD=3DRI \3%j \6\700 =
>DEV=3DCCN
># Action that creates Storm Relative Mean Velocity at two tilts in the
># /var/data/mcidas directory.
>#
>#WSI   =
>^NEX/(...)/(SRMV1)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-=
>6][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8019 \1 DIALPROD=3DRJ \3%j \6\700 =
>DEV=3DCCN
>#WSI   =
>^NEX/(...)/(SRMV2)/..([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])([0-=
>6][0-9])
>#      PIPE    -close
>#      nids2area -d /var/data/mcidas 8020 \1 DIALPROD=3DRK \3%j \6\700 =
>DEV=3DCCN
>#########################################################################=
>#
>#
># FILE actions for NEXRAD and Satellite Imagery directly to GEMPAK =
>heirarchy
>#
>#########################################################################=
>#
># NIDS Data from NOAAPORT
>#########################################################################=
>#
>NEXRAD ^SDUS5. .... ([0-3][0-9])([0-2][0-9])([0-6][0-9]).*/p(...)(...)
>       FILE    -close  data/gempak/nexrad/NIDS/\5/\4/\4_(\1:yyyy)(\1:mm)\1_\2\
> 3
>#########################################################################=
>#
># Nexrad Data=20
>#########################################################################=
>#
>WSI    =
>^NEX/(FTG)/(.*)/([1-2][0-9])([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-=
>9])([0-6][0-9])
>       FILE    -close  data/gempak/nexrad/NIDS/\1/\2/\2_\3\4\5\6_\7\8
>WSI    =
>^(NOW)/USRAD/([1-2][0-9])([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9])=
>([0-6][0-9])
>       FILE    -close  data/gempak/nexrad/USRAD/8km/\1/\1_\2\3\4\5_\6\7
>WSI    =
>^(NOW)/MASTER/([1-2][0-9])([0-9][0-9])([0-1][0-9])([0-3][0-9])([0-2][0-9]=
>)([0-6][0-9])
>       FILE    -close  data/gempak/nexrad/USRAD/2km/\1/\1_\2\3\4\5_\6\7
>#
>#########################################################################=
>#
># AREA files from Unidata/Wisconsin IDD feed=20
>#########################################################################=
>#
># UW Products except Mollweide IR and WV and Antarctic composite and =
>floaters decoded
># into GEMPAK file hierarchy
>MCIDAS ^pnga2area Q1 (U[^ACXY1]) (.*) (.*)_IMG (0.65)um (.*) (........) =
>(....)
>       PIPE    -close
>       pnga2area -vl /usr/local/ldm/logs/ldm-mcidas.log
>       /data/ldm/gempak/images/sat/\3/\5/VIS/VIS_\6_\7
>
>MCIDAS ^pnga2area Q1 (U[^ACXY1]) (.*) (.*)_IMG (6.8)um (.*) (........) =
>(....)
>       PIPE    -close
>       pnga2area -vl /usr/local/ldm/logs/ldm-mcidas.log
>       /data/ldm/gempak/images/sat/\3/\5/WV/WV_\6_\7
>
>MCIDAS ^pnga2area Q1 (U[^ACXY1]) (.*) (.*)_IMG (10.7)um (.*) (........) =
>(....)
>       PIPE    -close
>       pnga2area -vl /usr/local/ldm/logs/ldm-mcidas.log
>       /data/ldm/gempak/images/sat/\3/\5/IR/IR_\6_\7
>
># floater1
>MCIDAS ^pnga2area Q1 (UA) (.*) (.*)_IMG (.*)um (.*) (........) (....)
>       PIPE    -close
>       pnga2area -vl /usr/local/ldm/logs/ldm-mcidas.log
>       /data/ldm/gempak/images/sat/\3_fl1/\5/\4/\4_\6_\7
>
># floater2
>MCIDAS ^pnga2area Q1 (UC) (.*) (.*)_IMG (.*)um (.*) (........) (....)
>       PIPE    -close
>       pnga2area -vl /usr/local/ldm/logs/ldm-mcidas.log
>       /data/ldm/gempak/images/sat/\3_fl2/\5/\4/\4_\6_\7
>
># UW Antarctic composite decoded into GEMPAK hierarchy
>MCIDAS ^pnga2area Q1 (U1) (.*) (.*)_IMG (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area -vl /usr/local/ldm/logs/ldm-mcidas.log
>       /data/ldm/gempak/images/sat/ANTARCTIC/\5/IR/IR_\6_\7
>
># CIMSS Cloud Top Pressure - McIDAS product code CA
>MCIDAS ^pnga2area Q0 CA .... (.*) (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area /data/ldm/gempak/images/sat/SOUNDER/\3/CTP/CTP_\4_\5
>
># CIMSS Total Column Precipitable Water - McIDAS product code CB
>MCIDAS ^pnga2area Q0 CB .... (.*) (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area /data/ldm/gempak/images/sat/SOUNDER/\3/PW/PW_\4_\5
>
># CIMSS Sea Surface Temperature - McIDAS product code CC
>MCIDAS ^pnga2area Q0 CC .... (.*) (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area /data/ldm/gempak/images/sat/SOUNDER/\3/SST/SST_\4_\5
>
># CIMSS Lifted Index - McIDAS product code CD
>MCIDAS ^pnga2area Q0 CD .... (.*) (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area /data/ldm/gempak/images/sat/SOUNDER/\3/LI/LI_\4_\5
>
># CIMSS CAPE - McIDAS product code CE
>MCIDAS ^pnga2area Q0 CE .... (.*) (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area /data/ldm/gempak/images/sat/SOUNDER/\3/CAPE/CAPE_\4_\5
>
># CIMSS Ozone - McIDAS product code CF
>MCIDAS ^pnga2area Q0 CF .... (.*) (.*) (.*) (........) (....)
>       PIPE    -close
>       pnga2area /data/ldm/gempak/images/sat/SOUNDER/\3/OZONE/OZONE_\4_\5
>#########################################################################=
>#
># End GEMPAK section
>#########################################################################=
>#
>
>------=_NextPart_000_00A8_01C14104.88C793A0--
>