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, re: >> I was wondering if the idd.unidata server has NBM (national >> balanced model) data available, and if so, what would the syntax look like >> so we can add it to our pqact.conf file? > Can some one provide us some help regarding this request? The first thing to do when checking to see if a desired (set of) product(s) is available in the IDD is to determine what the products WMO IDs look like. A quick Google (tm) search using the terms: national blended model guidance products wmo id returns in its list: WMO Headings for National Blend of Models Text Products https://www.weather.gov/media/mdl/nbm/NBM%20V3.2%20Text%20Product%20WMO%20Header%20Scheme.pdf This PDF: WMO Headings for National Blend of Models Text Products Effective with implementation of NBM V3.2 – November 2019 describes the WMO header for these products: WMO headings have the format of T1T2A1A2ii CCCC1. 1. The originating center ID (CCCC) for National Blend of Models text products is KWNO indicating that they originate from the Meteorological Development Laboratory. 2.The T1 represents the data type: F = Forecasts 3.The T2 represents the product type: O = Guidance (short-range) E = Guidance (extended-range) 4.A1A2 represents the geographical area: US = United States 5.ii further designates bulletin type as follows: For T2=O 15 = Hourly (1-24 hours) 16 = Short-range (6-66 hours) For T2=E1 16 = Extended (12-192 hours) 17 = Extra-extended (204-264 hours) 18 = Probabilistic (out to 10 days) and so on. Based on this one can use the LDM utility 'notifyme' to see if products that have WMO IDs that match this formalism are available in the IDD: <as 'ldm'> notifyme -vl- -f ANY -h idd.unidata.ucar.edu -p "F[OE]US1[5678] KWNO" -o 3600 This invocation should produce a listing that looks like: 20200331T152030.315091Z notifyme[28941] notifyme.c:main:363 NOTE Starting Up: localhost: 20200331142030.314863 TS_ENDT {{ANY, "F[OE]US1[5678] KWNO"}} 20200331T152030.315149Z notifyme[28941] ldm5_clnt.c:forn5:460 NOTE LDM-5 desired product-class: 20200331142030.314863 TS_ENDT {{ANY, "F[OE]US1[5678] KWNO"}} 20200331T152030.315565Z notifyme[28941] error.c:err_log:236 INFO Resolving localhost to 127.0.0.1 took 0.000351 seconds 20200331T152030.317570Z notifyme[28941] ldm5_clnt.c:forn_signon:294 NOTE NOTIFYME(localhost): OK 20200331T152031.383016Z notifyme[28941] notifyme.c:notifymeprog_5:212 INFO 10697 20200331150046.457910 NGRID 22831833 FOUS15 KWNO 311400 /pNBHUSA 20200331T152031.383317Z notifyme[28941] notifyme.c:notifymeprog_5:212 INFO 9002 20200331150046.458309 NGRID 22831834 FOUS15 KWNO 311400 /pNBHUSA 20200331T152031.424157Z notifyme[28941] notifyme.c:notifymeprog_5:212 INFO 11189 20200331150046.599030 NGRID 22831837 FOUS15 KWNO 311400 /pNBHUSA 20200331T152031.424299Z notifyme[28941] notifyme.c:notifymeprog_5:212 INFO 8510 20200331150046.599930 NGRID 22831838 FOUS15 KWNO 311400 /pNBHUSA 20200331T152031.465296Z notifyme[28941] notifyme.c:notifymeprog_5:212 INFO 10861 20200331150046.601151 NGRID 22831839 FOUS15 KWNO 311400 /pNBHUSA 20200331T152031.465411Z notifyme[28941] notifyme.c:notifymeprog_5:212 INFO 11107 20200331150046.602344 NGRID 22831840 FOUS15 KWNO 311400 /pNBHUSA 20200331T152031.505076Z notifyme[28941] notifyme.c:notifymeprog_5:212 INFO 11025 20200331150046.603548 NGRID 22831841 FOUS15 KWNO 311400 /pNBHUSA ... 20200331T152040.640281Z notifyme[28941] notifyme.c:notifymeprog_5:212 INFO 9959 20200331150048.542903 NGRID 22832301 FOUS15 KWNO 311400 /pNBHUSA 20200331T152040.680071Z notifyme[28941] notifyme.c:notifymeprog_5:212 INFO 12152 20200331150048.544321 NGRID 22832302 FEUS16 KWNO 311400 /pNBEUSA 20200331T152040.680188Z notifyme[28941] notifyme.c:notifymeprog_5:212 INFO 11271 20200331150048.548235 NGRID 22832303 FOUS15 KWNO 311400 /pNBHUSA ... and so on. This listing shows that the products that have WMO IDs that match the pattern (-p flag value) are in the NGRID feed (which originates from the NOAAPort SBN). If these are, in fact, the desired products, than the following LDM configuration file REQUEST line would request them: REQUEST NGRID "F[OE]US1[5678] KWNO" <upsteam feed host> where one would replace 'upstream feed host' with the fully qualified name or IP address of the upstream LDM host that relays the NGRID feed. 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: MBO-227000 Department: Support IDD Priority: Normal Status: Closed =================== 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.