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 Gilbert, re: > >> LIGHTNING ^USPLN1EX > >> # FILE -overwrite -close uspln/\1/\2/\3/\4.uspln > >> # FILE -overwrite -close uspln/YYYYMMDDHHNN.uspln > >> FILE -overwrite -close uspln/(\1:yy)(\2:mmm)(\3:dd)(\4:hh)(\5:mm).uspln > > > > The second comment above applies to this action -- you have back references > > that refer to nothing. > > (Slaps forehead)...duh. :-) re: > Bingo! Changing EXP to LIGHTNING on the above, and changing it > to this: > > LIGHTNING USPLN1EX-(....)_(..)_(..)_(..)_(..)_..\.uspln > FILE -overwrite -close /home/data/uspln/\1\2\3\4.uspln > # > LIGHTNING NAPLN1EX-(....)_(..)_(..)_(..)_(..)_..\.dat > FILE -overwrite -close data/uspln/\1\2\3\4.napln > LIGHTNING NAPLN1EX-(....)_(..)_(..)_(..)_(..)_..\.napln > FILE -overwrite -close data/uspln/\1\2\3\4.napln > > Gets me the USPLN file I want, in the file name that I want! But there's > still a problem. > > I am getting NO NAPLN data. > > Ldmadmin watch on the lightning feed confirms it. But, every once in a > while I see a lightning file go by that just has "000" in it. Is that the > NAPLN data? Two questions: - what is does your ~ldm/etc/ldmd.conf REQUEST line look like (i.e., does your data request include the NAPLN data)? - if the answer to the first question is yes, the second question is if the upstream you are feeding from actually making the NAPLN data available? The answer to the second question is easily gotten from a notifyme: <as 'ldm'> notifyme -vl- -f EXP -o 10000 -h upstream_feed_host_for_US/NAPLN_data If the 'notifyme' does not show the data, then you are not going to get it. If it does, then your ~ldm/etc/ldmd.conf REQUEST line might not be requesting it. Comment: - the NAPLN data should be a superset of the USPLN data. I would think that ingesting it would be sufficient. 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: NMC-701918 Department: Support IDD Priority: Normal Status: Closed