[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20020206: GEMPAK - GFUNC
- Subject: 20020206: GEMPAK - GFUNC
- Date: Wed, 06 Feb 2002 10:34:25 -0700
>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