<div dir="ltr"><div class="gmail_default"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:12.8000001907349px">Phil,</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:12.8000001907349px"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:12.8000001907349px">I believe the order of the variables got changed between versions, and the documentation did not.</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:12.8000001907349px">I found the following a while back:</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:12.8000001907349px"><div class="gmail_default" style="font-size:12.8000001907349px">In v6.1.2, the order to specify 2 points for a cross section has to be x1,x2,y1,y2.</div><div class="gmail_default" style="font-size:12.8000001907349px">In v6.2.1, the order to specify 2 points has to be x1,y1,x2,y2.</div><div class="gmail_default" style="font-size:12.8000001907349px"><br></div><div class="gmail_default" style="font-size:12.8000001907349px">You can check by looking at the code in your</div></div><div class="gmail_default" style="font-family:arial,sans-serif;font-size:12.8000001907349px"><font face="tahoma, sans-serif"><span style="font-size:12.8000001907349px">$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl</span></font><br></div><div class="gmail_default" style="font-family:arial,sans-serif;font-size:12.8000001907349px"><font face="tahoma, sans-serif"><span style="font-size:12.8000001907349px"><br></span></font></div><div class="gmail_default" style="font-family:arial,sans-serif;font-size:12.8000001907349px"><span style="font-size:12.8000001907349px;font-family:tahoma,sans-serif">In wrf_user_interp3d:</span><br></div><div class="gmail_default" style="font-size:12.8000001907349px"><pre style="font-family:arial,sans-serif;white-space:pre-wrap"><font color="#0000ff">; set vertical cross section
     if (opts) then
       xy = wrf_user_set_xy( z, loc_param(0)-1, loc_param(2)-1, \    ; the -1 is for NCL dimensions
                                loc_param(1)-1, loc_param(3)-1, \
                                angle, opts )</font></pre><pre style="white-space:pre-wrap"><font color="#000000" face="arial, helvetica, sans-serif">where your endpoints go into loc_params.</font></pre><pre style="white-space:pre-wrap"><font face="arial, helvetica, sans-serif">Evelyn</font></pre></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 28, 2015 at 2:04 PM, Phil M <span dir="ltr">&lt;<a href="mailto:philip.martin@sjsu.edu" target="_blank">philip.martin@sjsu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi NCL users,<br>
<br>
I am trying to make height cross-sections with WRF output using the point A-to-B method, but when I use the order in the function documentation for the &quot;plane&quot; array (xstart, xend, ystart, yend), the results do not match up with the domain. I switched it around to (xstart, ystart , xend, yend) and the results seem to match up. Is the latter the correct order?<br>
<br>
<br>
Philip Martin-Edwards<br>
Teaching Associate<br>
Dept. of Meteorology and Climate Science<br>
San Jose State University<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>
</blockquote></div><br></div>