Dear all,<div><br></div><div>I want to calculate the area average of a variable over the globe. I have written the grads scripts as follows. It is giving output file, but for single grid at single level.</div><div><br></div>
<div><div>&#39;reinit&#39;</div><div>&#39;sdfopen <a href="http://sample.nc">sample.nc</a>&#39;</div><div>&#39;set t 1 12&#39;</div><div>lev=1</div><div>while(lev&lt;15)</div><div>&#39;set lev &#39;lev</div><div>lt1=-90</div>
<div>while(lt1&lt;90)</div><div>lt2=lt1+10</div><div>ln1=0</div><div>while(ln1&lt;360)</div><div>ln2=ln1+30</div><div>&#39;define temp=aave(t,lon=&#39;ln1&#39;,lon=&#39;ln2&#39;,lat=&#39;lt1&#39;,lat=&#39;lt2&#39;)&#39;</div>
<div>&#39;set sdfwrite <a href="http://sample1.nc">sample1.nc</a>&#39;</div><div>&#39;sdfwrite temp&#39;</div><div>ln1=ln1+30</div><div>endwhile</div><div>lt1=lt1+10</div><div>endwhile</div><div>lev=lev+1</div><div>endwhile</div>
</div><div><br></div><div>It is giving output file, but for single grid at single level.<br></div><div><br></div><div>Output file description is as follows...</div><div><br></div><div><div>Type = Gridded</div><div>  Xsize = 1  Ysize = 1  Zsize = 1  Tsize = 12  Esize = 1</div>
<div>  Number of Variables = 1</div><div>     temp  0  t,y,x  temp</div></div><div><br></div><div>It looks like there is problem in looping... Could you please help me fix this problem...</div><div><br></div><div>Your help will save a lot of time...</div>
<div><br></div><div>Thank you in advance..</div><div><br></div><div>Sincerely,</div><div><br></div><div>Kishore</div><div><br></div>