<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I have&nbsp; write&nbsp; the filed for the vorticity at each level using the NCEP u and v winds.<br>but when I plot these files at the lon and lat of my interest it leaves a verticle strip at lon 0<br>any one can help on I how to remove this strip?.<br>I have attached the image which I have plotted.<br>this is my script<br>'reinit'<br>'c'<br>lev.1=925<br>lev.2=850<br>lev.3=700<br>lev.4=600<br>lev.5=500<br>lev.6=400<br>lev.7=300<br>lev.8=250<br>lev.9=200<br>lev.10=150<br>lev.11=100<br>levcount=1<br>while(levcount&lt;=11)<br>lev=lev.levcount<br>say lev<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 lev 'lev<br>'set x 1 144'<br>'set y 1 73'<br>'vort=hcurl(uwnd,vwnd.2)'<br>'set sdfwrite d:/vorticity2/'lev'_vorty.nc'<br>'sdfwrite vort'<br>'reinit'
 <br>levcount=levcount+1<br>endwhile<br>'disable sdfwrite'<br>'reinit'<br><br>sdfopen d:/vorticity2/850_vorty.nc<br>set lon -70 120<br>set&nbsp; lat -45 45<br>set t 30<br>set gxout shaded<br>d vort<br>&nbsp;plsease find the attaced image which I get<br>regards<br>kaikombo<br><br></td></tr></table>