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 Bob, Silly me - I should have seen this sooner! The line in your pqact.conf file was: HRS ^(.*) FILE -overwrite /data1/radar/\1 Because the product ID contains spaces, this line caused pqact to try to create a file called, for example, "SRUS52 KWBC 152137 /pRRSCA2". That is, it was trying to create several files. I don't fully understand the behavior, but in this example it would put 152137 in your home directory since it interpreted that name as relative to $LDMHOME, and it would try to create pRRSCA2 under the root directory, which it did not have permission to do. I don't know why it didn't create a file called SRUS52 in the radar directory or a file called KWBC in $LDMHOME. Anyway, I changed the line in pqact.conf to HRS (......) (....) (.*) FILE -overwrite /data1/radar/\1_\2_\3 You will see some files such as SFUS41_KWBC_152139 in the radar directory that I got when I tested this. I have left this commented out, as per your directions to me in your previous email. Let me know if you see any more problems. Anne -- *************************************************** Anne Wilson UCAR Unidata Program address@hidden P.O. Box 3000 Boulder, CO 80307 ---------------------------------------------------- Unidata WWW server http://www.unidata.ucar.edu/ **************************************************** Anne, Another issue, Nafhat, soon to be sirocco, has files showing up unexpectedly in the ldm home directory. 141200 141937 142128 142316 150102 150248 150436 150627 150814 151001 151149 151340 141740 141938 142129 142317 150103 150249 150437 150628 150815 151002 151150 151341 141741 141939 142131 142318 150104 150250 150438 150629 150816 151003 151151 151342 141742 141940 142132 142319 150105 150251 150439 150630 150817 151004 151152 151343 141743 141941 142133 142320 150106 150252 150440 150631 150818 151005 151153 151345 141744 141942 142134 142321 150107 150253 150441 150632 150819 151006 151154 151346 ..... . . . . . 141901 142047 142240 150026 150212 150359 150551 150738 150924 151113 151301 PAA 141902 142048 142241 150027 150213 150400 150552 150739 150925 151114 151302 RRA 141903 142049 142242 150028 150214 150401 150553 150740 150926 151115 151303 RRB 141904 142050 142243 150029 150215 150402 150554 150741 150927 151116 151304 RRC 141905 142051 142244 150030 150216 150403 150555 150742 150928 151117 151305 RRD 141906 142052 142245 150031 150217 150404 150556 150743 150929 151118 151306 RRE 141907 142053 142246 150032 150218 150405 150557 150744 150930 151119 151307 RRF 141908 142054 142247 150033 150219 150406 150558 150745 150931 151120 151308 RRG 141909 142055 142248 150034 150220 150407 150559 150746 150932 151121 151309 RRH 141910 142056 142249 150035 150221 150408 150600 150747 150933 151122 151310 RRI 141911 142057 142250 150036 150222 150409 150601 150748 150934 151123 151311 RRJ 141912 142058 142251 150037 150223 150410 150602 150749 150935 151124 151312 RRK 141913 142059 142252 150038 150224 150412 150603 150750 150936 151125 151314 RRL A look in file 141740 : 309 ISZA59 EUSR 141740 BUFRìÒ^L d^L( @ ú 64#^L 2°ÿùÇ(õ@t¸x¿ >ÀD UUUUUUUUUUUUU@uÐK ôÉ¡¥q©F°î´Ã¸¼lÀ@ÄÇé˽ÏÓf×;ÛÞãâ¸æÕ©~R'ûϤ"x&L*!/Ô3±7;Z?.CF×J«NRiTmXJ\_òcÇgkpoVr E¢PèTþ =NçSÂÝ µZ,ÆC»Z¬U1ÂÅÚÉ®RM=ͦRéTE &C ®RÄàÜ . DÀ¸H " 6I# øô 8 ˬõBÒ*= üÉ Cǹ¡ïÍï< è\ E²¦.À×ÝY áR¨¤îRAEè ³Ò ½5 Å¢ÒW =%¤ Aä8ÆÁ@ê¸H@¬à(¥)JR¥)JP@Â0À ã= ×Ó .RÃP@?ð?ð? E ÿDZ_ù ÿÈ6 /ÙÜ û(4¿ ìòý D¿ JîNRýÂB_¶ñ Ñ èä:3Ô#ç`±ô0À¯X¹zØÖZµh`©4,·ßê §nø'¯°ÎT+Ô ªªª¨Aùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùøyùùùùùùùøxùùùùùøxùùùøøøøûûûûûûûûûûûûûûûøffffff`$L[Æàõ@Îgk{°Ò&áÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿá$])$þü»'`Yÿý¯uÊ³Ü *Ëù¸#ƸdT*äÿÿÿÿÿÿÿÀ 7777 I can only assume this is my doing all though I not sure why. Looking at nafhat's pqact.conf file, I've added configuration line to read in ( I hope) the radar images. #### #### #### #### BEGIN Radar-- NIDS #### # #HRS ^SDUS53 K(ARX) (..)(....) /p(...).* # PIPE # -close ~ldm/local/nids_inflate.pl /data1/radar/\1/(2:yy)(\2:mm)\2\3.\1.\4 < After I get a understanding of what is available and wanted, < I will decode and selectivity filter radar images #### HRS ^(.*) FILE -overwrite /data1/radar/\1 < This new and I believe the root of the problem. #### BEGIN DIFAX #### # # Anal 850 mb (w/data) DIFAX ^(.*) FILE -overwrite /data1/difax/\1 <Difax is showing up where I expect it to. What are these files and if they are my radar files why are they being saved in the wrong place. Should be /data1/radar. Thanks, Bob