<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Scott,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">It looks to me like you are doing everything correctly, including setting the *XArray and *YArrays</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">My suggestion, to debug this, is to draw each plot individually, before they are all overlaid.  You can do this simply by commenting out these two lines:</div><div class="gmail_default" style="font-size:small">







<p class=""><font face="monospace, monospace">  res2D@<span class="">gsnDraw</span>              = False<br>  res2D@<span class="">gsnFrame</span>             = False</font></p><p class=""><font face="arial, helvetica, sans-serif">Also, try commenting this line to see if it makes a difference:</font></p><p class="">







</p><p class=""><font face="monospace, monospace"><span class="">  res2D@</span><span class="">trGridType</span><span class=""> = </span>&quot;TriangularMesh&quot;</font></p><p class="">If the above doesn&#39;t help, then try using gsn_csm_contour / gsn_csm_vector, in place of gsn_contour and gsn_vector.  Even though you are plotting WRF data, it&#39;s okay to use gsn_csm_xxxx functions. </p><p class="">If you are still having problems, then it would help if you could include PNGs of the individual plots, and even better if you can include the data.</p><p class="">Thanks, and happy holidays to you!</p><p class="">--Mary</p><p class=""><br></p></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 23, 2014 at 4:11 PM, Scott Capps <span dir="ltr">&lt;<a href="mailto:scott@allvertum.com" target="_blank">scott@allvertum.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Happy holidays,<br>
<br>
I am creating a time vs. height (in pressure coords) plot and am having a problem with adding wind barbs.  The wind barbs are not being plotted while all other variables are and I am not getting any error messages.  Attached is my ncl script (time_height_plot.ncl) and associated script (time_conversion_module.ncl).  This script reads in post-processed WRF output.  I am using NCL version 6.2.1 running Ubuntu 64-bit OS with gcc version 4.8.2.  I can provide some sample upon request.<br>
<br>
Thank you,<br>
<br>
Scott<br>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>