<div dir="ltr">@Jeff,<div><br></div><div>I see but is it approximation? That&#39;s my understanding from Rich Thompson&#39;s post. <a href="http://www.stormtrack.org/forum/archive/index.php/t-23323.html">http://www.stormtrack.org/forum/archive/index.php/t-23323.html</a></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Sep 1, 2013 at 6:55 PM, 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">The contours are just the magnitude of the shear vector, but that&#39;s<br>
not the same as the difference in wind speed at two levels.<br>
<div class="HOEnZb"><div class="h5"><br>
On Sun, Sep 1, 2013 at 4:58 PM, Nimrod Micael &lt;<a href="mailto:nmicael@aggies.ncat.edu">nmicael@aggies.ncat.edu</a>&gt; wrote:<br>
&gt; I see what your saying Jeff. But what if you are interested in the magnitude<br>
&gt; only of u and v and not the two separate u and v vectors. I am trying to get<br>
&gt; a map like this....<br>
&gt;<br>
&gt; <a href="http://www4.ncsu.edu/~nwsfo/storage/cases/20100425/shr6_10042600.gif" target="_blank">http://www4.ncsu.edu/~nwsfo/storage/cases/20100425/shr6_10042600.gif</a><br>
&gt;<br>
&gt; This doesnt have two separate vectors: u and v.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Sun, Sep 1, 2013 at 5:52 PM, Jeff Duda &lt;<a href="mailto:jeffduda319@gmail.com">jeffduda319@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; The way you&#39;re doing it, you&#39;re only computing the difference in wind<br>
&gt;&gt; speed between two layers.  If you&#39;re trying to calculate vertical wind<br>
&gt;&gt; shear, you should be calculating the vector difference, which is the<br>
&gt;&gt; difference in the components.  So you should have a delta-U wind<br>
&gt;&gt; component of the shear (u500-usfc) and a delta-V component of the<br>
&gt;&gt; shear (v500-vsfc).  Those are the two quantities you would display to<br>
&gt;&gt; get the vectors.<br>
&gt;&gt;<br>
&gt;&gt; Jeff<br>
&gt;&gt;<br>
&gt;&gt; On Sun, Sep 1, 2013 at 3:39 PM, Nimrod Micael &lt;<a href="mailto:nmicael@aggies.ncat.edu">nmicael@aggies.ncat.edu</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; I see Jeff. So then how would i make it to display the magnitude of u,v<br>
&gt;&gt; &gt; for<br>
&gt;&gt; &gt; 2 different levels then? Since I am taking the difference between the<br>
&gt;&gt; &gt; 500 mb<br>
&gt;&gt; &gt; wind and the sfc wind?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Sun, Sep 1, 2013 at 4:33 PM, Jeff Duda &lt;<a href="mailto:jeffduda319@gmail.com">jeffduda319@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; displaying wind barbs requires two inputs in the display command<br>
&gt;&gt; &gt;&gt; (i.e., &#39;d u;v&#39;).  You are only supplying one.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Jeff Duda<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Sun, Sep 1, 2013 at 2:53 PM, Nimrod Micael &lt;<a href="mailto:nmicael@aggies.ncat.edu">nmicael@aggies.ncat.edu</a>&gt;<br>
&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt; &gt; The shaded is plotting fine but the wind barb is not showing up. Can<br>
&gt;&gt; &gt;&gt; &gt; anyone<br>
&gt;&gt; &gt;&gt; &gt; help me out why?<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; &#39;set gxout shaded&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;set lev 1000&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;s= mag(u,v)&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;set lev 500&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;a = mag (u,v)&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;set cmin 20&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;bulk = (a-s)*1.92&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;d bulk&#39;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; &#39;set gxout barb&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;set lev 1000&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;barbs= mag(u,v)&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;set lev 500&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;barba = mag (u,v)&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;set cmin 20&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;bulkb = (barba-barbs)*1.92&#39;<br>
&gt;&gt; &gt;&gt; &gt; &#39;d bulkb&#39;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Wind vectors are not showing up. Why???<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; Thanks.<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; --<br>
&gt;&gt; &gt;&gt; &gt; Nimrod Micael<br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; &gt; gradsusr mailing list<br>
&gt;&gt; &gt;&gt; &gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt;&gt; &gt;&gt; &gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; Jeff Duda<br>
&gt;&gt; &gt;&gt; Graduate research assistant<br>
&gt;&gt; &gt;&gt; University of Oklahoma School of Meteorology<br>
&gt;&gt; &gt;&gt; Center for Analysis and Prediction of Storms<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; gradsusr mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Nimrod Micael<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; gradsusr mailing list<br>
&gt;&gt; &gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt;&gt; &gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Jeff Duda<br>
&gt;&gt; Graduate research assistant<br>
&gt;&gt; University of Oklahoma School of Meteorology<br>
&gt;&gt; Center for Analysis and Prediction of Storms<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gradsusr mailing list<br>
&gt;&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt;&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Nimrod Micael<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; gradsusr mailing list<br>
&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
Jeff Duda<br>
Graduate research assistant<br>
University of Oklahoma School of Meteorology<br>
Center for Analysis and Prediction of Storms<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>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Nimrod Micael
</div>