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.
>From: "Happel, Shelly" <address@hidden> >Organization: USF >Keywords: 200301091811.h09IBGt26938 ldm-mcidas nldn2md Shelly, >Thanks so much (as always!!!!) for your much needed assistance. > >I am still having some serious issues and I believe I understand some of >where the problem is occurring. > >I am unable to locate any MDXX files on the server. I know the NLDN packet >is coming through because I can do the notifyme NLDN and see it arriving. This implies that the decoding is not working. >I think my problem is in my pqact.conf - but I copied it from the >ldm-mcidas-pqact.conf file. Hmm... >Is there any way you can take a look at my machine. I am really lost on this >and there's no one on campus to help me. My usual support guy is completely >clueless and so am I. I jumped onto metlab and see that 'root' is editing ~ldm/etc/pqact.conf. Can you exit your vi session for this file? I took a quick look at the action for NLDN decoding, and see that it is incorrect: # Lightning data 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]) FILE data/ldm/mcidas/lightning/\1_\2 PIPE -close nldn2md -d /home/ldm/data/mcidas 70 NLDN DIALPROD=LD \1\2 \3\400 DEV=CCN You can not have both a FILE and PIPE in a single action. I took a look at my example NLDN action in ldm-mcidas-pqact.conf, and see that it doesn't have this mistake: 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 nldn2md -vl logs/ldm-mcidas.log -d data/mcidas 70 NLDN DIALPROD=LD \1\2 \3\400 DEV=CCN >Thanks in advance, As soon as the edit session for pqact.conf is exited, I will fix the NLDN action and see if we can't get the lightning decoding running on metlab. Tom