NSF Unidata

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

[LDM #LRD-467349]: Request to allow HRRR feed

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.



Hi Evan, 

Unless you use the reg ex in the ldmadmin watch command, you will see the whole 
feed.

I suspect your earlier, simple reg ex is sufficient.

Also, are you aware that this product is being served online from NOAA at:


http://rapidrefresh.noaa.gov/HRRRsubh/Welcome.cgi

I would go with:

REQUEST FSL2 "^GRIB2\.FSL\.HRRR.*REFC" hrrr.unidata.ucar.edu

..then the question is, how are you acting on it? (what is your pqact.conf 
entry? )

Hope this clears things up a bit..


Jeff



> Hello Tom,
> 
> Thanks again for the helpful response. I found the naming convention of
> the composite reflectivity product I'm looking for. An example file name is:
> 
> GRIB2.FSL.HRRR.1905141_Lambert.015Minute.REFC.EA.201406252000.*
> 
> I'm having another problem. I added the following line to my ldmd.conf
> file in an attempt to request ONLY the REFC products from the HRRR feed:
> 
> REQUEST FSL2 "^GRIB2\.FSL\.HRRR.*REFC" hrrr.unidata.ucar.edu
> 
> When I add this line, restart the LDM, then do an ldmadmin watch -f
> FSL2, I see other file types streaming in too:
> 
> Jun 26 04:55:11 pqutil INFO:   731352 20140626040218.260    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.REFC.EA.201406260200.*
> Jun 26 04:55:11 pqutil INFO:   351168 20140626040218.270    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.5WGH.CloudTop.201406260200.*
> Jun 26 04:55:11 pqutil INFO:  1225233 20140626040218.287    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.UGWD.EA.201406260200.*
> Jun 26 04:55:11 pqutil INFO:   810082 20140626040218.301    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.VGWD.EA.201406260200.*
> Jun 26 04:55:12 pqutil INFO:  1019662 20140626040218.316    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.Vis.Surface.201406260200.*
> Jun 26 04:55:12 pqutil INFO:   338184 20140626040218.326    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.REFD.1000m_FHAG.201406260200.*
> Jun 26 04:55:12 pqutil INFO:   868111 20140626040218.341    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.MAXUD_1Hour_Missing.40000Pa_to_100000Pa_Isobaric.201406260200.*
> Jun 26 04:55:12 pqutil INFO:   838654 20140626040218.354    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.CNWAT_1Hour_Missing.40000Pa_to_100000Pa_Isobaric.201406260200.*
> Jun 26 04:55:12 pqutil INFO:   508200 20140626040218.364    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.GVV_1Hour_Missing.50_to_80_Sigma.201406260200.*
> Jun 26 04:55:12 pqutil INFO:   594763 20140626040218.375    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.PMSL.MSL.201406260200.*
> Jun 26 04:55:13 pqutil INFO:   526271 20140626040218.384    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.POFP_1Hour_Missing.10m_FHAG.201406260200.*
> Jun 26 04:55:13 pqutil INFO:   108213 20140626040218.388    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.4/3/192/Table_2_UNDEF_2_1Hour_Missing.5000m_to_2000m_FHAG.201406260200.*
> Jun 26 04:55:13 pqutil INFO:    27410 20140626040218.389    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.4/3/192/Table_2_UNDEF_3_1Hour_Missing.6000m_to_1000m_FHAG.201406260200.*
> Jun 26 04:55:13 pqutil INFO:    55483 20140626040218.390    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.4/10/3/Table_2_UNDEF_192_1Hour_Missing.EA.201406260200.*
> Jun 26 04:55:13 pqutil INFO:     4930 20140626040218.391    FSL2 000
> GRIB2.FSL.HRRR.1905141_Lambert.005Hour.WDROP_1Hour_Missing.EA.201406260200.*
> 
> I've tried like 5 or 6 other regex entries in the ldmd.conf file too,
> checking them on a web-based regex checker. They all check good for only
> specifying the REFC products, but don't work with the ldmd.conf file. I
> even get uber-specific:
> 
> # REQUEST FSL2
> ^((GRIB2).(FSL).(HRRR).([0-9][0-9][0-9][0-9][0-9][0-9][0-9])(_Lambert).([0-9][0-9][0-9])(Minute|Hour).(REFC).(EA).([0-2][0-1][0-9][0-9][0-1][0-9][0-3][0-9][0-2][0-3][0-5][0-5]).*$)
> hrrr.unidata.ucar.edu
> 
> Everything I try gets me all the other files besides the REFC too. Upon
> examination, it looks like something is breaking down after "_Lambert.*".
> 
> Can you provide the correct regex entry to add to the ldmd.conf file to
> request only the REFC products?
> 
> Many thanks,
> Evan
> 
> On 6/25/2014 5:06 PM, Unidata IDD Support wrote:
> > Hi Evan,
> >
> > re:
> >> Yes, I now see the incoming data with the revised notifyme command.
> > Excellent!
> >
> > re:
> >> One other question...
> >>
> >> We're only really interested in the 15-min composite reflectivity
> >> product. Can you tell me what this product is called in the HRRR feed?
> > Unfortunately, I don't know what the LDM/IDD Product ID looks like for
> > either of the composite reflectivity products.  I will check with Jeff
> > Weber tomorrow to see if he knows.
> >
> > re:
> >> Thank you,
> > No worries.  Sorry for the hiccup earlier...
> >
> > Cheers,
> >
> > Tom
> > --
> > ****************************************************************************
> > Unidata User Support                                    UCAR Unidata Program
> > (303) 497-8642                                                 P.O. Box 3000
> > address@hidden                                   Boulder, CO 80307
> > ----------------------------------------------------------------------------
> > Unidata HomePage                       http://www.unidata.ucar.edu
> > ****************************************************************************
> >
> >
> > Ticket Details
> > ===================
> > Ticket ID: LRD-467349
> > Department: Support IDD
> > Priority: Normal
> > Status: Open
> >
> 
> 
H
Jeff Weber
Unidata User Support
http://www.unidata.ucar.edu

Ticket Details
===================
Ticket ID: LRD-467349
Department: Support IDD
Priority: Normal
Status: Open