<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">Oops, I forgot to reply all.</div><div class="gmail_default" style="font-family:tahoma,sans-serif">This has been resolved.</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Evelyn Grell - NOAA Affiliate</b> <span dir="ltr">&lt;<a href="mailto:evelyn.grell@noaa.gov">evelyn.grell@noaa.gov</a>&gt;</span><br>Date: Tue, May 10, 2016 at 2:36 PM<br>Subject: Re: [ncl-talk] Cross section vertical coordinate and tick mark labeling<br>To: Ryan Connelly &lt;<a href="mailto:rconne01@gmail.com">rconne01@gmail.com</a>&gt;<br><br><br><div dir="ltr"><div><pre style="white-space:pre-wrap"><font face="arial, helvetica, sans-serif">Ryan,</font></pre><pre style="white-space:pre-wrap"><span style="font-family:arial,helvetica,sans-serif">It looks like you may have forgotten to limit the vertical dimension of the array being plotted, but I am just guessing without seeing the rest of your script.</span><br></pre><pre style="white-space:pre-wrap"><font face="arial, helvetica, sans-serif">eg. contour_thes = wrf_contour(a,wks,thes_plane(<b>0:zspan</b>,:),opts_xy)  <br></font></pre><pre style="white-space:pre-wrap"><font face="arial, helvetica, sans-serif">The line that you were asking about:</font></pre><span class=""><pre style="white-space:pre-wrap"><font face="arial, helvetica, sans-serif"><span style="font-size:12.8px;white-space:normal">zz = wrf_user_intrp3d(z,z,&quot;v&quot;,</span><span style="font-size:12.8px;white-space:normal">plane,0.,opts)    ; interpolate z -&gt; zz</span><br></font></pre></span><pre style="white-space:pre-wrap"><span style="font-size:12.8px;white-space:normal"><font face="arial, helvetica, sans-serif">looks correct (not intuitive, but correct).  So zz is the array of heights on the 100 levels that are output from wrf_user_interp (the dimensions of zz should be the same as the dimensions of your *_plane arrays).</font></span></pre><pre style="white-space:pre-wrap"><div style="font-size:12.8px;white-space:normal"><font face="arial, helvetica, sans-serif">Again, this link </font></div><div style="font-size:12.8px;white-space:normal"><a href="http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/CROSS_SECTION/wrf_CrossSection4.htm" target="_blank"><font face="arial, helvetica, sans-serif"> http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/CROSS_SECTION/wrf_CrossSection4.htm</font></a></div><div style="font-size:12.8px;white-space:normal"><font face="arial, helvetica, sans-serif">has an example you can check as well.</font></div><span class="HOEnZb"><font color="#888888"><div style="font-size:12.8px;white-space:normal"><font face="arial, helvetica, sans-serif"><br></font></div><div style="font-size:12.8px;white-space:normal"><pre><span style="font-family:arial,helvetica,sans-serif;font-size:12.8px;white-space:normal">Evelyn</span></pre></div></font></span></pre></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_extra"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"></div></div></div></div></div></div></div></div></div>
</div>
</blockquote></div><br></div>
</div></div></div><br></div>