<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi grad user<br>I have the u and v wind components from the NCEP/NCAR reanalysis 1 data sets<br>I am writing the vorticity files (vorty.nc) at each level, <br>I have tried difeent&nbsp; options but the results of the files puts the data only to the 0 120 and not -70 0 I think there is problem with my script<br>please any one with suggestion or modification of my scripr so as to work properly as I need<br>here is the script<br><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>'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>regards<br>kaikombo<br><br><br></td></tr></table>