<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi Jennifer and all otherd grads users<br>I do still have the problem of writing the enviromental verticle shear.nc filesd using the grads<br>I have the u and v winds components from NCEP/NCAR reanalysis<br>I ave done the follwing towrite these data sets<br>sdfopen d:/vorticity/uwnd.mon.mean.nc<br>sdfopen d/vorticity/vwnd.mon.mean.nc<br>&nbsp;set lon 0 360<br>set lat -90 90<br>set t 1 778<br>set z 10<br>set x 1 144<br>set y 1 73<br>define U1=uwnd(z=10)<br>defineV1=vwnd.2(z=10)<br>set z 3<br>define U2=uwnd(z=3)<br>define V2=vwnd.2(z=3)<br>define U=U1-U2<br>define V=V1-V2<br>define evws28=sqrt(U*U+V*V)<br>set sdfwrite d:/vorticty/evws28.nc<br>sdfwrite evws28<br>when I opened the evws28.nc and the set the following for plotinf<br>I get data on only the 0 120E and misses the data for -70 0<br>e.g.<br>sdfopen d:/vorticity/ews28.nc<br>set lon -70 120<br>set lat -45
 45<br>set t 5<br>d evws28<br>this display only the 0 120 E and misses -70W 0<br>please Jennifer and others tell me how to fix this problem ? could it be the problem of negative values of the sqrt<br>Please help me on how to fix it<br>rgds<br>kaikombo<br>:<br><br></td></tr></table>