<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Your defined variables U1 V1 U2 V2 U and V are all defined from longitude 0 &nbsp;to 360 -- this probably means you are writing out an extra column of data and so when you open eves_200-850.nc it does not pass the globe-wrapping test and therefore gives your negative longitudes as missing data. The fix is to use 'set x 1 &lt;xsize&gt;' before defining the variables in the first step.&nbsp;<div>--Jennifer</div><div><br><div><br><div><div>On Feb 15, 2013, at 12:36 PM, kombo kai wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font: inherit;">Hi Grads use<br>I Have created a variable called the envifomental vertical windshear as folows<br>'sdfopen d:/vorticity/uwnd.mon.mean.nc'<br>'sdfopen d:/vorticity/vwnd.mon.mean.nc'<br>'set lon 0 360'<br>'set lat -90 90'<br>'set t 1 778'<br>'set z 10'<br>'define U1=uwnd(z=10)'<br>'define V1=vwnd.2(z=10)'<br>'set z 3'<br>'define U2=uwnd(z=3)'<br>'define V2=vwnd.2(z=2)'<br>'define U=U1-U2'<br>'define V=V1-V2'<br>'define evws28=sqrt(U*U+V*V)'<br>'set sdfwrite d:/EVWSdata/evws_200-850.nc'<br>'sdfwrite evws28'<br><br>when I opened the file I created it gives me al the dtaile for the file , but I do the following settings it plots onlt from 0-120 abd do not plot the -70 to 0E<br>eg set t 34<br>set lon -70 120<br>set lat -45 45<br>set gxout contour<br>set cint 19<br>set ccolor 2<br>set cmark 2<br>d evws28<br>This plot only from 0 120E and do not plot from -70 to
 0E<br>Please I need a help to fix this problem <br>regards<br>kaikombo<br><br></td></tr></tbody></table>_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>http://gradsusr.org/mailman/listinfo/gradsusr<br></blockquote></div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>--</div><div>Jennifer M. Adams</div><div>IGES/COLA</div><div>4041 Powder Mill Road, Suite 302</div><div>Calverton, MD 20705</div><div><a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span></span></span>
</div>
<br></div></div></body></html>