<div dir="ltr"><div class="gmail_default" style="font-size:small">OOPS! After I looked more carefully at the second plot, I realized it is not correct because I forgot to remove the tfDoNDCOverlay resource.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">This resource should not be set if you are setting the sfX/YArray and vfX/YArray resources.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Please see the attached (hopefully fixed) script and new images (only the second image is different).</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 22, 2017 at 3:22 PM, Mary Haley <span dir="ltr"><<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small">Dear Yan,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I'm not an expert in this area, but I didn't see any responses to your question so I'll try to help.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">First, if I understand your question, I'm not sure how that particular figure was generated. I doubt it was done using wrf_vector, because is mainly for drawing surface vector plots. Also, if this is a plot of curvilinear data, then I doubt gsn_csm_vector_pres_hgt was used, because this assumes that the level dimension is a coordinate array attached to the data.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">It's a bit tricky to do vertical cross sections with vector data on a curvilinear grid because then what do your X and Y axes actually represent?  Since the x,y value at each grid location is different, you can't really put meaningful labels on the X and Y axis.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">What exactly do you want to take the cross section of? You can arbitrarily slice the data across some index value in the latitude or longitude direction, but then again, the X and Y axis will not really have any meaning, and so we can only label them with index values.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I created a simple script that reads QVAPOR, and U/V (at mass points) off a WRF file, and then creates vectors over a filled contour plot at an arbitrary latitude index value across all height/longitude values.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I plotted the data two ways:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The first way I let NCL label the X and Y axis with array index values.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The second way I set trGridType to TriangularMesh, which allows us to have 2D X and Y axis values set.  Notice that this changes the shape of the plot and also the X and Y axis now have labels.</div><div class="gmail_default"><br class="m_-6745155326646496356gmail-Apple-interchange-newline">As a side, I should point out that it's just the height values that are different at each location.  At any particular height location, the longitude values are actually all the same across a latitude index, and vice versa.  But, I think NCL doesn't like it when you try to plot data using a 2D array for one axis and a 1D array for the other axis, so I propagated the 1D longitude array to a 2D array using conform.<br></div><div class="gmail_default"><br></div><div class="gmail_default">I'm not sure this is what you want, but hopefully you will see that you need to be careful with cross sections of curvilinear data.</div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Thu, Sep 14, 2017 at 8:07 PM, 古枫玥瑟 <span dir="ltr"><<a href="mailto:6544191@qq.com" target="_blank">6544191@qq.com</a>></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 class="h5"><div>Dear ncl-talk,</div><div>I want to draw a figure as shown below. <span style="font-family:"lucida Grande",Verdana,"Microsoft YaHei"">Is t</span><font style="line-height:23.8px;background-color:rgba(0,0,0,0);display:inline">he vertical section of wind vector drawed by "gsn_csm_pres_hgt_vector" or  "wrf_vector"?</font></div><div><font style="line-height:23.8px;background-color:rgba(0,0,0,0);display:inline">My data is </font><span style="font-family:verdana,arial,sans-serif;font-size:13pt">WRF-ARW data like "</span><font face="verdana, arial, sans-serif"><span style="font-size:17.3333px">wrfout_d03_2016-08-11_00:00:0<wbr>0</span></font><span style="font-family:verdana,arial,sans-serif;font-size:13pt">".</span></div><div><span style="font-family:verdana,arial,sans-serif;font-size:13pt">May I follow with the example of  "</span><strong style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14.4px;text-align:justify"><a href="http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/CROSS_SECTION/wrf_CrossSection4.ncl" style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14.4px;text-align:justify" target="_blank">wrf_CrossSection4.ncl</a> "or "</strong><a href="http://www.ncl.ucar.edu/Applications/Scripts/h_lat_7.ncl" style="margin:0px;padding:0px;text-decoration:none;color:rgb(133,45,133);font-family:verdana,sans-serif;background:rgb(205,232,251);font-size:13.3333px" target="_blank">h_lat_7.ncl</a><strong style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14.4px;text-align:justify">" or "</strong><a href="http://www.ncl.ucar.edu/Applications/Scripts/vector_5.ncl" style="margin:0px;padding:0px;text-decoration:none;color:rgb(133,45,133);font-family:verdana,sans-serif;background:rgb(205,232,251);font-size:13.3333px" target="_blank">vector_5.ncl</a><strong style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14.4px;text-align:justify">" or any other?</strong></div><div><strong style="font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14.4px;text-align:justify"><a href="http://www2.mmm.ucar.edu/wrf/OnLineTutorial/Graphics/NCL/Examples/CROSS_SECTION/wrf_CrossSection4.ncl" target="_blank"></a></strong></div><div><font style="line-height:23.8px;background-color:rgba(0,0,0,0);display:inline">Please give me some guidance.</font></div><div><br></div><div><img src="cid:4763D526@3C58057E.FA35BB59" style="width:296px;height:329px"></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><div class="m_-6745155326646496356m_-2739895784950675269mailcontainer" id="m_-6745155326646496356m_-2739895784950675269qqmail_mailcontainer"><div id="m_-6745155326646496356m_-2739895784950675269mainmail" style="margin-bottom:12px"><div id="m_-6745155326646496356m_-2739895784950675269contentDiv" class="m_-6745155326646496356m_-2739895784950675269body" style="line-height:1.7;height:auto;padding:15px 15px 10px;zoom:1"><div id="m_-6745155326646496356m_-2739895784950675269qm_con_body"><div id="m_-6745155326646496356m_-2739895784950675269mailContentContainer" class="m_-6745155326646496356m_-2739895784950675269qmbox m_-6745155326646496356m_-2739895784950675269qm_con_body_content m_-6745155326646496356m_-2739895784950675269qqmail_webmail_only" style="padding:0px;height:auto;min-height:100px;word-wrap:break-word"><div class="m_-6745155326646496356m_-2739895784950675269mailcontainer" id="m_-6745155326646496356m_-2739895784950675269qqmail_mailcontainer"><div id="m_-6745155326646496356m_-2739895784950675269mainmail" style="margin-bottom:12px"><div id="m_-6745155326646496356m_-2739895784950675269contentDiv" class="m_-6745155326646496356m_-2739895784950675269body" style="line-height:1.7;height:auto;padding:15px 15px 10px;zoom:1"><div id="m_-6745155326646496356m_-2739895784950675269qm_con_body"><div id="m_-6745155326646496356m_-2739895784950675269mailContentContainer" class="m_-6745155326646496356m_-2739895784950675269qmbox m_-6745155326646496356m_-2739895784950675269qm_con_body_content m_-6745155326646496356m_-2739895784950675269qqmail_webmail_only" style="padding:0px;height:auto;min-height:100px;word-wrap:break-word"><font face="verdana, sans-serif" style="line-height:47.6px"><span style="font-size:13.3333px;line-height:16px;background-color:rgb(255,231,198)"><div class="m_-6745155326646496356m_-2739895784950675269mailcontainer" id="m_-6745155326646496356m_-2739895784950675269qqmail_mailcontainer"><div id="m_-6745155326646496356m_-2739895784950675269mainmail" style="margin-bottom:12px"><div id="m_-6745155326646496356m_-2739895784950675269contentDiv" class="m_-6745155326646496356m_-2739895784950675269body" style="line-height:1.7;font-size:14px;height:auto;padding:15px 15px 10px;zoom:1"><div id="m_-6745155326646496356m_-2739895784950675269qm_con_body"><div id="m_-6745155326646496356m_-2739895784950675269mailContentContainer" class="m_-6745155326646496356m_-2739895784950675269qmbox m_-6745155326646496356m_-2739895784950675269qm_con_body_content m_-6745155326646496356m_-2739895784950675269qqmail_webmail_only" style="padding:0px;height:auto;min-height:100px;word-wrap:break-word"><div class="m_-6745155326646496356m_-2739895784950675269mailcontainer" id="m_-6745155326646496356m_-2739895784950675269qqmail_mailcontainer"><div id="m_-6745155326646496356m_-2739895784950675269mainmail" style="margin-bottom:12px"><div id="m_-6745155326646496356m_-2739895784950675269contentDiv" class="m_-6745155326646496356m_-2739895784950675269body" style="line-height:1.7;height:auto;padding:15px 15px 10px;zoom:1"><div id="m_-6745155326646496356m_-2739895784950675269qm_con_body"><div id="m_-6745155326646496356m_-2739895784950675269mailContentContainer" class="m_-6745155326646496356m_-2739895784950675269qmbox m_-6745155326646496356m_-2739895784950675269qm_con_body_content m_-6745155326646496356m_-2739895784950675269qqmail_webmail_only" style="padding:0px;height:auto;min-height:100px;word-wrap:break-word"><blockquote type="cite" style="background-color:rgb(255,255,255);line-height:23.8px"><div class="m_-6745155326646496356m_-2739895784950675269WordSection1"><pre style="line-height:23.8px"><span style="line-height:23.8px">Many thanks in advance</span></pre></div></blockquote><div class="m_-6745155326646496356m_-2739895784950675269mailcontainer" id="m_-6745155326646496356m_-2739895784950675269qqmail_mailcontainer" style="background-color:rgb(255,255,255);line-height:23.8px"><div id="m_-6745155326646496356m_-2739895784950675269mainmail" style="margin-bottom:12px"><div id="m_-6745155326646496356m_-2739895784950675269contentDiv" class="m_-6745155326646496356m_-2739895784950675269body" style="line-height:1.7;height:auto;padding:15px 15px 10px;zoom:1"><div id="m_-6745155326646496356m_-2739895784950675269qm_con_body"><div id="m_-6745155326646496356m_-2739895784950675269mailContentContainer" class="m_-6745155326646496356m_-2739895784950675269qmbox m_-6745155326646496356m_-2739895784950675269qm_con_body_content m_-6745155326646496356m_-2739895784950675269qqmail_webmail_only" style="padding:0px;height:auto;min-height:100px;word-wrap:break-word"><div class="m_-6745155326646496356m_-2739895784950675269mailcontainer" id="m_-6745155326646496356m_-2739895784950675269qqmail_mailcontainer" style="line-height:23.8px"><div id="m_-6745155326646496356m_-2739895784950675269mainmail" style="margin-bottom:12px"><div id="m_-6745155326646496356m_-2739895784950675269contentDiv" class="m_-6745155326646496356m_-2739895784950675269body" style="line-height:1.7;height:auto;padding:15px 15px 10px;zoom:1"><div id="m_-6745155326646496356m_-2739895784950675269qm_con_body"><div id="m_-6745155326646496356m_-2739895784950675269mailContentContainer" class="m_-6745155326646496356m_-2739895784950675269qmbox m_-6745155326646496356m_-2739895784950675269qm_con_body_content m_-6745155326646496356m_-2739895784950675269qqmail_webmail_only" style="padding:0px;height:auto;min-height:100px;word-wrap:break-word"><blockquote type="cite" style="line-height:23.8px"><div class="m_-6745155326646496356m_-2739895784950675269WordSection1"><pre style="line-height:23.8px"><span lang="EN-US">Regards<u></u><u></u></span></pre><pre style="line-height:23.8px"><span lang="EN-US">Yan<u></u><u></u></span></pre><pre style="line-height:23.8px"><span lang="EN-US">Shanghai Institute of Meteorology,China.</span></pre></div></blockquote></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></span></font></div></div></div></div></div></div></div></div></div></div></div><br></div></div>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">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/mailma<wbr>n/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>