Hi,
I'm glad to hear that defining the range for the transformations
solved the problem you were having. When the definitions did not
include region for the transformation, the computation was being
done for all variables on just your smaller region, so the result
was not comparing the global to the regional result.
You can mask data with
LET var_not_0 = IFV var THEN var
or
LET var_not_0 = IF var NE 0 THEN var
If you define such a mask for the denominator, that should solve
the problem.
-Ansley
On 12/18/2016 4:09 PM, binny ra wrote:
Hi Ansley
my problem is solved by giving the x and y dimension in the
@din and @iin command. But how to make plot without any
undetermined value like 0/0 x/0 as i am getting 0 value at
some points how to mask or skip these values. These values are
mostly at the starting of the plot. if there is a way to skip
these indeterminate values then it will be good but as of now
my problem is sorted out.
thank you
regards, Binny