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.
Thanks Steve.. I guess we downloaded the binary version because I did se the source code in the path you pointed out. So if I understand correctly, we would have to get the source code version (if that is possible) and then make the change ourselves on the line you pointed out in your response? Or maybe future binary versions of NMAP2 may come without this Error message. Thanks again Lewis -----Original Message----- From: Unidata Support [mailto:address@hidden] Sent: Wednesday, April 02, 2003 3:16 PM To: address@hidden Cc: address@hidden Subject: 20030401: A curious [NGD 0] error in NMAP2 >From: address@hidden >Organization: UCAR/Unidata >Keywords: 200304012140.h31Le97U006562 >Hello Unidata support.. > >I have been having some success at displaying our data in NMAP2. The images >appear to be produced pretty well. > >However, even when images appear to be o.k. on the screen, I notice the >ERROR box has turned red and says that I have [NGD 0] errors. > >I have not been able to find info on this. > >Would you have some info I could use to help eliminate this error? > >Many thanks in advance. > >Lewis Poulin >CMC-Montreal > Lewis, The value of the error return of "0" being printed out means that the plot succeeded. You should only need to worry about these if the status is non-zero. I see where the logging exists in $GEMPAK/source/programs/gui/nmap2/nmap_dsp.c (line 1171), ane the call to er_wmsg should likely check first if (ier != 0) er_wmsg... That would avoid unnecessary truning the error button RED. Steve Chiswell **************************************************************************** < Unidata User Support UCAR Unidata Program < (303)497-8643 P.O. Box 3000 < address@hidden Boulder, CO 80307 < ---------------------------------------------------------------------------- < Unidata WWW Service http://my.unidata.ucar.edu/content/support **************************************************************************** <