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: Marijana Crepulja <address@hidden> >Organization: fhmi >Keywords: 200202060828.g168SDx17690 > > > Dear Steve, > > I will draw gepotencijal hight in (gpdm) not (gpm). >I define GFUNC = (hght)/10, but I have message >[DG -6] An operator has an incorrect number of operands. > > How can I resolve my problem? > Thanks for any help. > Marijana Crepulja > Marijana, GFUNC = quo(hght,10) See the "phelp gparm" information on available functions for use with grid data. Also, the User Manual is available in pdf format in $NAWIPS/doc/User_guide/pdf. Chapter 3 will show the available GFUNC/GPAM functions. Steve Chiswell