<table cellspacing="0" cellpadding="0" border="0" ><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></table>