The define
command creates new Grads variables. The syntax is:
define var = expression
var = expression
(the define
command may be implied)
where var
is a variable name, and expression
is any valid Grads expression.
See the section in the User's Guide on defining new variables for more information.