Re: Tracking anomalous values

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue Jul 31 2012 - 10:50:13 MDT

Not sure what you mean by "tracking". If you mean
the index values where the array is > 350

See:

http://www.ncl.ucar.edu/Document/Functions/Built-in/ind_resolve.shtml

Look at the examples.

On 7/31/12 10:47 AM, Rick Brownrigg wrote:
> If you merely want a true/false result, check out the "any()" function:
>
> http://www.ncl.ucar.edu/Document/Functions/Built-in/any.shtml
>
> If you need to identify where the anomolies occur, check out the "where" function
>
> http://www.ncl.ucar.edu/Document/Functions/Built-in/where.shtml
>
> Hope that helps…
> Rick
>
> On Jul 31, 2012, at 10:31 AM, Noel Aloysius wrote:
>
>> Hi NCL,
>>
>> I have a matrix of size (/2, 40, 1200, 32, 26/, float). I want to check the matrix for anomalous values, for example values greater than 350. Is there a way I can do this without using loops?
>>
>> Thanks,
>> Noel
>>
>> _______________________________________________
>> ncl-talk mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Jul 31 10:50:24 2012

This archive was generated by hypermail 2.1.8 : Fri Aug 03 2012 - 14:39:58 MDT