<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>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>2)What is exactly the skip function?</div><div><br></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><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></body>
</html>