<div dir="ltr">Hi Matt,<div><br></div><div>I think dim_max_n is what you&#39;re looking for.</div><div><br></div><div><a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/dim_max_n.shtml">https://www.ncl.ucar.edu/Document/Functions/Built-in/dim_max_n.shtml</a><br></div><div><br></div><div>Not sure if I&#39;ve used it in this manner before, but if you specify the dimension to find the max over (2nd argument) as 0, I think you should get what you&#39;re looking for. As a built-in function, it should be faster than looping over each point.</div><div><br></div><div><br></div><div>Kyle</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr">----------------------------------------<div>Kyle S. Griffin</div><div>Department of Atmospheric and Oceanic Sciences</div><div>University of Wisconsin - Madison</div><div>Room 1407</div><div>1225 W Dayton St, Madison, WI 53706</div><div>Email: <a href="mailto:ksgriffin2@wisc.edu" target="_blank">ksgriffin2@wisc.edu</a></div></div></div></div></div></div>
<br><div class="gmail_quote">On Wed, Sep 9, 2015 at 9:08 PM, Matthew Fearon <span dir="ltr">&lt;<a href="mailto:Matthew.Fearon@dri.edu" target="_blank">Matthew.Fearon@dri.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div>
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">Dear NCL Users,
<div><br>
</div>
<div>Trying to get the index of the maximum value on a single dimension as part of a multidimensional array. The array is data(time, lat, lon) where nlat x nlon is 400x500 and ntime=24. Would like the maximum over the time dimension for each grid cell or lat/long.
 Has anymore performed this without a loop over nlat/nlon ?</div>
<div><br>
</div>
<div>Making the array 1D (and using ind_resolve) allows me to get the max inds per dimension over the whole array, which isn&#39;t what I need. </div>
<div><br>
</div>
<div>Any suggestions would be greatly appreciated. </div>
<div>thanks,</div>
<div>Matt</div>
<div><br>
</div>
</div>
</div>

<br>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>