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

RE: RSAS model outputs



Hi Donna,

Apologies..I was out of the office the last two days.

Perhaps there is some confusion here:

In your ldmd.conf file I see:

# RUC model
request HDS "^[YZ].Q.*/mRUC" papagayo.unl.edu


So it would appear as if you are already requesting the RUC data.

RSAS and RUC are virtually synonymous, RSAS has a 0Z hour "analysis"
whereas the RUC has the 0Z hour "forecast"..

Please see:

http://www.nco.ncep.noaa.gov/pmb/products/rsas/

The RSAS analysis is available via FTP from the above URL, and is not part
of the Unidata LDM/IDD feed. The RUC forecasts are in the IDD feed.

From your ldmd.conf file I see requests for:

#avn model
request HDS "^Y.[AQ]... KWBC.*(/mAVN|/mSSIAVN)" papagayo.unl.edu
# eta 40 km model
request HDS "^[YZ].[RQU].*/mETA" papagayo.unl.edu
# MRF NH  model
request HDS "^Y.[AI]... KWBH" papagayo.unl.edu
# RUC model
request HDS "^[YZ].Q.*/mRUC" papagayo.unl.edu
# satellite data


so about the only one i see missing is the NGM.

You may want to change your ldmd.conf file to:

request HDS ".*" papagayo.unl.edu

which will bring in all the model output available and simplify your
regular expresions :)  ...just a thought.


Now pqact.conf:

HDS     /mRUC
        PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib2_RUC.log
                -e GEMTBL=/home/gempak/NAWIPS/gempak/tables



HDS     ^[YZ].[QNIH].*/mNGM
        PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib2_NGM.log
                -e GEMTBL=/home/gempak/NAWIPS/gempak/tables

# NOAAport GFS/AVN model output
# -----------------------
# AWIPS grids
# Grid #201 N. Hemisphere 381km: ^[YZ].A...
KWBC.*/m(AVN|GFS|SSIAVN|SSIGFS)
# Grid #202 CONUS         190km: ^[YZ].I...
KWBC.*/m(AVN|GFS|SSIAVN|SSIGFS)
# Grid #203 Alaska        190km: ^[YZ].J...
KWBC.*/m(AVN|GFS|SSIAVN|SSIGFS)
# Grid #211 CONUS          80km: ^[YZ].Q...
KWBC.*/m(AVN|GFS|SSIAVN|SSIGFS)
# Grid #213 CONUS          95km: ^[YZ].H...
KWBC.*/m(AVN|GFS|SSIAVN|SSIGFS)
# Grid #225 Hawaii         80km: ^[YZ].G...
KWBC.*/m(AVN|GFS|SSIAVN|SSIGFS)
# Select any/all grids desired from [QAIJH]
#
HDS     ^[YZ].[AIJQHG]... KWB. 
([0-3][0-9])([0-2][0-9]).*/m(AVN|GFS|SSIAVN|SSIGFS)
        PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib2_GFS.log
                -e GEMTBL=/home/gempak/NAWIPS/gempak/tables

#----
# Global GFS (Spectral) Thinned grids
# Grid octets I-P will be stitched together as a single global grid
#
HDS     ^H.[I-P]... KWBC ([0-3][0-9])([0-2][0-9])
        PIPE    decoders/dcgrib2 -d data/gempak/logs/dcgrib2_GFSthin.log
                -e GEMTBL=/home/gempak/NAWIPS/gempak/tables


I am not sure what models you want to decode and file, etc..so I have
picked the ones that I see you have requested already...these are
"snippets" from pqact.conf..so a simple cut and paste would probably not
work as there are blank lines, etc...keep in mind thaty pqact.conf can
only have tabs and not spaces.


I hope this helps and it is not to late for usefuleness.

I am in the office all day today and tomorrow so please feel free to send
any questions my way.


Cheers,




Jeff
---------------------------------------------------------------------
Jeff Weber                                    address@hidden        :
Unidata Program Center                        PH:303-497-8676        :
University Corp for Atmospheric Research      3300 Mitchell Ln       :
http://www.unidata.ucar.edu/staff/jweber      Boulder,Co 80307-3000  :
---------------------------------------------------------------------

On Thu, 27 Jan 2005, Kliche, Donna V. wrote:

> Hi Jeff,
>
> I am sorry to be so insistent, but we really need the RSAS data for a
> class.  I sent you Monday our ldmd.conf file.  Can you please let me
> know what line I need to include in order to get this data, or where to
> look at the UNIDATA website to get this info?
>
> Thank you a lot for your help.
> Best regards,
> Donna
>
> Donna Kliche
> Research Scientist
> Institute of Atmospheric Sciences
> SD School of Mines and Technology
> Rapid City, SD 57701
>
> Phone: 605 - 394 - 1957
> Email: address@hidden
>
>
>
> -----Original Message-----
> From: Jeff Weber [mailto:address@hidden]
> Sent: Friday, January 21, 2005 2:52 PM
> To: Kliche, Donna V.
> Cc: address@hidden
> Subject: RE: 20050120: RSAS via the IDD
>
> Hi Donna,
>
> Viewing our stats page:
>
> http://my.unidata.ucar.edu/content/software/idd/rtstats/index.html
>
> ..and checking by host..I do not see your machine.
>
>
> >From our more static records, where I gleened Freds contact info (now
> replacing with yours) I see you are/have been feeding from:
>
> papagayo.unl.edu
>
> If that is the case, they are ingesting the full feed.
>
> Please place:
>
> #
> ########################################################################
> #######
> # Exec Entries
> ########################################################################
> #######
> #
> # Programs that can share a queue with rpc.ldmd server, these programs
> # are started by the "exec" command and are in the same process group.
> #
> exec    "rtstats -h rtstats.unidata.ucar.edu"
>
>
> this line in this locale of your ldmd.conf file located in:
>
> /local/ldm/etc%
>
> Then we can monitor your data ingest and more easily trouble shoot,
> otherwise we are guessing and exchanging numerous e-mails :)
>
> re: "Could you please send me an example for the line that needs to
> > be included in the ldm.conf file?"
>
> What do you want to do with the data?
>
> decode?
>
> pipe?
>
> file?
>
> ...and is it JUST the RSAS model output you want, or do you want that in
> addition to what yuo are getting?
>
> Please attach your current ldmd.conf in your response.
>
>
> let me know and I will get you the correct ldmd.conf line as well as the
> correct pqact.conf line.
>
>
> Cheers,
>
> Jeff
> ---------------------------------------------------------------------
> Jeff Weber                                    address@hidden        :
> Unidata Program Center                        PH:303-497-8676        :
> University Corp for Atmospheric Research      3300 Mitchell Ln       :
> http://www.unidata.ucar.edu/staff/jweber      Boulder,Co 80307-3000  :
> ---------------------------------------------------------------------
>
> On Thu, 20 Jan 2005, Kliche, Donna V. wrote:
>
> > Hi Jeff,
> >
> > Fred Kopp retired at the end of June, 2004, and I am now trying to
> work
> > with the LDM system we have.  Please remove his name, and put mine
> > instead.  Could you please send me an example for the line that needs
> to
> > be included in the ldm.conf file?  Also, I understand that this data
> has
> > to come to the upward node from us, so that we can get this data.  Can
> > you please check if RSAS data is part of the data transferred?
> >
> > Thank you very much for your help Jeff.
> > Best regards,
> > Donna
> >
> > Donna Kliche
> > Research Scientist
> > Institute of Atmospheric Sciences
> > SD School of Mines and Technology
> > Rapid City, SD 57701
> >
> > Phone: 605 - 394 - 1957
> > Email: address@hidden
> >
> >
> >
> > -----Original Message-----
> > From: Jeff Weber [mailto:address@hidden]
> > Sent: Thursday, January 20, 2005 12:20 PM
> > To: Kliche, Donna V.
> > Cc: address@hidden
> > Subject: 20050120: RSAS via the IDD
> >
> > Hi Donna,
> >
> > Apologies for the tardy response, many of us were at the AMS last
> week.
> >
> > Our records indicate that you are currently running the LDM at SDSM&T
> > on:
> >
> > squall.ias.sdsmt.edu
> >
> > with
> >
> > Fred J. Kopp
> >
> > address@hidden
> >
> > 605-394-2291
> >
> > being the point of contact.
> >
> > If Fred is not already ingesting the RSAS/RUC data he can re-configure
> > his
> > ldmd.conf file to request this data. If any help is needed for this
> > re-configuration please let me know and we will be glad to help.
> >
> > Cheers,
> >
> > Jeff
> > ---------------------------------------------------------------------
> > Jeff Weber                                    address@hidden        :
> > Unidata Program Center                        PH:303-497-8676        :
> > University Corp for Atmospheric Research      3300 Mitchell Ln       :
> > http://www.unidata.ucar.edu/staff/jweber      Boulder,Co 80307-3000  :
> > ---------------------------------------------------------------------
> >
> > On Thu, 20 Jan 2005, Unidata Support wrote:
> >
> > >
> > > ------- Forwarded Message
> > >
> > > >To: <address@hidden>
> > > >cc: "Kliche, Donna V." <address@hidden>
> > > >From: "Kliche, Donna V." <address@hidden>
> > > >Subject: RSAS model results
> > > >Organization: UCAR/Unidata
> > > >Keywords: 200501121611.j0CGBAv2002808
> > >
> > > This is a multi-part message in MIME format.
> > >
> > > ------_=_NextPart_001_01C4F8C1.514BB8B5
> > > Content-Type: text/plain;
> > >   charset="us-ascii"
> > > Content-Transfer-Encoding: quoted-printable
> > >
> > > Good morning,
> > >
> > > =20
> > >
> > > We need here at SDSM&T to get RSAS model results via LDM.  Could you
> > > please advice me in this matter?
> > >
> > > =20
> > >
> > > Thank you and best regards,
> > >
> > > =20
> > >
> > > Donna
> > >
> > > =20
> > >
> > > Donna Kliche
> > >
> > > Research Scientist
> > >
> > > Institute of Atmospheric Sciences
> > >
> > > SD School of Mines and Technology
> > >
> > > Rapid City, SD 57701
> > >
> > > =20
> > >
> > > Phone: 605 - 394 - 1957
> > >
> > > Email: address@hidden <mailto:address@hidden>=20
> > >
> > > =20
> > >
> > > =20
> > >
> > > =20
> > >
> > >
> > > ------_=_NextPart_001_01C4F8C1.514BB8B5
> > > Content-Type: text/html;
> > >   charset="us-ascii"
> > > Content-Transfer-Encoding: quoted-printable
> > >
> > > <html>
> > >
> > > <head>
> > > <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
> > > charset=3Dus-ascii">
> > >
> > >
> > > <meta name=3DGenerator content=3D"Microsoft Word 10 (filtered)">
> > >
> > > <style>
> > > <!--
> > >  /* Font Definitions */
> > >  @font-face
> > >   {font-family:"MS Mincho";
> > >   panose-1:2 2 6 9 4 2 5 8 3 4;}
> > > @font-face
> > >   {font-family:Garamond;
> > >   panose-1:2 2 4 4 3 3 1 1 8 3;}
> > > @font-face
> > >   {font-family:"\@MS Mincho";
> > >   panose-1:2 2 6 9 4 2 5 8 3 4;}
> > >  /* Style Definitions */
> > >  p.MsoNormal, li.MsoNormal, div.MsoNormal
> > >   {margin:0in;
> > >   margin-bottom:.0001pt;
> > >   font-size:12.0pt;
> > >   font-family:"Times New Roman";}
> > > a:link, span.MsoHyperlink
> > >   {color:blue;
> > >   text-decoration:underline;}
> > > a:visited, span.MsoHyperlinkFollowed
> > >   {color:purple;
> > >   text-decoration:underline;}
> > > span.EmailStyle17
> > >   {font-family:Arial;
> > >   color:windowtext;}
> > > @page Section1
> > >   {size:8.5in 11.0in;
> > >   margin:1.0in 1.25in 1.0in 1.25in;}
> > > div.Section1
> > >   {page:Section1;}
> > > -->
> > > </style>
> > >
> > > </head>
> > >
> > > <body lang=3DEN-US link=3Dblue vlink=3Dpurple>
> > >
> > > <div class=3DSection1>
> > >
> > > <p class=3DMsoNormal><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > > font-family:Arial'>Good morning,</span></font></p>
> > >
> > > <p class=3DMsoNormal><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > > font-family:Arial'>&nbsp;</span></font></p>
> > >
> > > <p class=3DMsoNormal><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > > font-family:Arial'>We need here at SDSM&amp;T to get RSAS model
> > results =
> > > via
> > > LDM.&nbsp; Could you please advice me in this
> > matter?</span></font></p>
> > >
> > > <p class=3DMsoNormal><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > > font-family:Arial'>&nbsp;</span></font></p>
> > >
> > > <p class=3DMsoNormal><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > > font-family:Arial'>Thank you and best regards,</span></font></p>
> > >
> > > <p class=3DMsoNormal><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > > font-family:Arial'>&nbsp;</span></font></p>
> > >
> > > <p class=3DMsoNormal><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > > font-family:Arial'>Donna</span></font></p>
> > >
> > > <p class=3DMsoNormal><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > > font-family:Arial'>&nbsp;</span></font></p>
> > >
> > > <p class=3DMsoNormal><em><b><i><font size=3D4 color=3Dnavy =
> > > face=3DGaramond><span
> > >
> >
> style=3D'font-size:13.5pt;font-family:Garamond;color:navy;font-weight:bo
> > l=
> > > d'>Donna
> > > Kliche</span></font></i></b></em></p>
> > >
> > > <p class=3DMsoNormal><em><i><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > > font-family:Arial'>Research Scientist</span></font></i></em></p>
> > >
> > > <p class=3DMsoNormal><em><i><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > > font-family:Arial'>Institute of Atmospheric =
> > > Sciences</span></font></i></em></p>
> > >
> > > <p class=3DMsoNormal><em><i><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > > font-family:Arial'>SD </span></font></i></em><em><i><font size=3D2 =
> > > face=3DArial><span
> > >   =
> > >
> >
> style=3D'font-size:10.0pt;font-family:Arial'>School</span></font></i></e
> > m=
> > > ><em><i><font
> > >  size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;font-family:Arial'> of =
> > > </span></font></i></em><em><i><font
> > >   size=3D2 face=3DArial><span =
> > >
> >
> style=3D'font-size:10.0pt;font-family:Arial'>Mines</span></font></i></em
> > >=
> > > <em><i><font
> > > size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;font-family:Arial'> and
> > > Technology</span></font></i></em></p>
> > >
> > > <p class=3DMsoNormal><em><i><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > >   font-family:Arial'>Rapid City</span></font></i></em><em><i><font =
> > > size=3D2
> > >  face=3DArial><span style=3D'font-size:10.0pt;font-family:Arial'>, =
> > > </span></font></i></em><em><i><font
> > >   size=3D2 face=3DArial><span =
> > >
> >
> style=3D'font-size:10.0pt;font-family:Arial'>SD</span></font></i></em><e
> > m=
> > > ><i><font
> > >  size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;font-family:Arial'> =
> > > </span></font></i></em><em><i><font
> > >   size=3D2 face=3DArial><span =
> > >
> >
> style=3D'font-size:10.0pt;font-family:Arial'>57701</span></font></i></em
> > >=
> > > </p>
> > >
> > > <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
> > > style=3D'font-size:
> > > 12.0pt'>&nbsp;</span></font></p>
> > >
> > > <p class=3DMsoNormal><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > > font-family:Arial'>Phone: 605 - 394 - 1957</span></font></p>
> > >
> > > <p class=3DMsoNormal><font size=3D2 face=3DArial><span =
> > > style=3D'font-size:10.0pt;
> > > font-family:Arial'>Email: <a =
> > > href=3D"mailto:address@hidden";><font size=3D3
> > > face=3D"Times New Roman"><span =
> > > style=3D'font-size:12.0pt;font-family:"Times New =
> > > Roman"'>address@hidden</span></font></a></span></font></p>
> > >
> > > <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
> > > style=3D'font-size:
> > > 12.0pt'>&nbsp;</span></font></p>
> > >
> > > <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
> > > style=3D'font-size:
> > > 12.0pt'>&nbsp;</span></font></p>
> > >
> > > <p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
> > > style=3D'font-size:
> > > 12.0pt'>&nbsp;</span></font></p>
> > >
> > > </div>
> > >
> > > </body>
> > >
> > > </html>
> > >
> > > ------_=_NextPart_001_01C4F8C1.514BB8B5--
> > >
> > > --
> > >
> >
> ************************************************************************
> > > Unidata User Support                                    UCAR Unidata
> > > (303)497-8643                                                  P.O.
> > > address@hidden                                   Boulder,
> CO
> > >
> >
> ------------------------------------------------------------------------
> > > Unidata WWW Service
> > >
> >
> ------------------------------------------------------------------------
> > > NOTE: All email exchanges with Unidata User Support are recorded in
> > the
> > > Unidata inquiry tracking system and then made publicly available
> > > through the web.  If you do not want to have your interactions made
> > > available in this way, you must let us know in each email you send
> to
> > us.
> > >
> > > ------- End of Forwarded Message
> > >
> >
>