<b>I have just now checked whether is it possible by using my uwind data. It is possible by first taking the area average of the whole region you specifies, and then substracting it with the region you want to exclude. I am here gives the codes which I used to do the same for your verification. You can go through this and make a gs file according to that and run. 
<br><br>Simply <br>define a=aave(value,lon=60,lon=100,lat=5,lat=35)<br>define a2=aave(value,lon=80,lon=90,lat=15,lat=20)<br>define s=a-a2<br>d s, <br>&nbsp; <br>this will give what you are expecting, I think..... May I know where you are working..?
<br>with best wishes...<br></b><br><br><br><br><br>jkpr@jkpr-desktop:~$ gradsnc<br><br>Grid Analysis and Display System (GrADS) Version 1.9b4<br>Copyright (c) 1988-2005 by Brian Doty and IGES <br>Center for Ocean-Land-Atmosphere Studies (COLA)
<br>Institute for Global Environment and Society (IGES)<br>GrADS comes with ABSOLUTELY NO WARRANTY<br>See file COPYRIGHT for more information<br><br>Config: v1.9b4 32-bit little-endian readline sdf/xdf netcdf lats athena printim
<br><br>Issue &#39;q config&#39; command for more information.<br><br>Landscape mode? (no for portrait):&nbsp; <br>GX Package Initialization: Size = 11 8.5 <br>ga-&gt; open <a href="http://uwnd.2000.nc">uwnd.2000.nc</a> <br>Scanning description file:&nbsp; 
<a href="http://uwnd.2000.nc">uwnd.2000.nc</a><br>Open Error:&nbsp; Unknown keyword in description file<br>&nbsp; --&gt; The invalid description file record is: <br>&nbsp; --&gt; CDF<br>&nbsp; The data file was not opened. <br>ga-&gt; sdfopen 
<a href="http://uwnd.2000.nc">uwnd.2000.nc</a> <br>Scanning self-describing file:&nbsp; <a href="http://uwnd.2000.nc">uwnd.2000.nc</a><br>SDF file <a href="http://uwnd.2000.nc">uwnd.2000.nc</a> is open as file 1<br>LON set to 0 360 
<br>LAT set to -90 90 <br>LEV set to 1000 1000 <br>Time values set: 2000:1:1:0 2000:1:1:0 <br>ga-&gt; q file<br>File 1 : mean daily NMC reanalysis (2000)<br>&nbsp; Descriptor: <a href="http://uwnd.2000.nc">uwnd.2000.nc</a><br>
&nbsp; Binary: <a href="http://uwnd.2000.nc">uwnd.2000.nc</a><br>&nbsp; Type = Gridded<br>&nbsp; Xsize = 144&nbsp; Ysize = 73&nbsp; Zsize = 17&nbsp; Tsize = 366<br>&nbsp; Number of Variables = 1<br>&nbsp;&nbsp;&nbsp; uwnd 17 -999 mean Daily U-wind<br>ga-&gt; set lat 5 35
<br>LAT set to 5 35 <br>ga-&gt; set lon 60 100<br>LON set to 60 100 <br>ga-&gt; d u<br>Syntax Error:&nbsp; Invalid Operand <br>&nbsp; &#39;u&#39; not a variable or function name<br>&nbsp; Error ocurred at column 1<br>DISPLAY error:&nbsp; Invalid expression 
<br>&nbsp; Expression = u<br>ga-&gt; d uwnd<br>Contouring: -8 to 8 interval 2 <br>ga-&gt; d uwnd<br>Contouring: -8 to 8 interval 2 <br>ga-&gt; d uwnd<br>Contouring: -8 to 8 interval 2 <br>ga-&gt; define a=aave(uwnd,lon=60,lon=100,lat=5,lat=35)
<br>Define memory allocation size = 4 bytes<br>ga-&gt; c<br>ga-&gt; d a<br>Result value = -2.72067 <br>ga-&gt; define a2=aave(uwnd,lon=80,lon=90,lat=15,lat=20)<br>Define memory allocation size = 4 bytes<br>ga-&gt; d a2<br>
Result value = -4.23691 <br>ga-&gt; define s=a-a2<br>Define memory allocation size = 4 bytes<br>ga-&gt; d s<br>Result value = 1.51624 <br>ga-&gt; <br><br><br><br><div class="gmail_quote">On Dec 6, 2007 12:04 PM, Suru Polade &lt;
<a href="mailto:gr.suru@gmail.com">gr.suru@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>
<p style="margin: 0in 0in 0pt; background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-family: Arial;">
Thank you </span></p>
<p style="margin: 0in 0in 0pt; background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-family: Arial;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; very much for your help</span></p>
<p style="margin: 0in 0in 0pt; background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-family: Arial;">
&nbsp;</span></p>
<p style="margin: 0in 0in 0pt; background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-family: Arial;">
actually&nbsp;i want to take area average for region lat 5 35 and lon 60 100, by excluding region lat 15 20 and lon 80 90 , can you check this
</span></p>
<p style="margin: 0in 0in 0pt; background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-family: Arial;">
<br>thank once more</span></p>
<p style="margin: 0in 0in 0pt; background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-family: Arial;">
&nbsp;</span></p>
<p style="margin: 0in 0in 0pt;"><font face="Times New Roman">&nbsp;</font></p>
<p style="margin: 0in 0in 0pt;"><font face="Times New Roman">&nbsp;</font></p>Suraj</div><div><div></div><div class="Wj3C7c">
<div><br>&nbsp;</div>
<div><span class="gmail_quote">On 12/6/07, <b class="gmail_sendername">Jayakrishnan PR</b> &lt;<a href="mailto:prjayakrishnan@gmail.com" target="_blank">prjayakrishnan@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">May be you are looking for area averaging of the value in a paticular location. You can do this like the following.
<br>&nbsp;&nbsp;&nbsp; define a=aave(value,lon=60,lon=110,lat=-5,lat=35)<br>&nbsp;&nbsp;&nbsp; d a<br>&nbsp;&nbsp;&nbsp; This will take the area average of the region between lat -5 35 and lon 60 110. <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hope it helps.....
<div><span><br><br><br>
<div class="gmail_quote">On Dec 6, 2007 11:22 AM, Suru Polade &lt;<a href="mailto:gr.suru@gmail.com" target="_blank">gr.suru@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<p style="margin: 0in 0in 0pt; background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-family: Arial;">
Dear</span></p>
<p style="margin: 0in 0in 0pt; background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-family: Arial;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Grads user</span></p>
<p style="margin: 0in 0in 0pt; background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-family: Arial;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have tropospheric ozone data over the Indian region and want to average it over the region by keeping central India, i know how to average but not getting how to keep some region, can some one help e regarding this, thank in advance
</span></p>
<p style="margin: 0in 0in 0pt; background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-family: Arial;">
&nbsp;</span></p>
<p style="margin: 0in 0in 0pt; background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-family: Arial;">
&nbsp;</span></p>
<p style="margin: 0in 0in 0pt; background: white none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><span style="font-family: Arial;">
Suraj</span></p>
<p style="margin: 0in 0in 0pt;"><font face="Times New Roman">&nbsp;</font></p>
<p style="margin: 0in 0in 0pt;"><font face="Times New Roman">&nbsp;</font></p></div></blockquote></div><br><br clear="all"><br></span></div>-- <br>***********************************************<br>Jayakrishnan.P.R<br>Junior Research Fellow
<br>Department of Atmospheric Sciences<br>Cochin University of Science And Technology (CUSAT), Cochin-16 <br>Kerala, India.<br>Mob: 09895417565<br><br>*********************************************** </blockquote></div><br>

</div></div></blockquote></div><br><br clear="all"><br>-- <br>***********************************************<br>Jayakrishnan.P.R<br>Junior Research Fellow<br>Department of Atmospheric Sciences<br>Cochin University of Science And Technology (CUSAT), Cochin-16
<br>Kerala, India.<br>Mob: 09895417565<br><br>***********************************************