Using a daouble max will let you search in an area, while using triple max will let you search in a volume. Using a singe max, you need to specifiy specific lat and lon. <br><br>&#39;set lon 90&#39;<br>&#39;set lat 45&#39;<br>
&#39;d max(temperature,lev=1000,lev=500)&#39;<br>&#39;d maxloc(temperature,lev=1000,lev=500)&#39;<br>Or<br>&#39;set lon 90&#39;<br>&#39;d max(max(temperature,lat=60,lat=20),lev=1000,lev=500)&#39;<br>&#39;d maxloc(max(temperature,lat=60,lat=20),lev=1000,lev=500)&#39;<br>
Or<br>&#39;d max(max(max(temperature,lon=0,lon=90),lat=60,lat=20),lev=1000,lev=500)&#39;<br>&#39;d maxloc(max(max(temperature,lon=0,lon=90),lat=60,lat=20),lev=1000,lev=500)&#39;<br> <br>You can also add one more max for t as well, but that is going to take more processing time. Alternatively, you can also use amax for area maximum. I do hope that soon, a volume max function will be added.<br>
<br><br><div class="gmail_quote">On Thu, Mar 7, 2013 at 1:45 AM, Jeff Duda <span dir="ltr">&lt;<a href="mailto:jeffduda319@gmail.com" target="_blank">jeffduda319@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What about just <br>&#39;d max(temperature,lev=1000,lev=500)&#39;?<br><br>Jeff Duda<div class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">On Wed, Mar 6, 2013 at 11:14 AM, Stephen McMillan <span dir="ltr">&lt;<a href="mailto:smcmillan@planalytics.com" target="_blank">smcmillan@planalytics.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Mike,<div><br><div>I think the following is what you want, for example where the vertical variable is tmpprs:</div><div>

<br></div><div>&#39;d maxloc(tmpprs,lev=1000,lev=500)&#39;</div><div><br></div><div>should return the z-level of the max temp between and including the two levels.</div>
<div><br></div><div>Also see <a href="http://grads.iges.org/grads/gadoc/gradfuncmaxloc.html" target="_blank">http://grads.iges.org/grads/gadoc/gradfuncmaxloc.html</a></div><div><br></div><div>Stephen Mc</div><div><br><div class="gmail_quote">

<div><div>
On Wed, Mar 6, 2013 at 11:45 AM, Mike Dross <span dir="ltr">&lt;<a href="mailto:mwdross@gmail.com" target="_blank">mwdross@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div>
Hi,<div><br></div><div>I am trying to figure out how to find the maximum temperature in a vertical layer, between the surface and 500 millibars.  I have searched through the gradsusrs digest and can&#39;t</div><div>quite figure out how to do it. </div>



<div><br></div><div> Using the findlvl  gives you level of a certain value, but I want the maximum value between two levels, and that function doesn&#39;t seem to do that. </div><div><br></div><div> Ideally, I could do something like this </div>



<div><br></div><div><ul style="font-size:medium;background-color:rgb(224,240,255)"><code><font face="Times New Roman">d fndlvl (t, const(t,max), lev=psfc, lev=500)</font></code></ul><ul style="font-size:medium;background-color:rgb(224,240,255)">



<code><span style="font-family:arial">and it would give me the max temp and the level it found it</span></code></ul><div><font size="3">Any help would be appreciated. </font></div></div><div><font size="3"><br></font></div>



<div><font size="3">Thanks in advance!</font></div><div><font size="3"><br></font></div><div><font size="3">Cordially,</font></div><div><font size="3"><br></font></div><div><font size="3">-Mike </font></div><div><font size="3"><a href="mailto:mwdross@gmail.com" target="_blank">mwdross@gmail.com</a></font></div>



<div><font size="3"><br></font></div><div><font size="3"><br></font></div>
<br></div></div><div>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></div></blockquote></div><br></div></div>

<pre>***************************************************
The information contained in this e-mail message is intended only for the use of the recipient(s) named above and may contain information that is privileged, confidential, and/or proprietary. 

If you are not the intended recipient, you may not review, copy or distribute this message. If you have received this communication in error, please notify the sender immediately by e-mail, and delete the original message.
***************************************************

</pre><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br><br clear="all"><br></div></div><span class="HOEnZb"><font color="#888888">-- <br>Jeff Duda<br>Graduate research assistant<br>University of Oklahoma School of Meteorology<br>Center for Analysis and Prediction of Storms<br>

</font></span><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br>