<html><head><style type=text/css><!--
.mcnt .mcnthmmessage P {margin:0px;padding:0px
;}
.mcnt body.mcnthmmessage {font-size:12pt;font-family:Calibri
;}
--></style></head><body><br><br><br><div><span data-mailaddress="mino-98@hotmail.it" data-contactname="giacomo tricarico" class="clickable"><span title="mino-98@hotmail.it">giacomo tricarico</span><span class="detail"> <mino-98@hotmail.it></span></span> , 8/17/2015 12:53 PM:<br><blockquote class="mcnt mori" style="margin:0 0 0 .8ex;border-left:2px blue solid;padding-left:1ex;"><div class="mcnt">
<div><div>Thank you all very much! There are few other thing I would like to understand:<div>1)So I could skip either the U Component or the V component, it would be the same, wouldn't it?</div><div>E.g. 'd skip(UGRD10m,5,5);VGRD10m' is the same as 'd skip(VGRD10m,5,5);UGRD10m'?</div><div><br></div></div></div></div></blockquote></div><br>it is the same<br><br><div><blockquote class="mcnt mori" style="margin:0 0 0 .8ex;border-left:2px blue solid;padding-left:1ex;"><div class="mcnt"><div><div><div></div><div>2)What is exactly the skip function?</div></div></div></div></blockquote></div><br> in the given ex. it sets to undef 4 values in X (and 4 values in Y) every 5 <br><div><blockquote class="mcnt mori" style="margin:0 0 0 .8ex;border-left:2px blue solid;padding-left:1ex;"><div class="mcnt"><div><div><div></div></div></div></div></blockquote></div><br><div><blockquote class="mcnt mori" style="margin:0 0 0 .8ex;border-left:2px blue solid;padding-left:1ex;"><div class="mcnt"><div><div><div></div><div>3)To use 'gxout shaded' I should use the same code or should I use a squareroot to extract the scalar value?</div></div></div></div></blockquote></div><br>'shaded' does not work with skip (any value is surrounded by undef) ...<br>if you want to plot 'scalar' wind use mag(UGRD10m,VGRD10m)<br><br>bye bye<br>Davide<br><br><div><blockquote class="mcnt mori" style="margin:0 0 0 .8ex;border-left:2px blue solid;padding-left:1ex;"><div class="mcnt"><div><div><div></div><div><br></div><div>Thanks!</div><div><br><div>> From: TAlHosary@ncms.ae<br>> To: gradsusr@gradsusr.org<br>> Date: Mon, 17 Aug 2015 08:57:08 +0000<br>> Subject: Re: [gradsusr] wind vectors<br>> <br>> Hi,<br>> If the components of wind are u & v<br>> You can use the following commands and 6 is the distance between grid and you can change as you like<br>> <br>> 'set gxout vector'<br>> 'd skip(u,6,6);v'<br>> <br>> or<br>> 'set gxout barb'<br>> 'd skip(u,6,6);v'<br>> <br>> Regards,<br>> alhosari<br>> <br>> -----Original Message-----<br>> From: gradsusr-bounces@gradsusr.org [mailto:gradsusr-bounces@gradsusr.org] On Behalf Of Chorley Weather<br>> Sent: 17/ربيع الأول/2015 12:21 م<br>> To: GrADS Users Forum<br>> Subject: Re: [gradsusr] wind vectors<br>> <br>> On 15-08-2015 03:39, giacomo tricarico wrote:<br>> > Hi, how could I plot 10m wind vectors on grads 2.0.x?<br>> > I only have U and V components, respectively UGRD10m and VGRD10m.<br>> > <br>> > I've tried this:<br>> > 'd UGRD10m;skip(VGRD10m,5)'<br>> > but I don't know if it's correct.<br>> > <br>> > Thanks in advance,<br>> > Giacomo<br>> > <br>> > _______________________________________________<br>> > gradsusr mailing list<br>> > gradsusr@gradsusr.org<br>> > http://gradsusr.org/mailman/listinfo/gradsusr<br>> Hi Giacomo,<br>> <br>> Try this bit of script and just adjust the value (2,2) to make it fit on your map projection. Hope this helps.<br>> 'set gxout vector'<br>> 'set ccolor 1'<br>> 'd skip(ugrd10m,2,2);vgrd10m'<br>> 'set cint 5'<br>> 'set clab masked'<br>> <br>> Regards,<br>> Stuart.<br>> --<br>> Chief Forecaster & Owner<br>> _______________________________________________<br>> gradsusr mailing list<br>> gradsusr@gradsusr.org<br>> http://gradsusr.org/mailman/listinfo/gradsusr<br>> <br>> _______________________________________________<br>> gradsusr mailing list<br>> gradsusr@gradsusr.org<br>> http://gradsusr.org/mailman/listinfo/gradsusr<br></div></div>                                            </div>
</div></div><br><br>_______________________________________________
<br>gradsusr mailing list
<br>gradsusr@gradsusr.org
<br>http://gradsusr.org/mailman/listinfo/gradsusr
<br></blockquote></div></body></html>