<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
Dear Theresa,
<br />
<br />try this piece of script below:
<br />
<br /><font size="2"> 'reinit'
<br /> 'open E:\test.ctl'
<br /> 'set t 5'
<br /> 'set lat 7'
<br /> 'set lon 
107'
<br />* 'define r1= sst'  !NOT NECESSARY, since you have already set a single point.
<br /> 'd sst'
<br />r1=subwrd(result,4)
<br /><font size="2">say r1
<br />'close 1'</font></font>
<br /><font size="2"> 'sdfopen sst.nc' 
<br /> 'set t 5'
<br /> 'set lat 7'
<br /> 'set lon 107'
<br /> *'define r2= 
sst' !NOT NECESSARY 
<br />'d sst'
<br /> <font size="2">r2=subwrd(result,4)
<br /><font size="2">say r2
<br />
<br /></font></font></font><font size="2">'define aver= ('r1'+'r2')/2'
<br /> 
<br />'d aver'
<br /> Ar=subwrd(result,4)
<br /> say Ar</font>
<br />  
<br />NOTE that, now, r1 and r2 are &quot;script variables&quot; (not &quot;grads prompt variables&quot;), since they were &quot;captured&quot; with &quot;subwrd&quot;, and not with &quot;define&quot;. So, r1 and r2 have to appear between quotes in the Ar definition. Note also that you can not use this kind of construction in the grads prompt terminal:
<br />
<br /><font size="2">'d sst'
<br /> <font size="2">r2=subwrd(result,4)
<br />
<br /></font></font>
<br />So, script variables CAN NOT be directly displayed in the grads graphic window: they exist only in the script memory. 
<br />
<br />On the other hand, DEFINED variables exist in the &quot;GrADS prompt memory&quot; and in the &quot;script memory&quot;. These defined variables can be directly displayed in the grads graphic window. Of course, to make computations with defined variables, you don't need to put quotes in the variables. Is it clear enough?
<br /> 
<br />Please, let me know if this doesn't work as you expect.
<br />
<br />Regards,
<br />Ricardo
<br />
<br /><font size="2"><b>On Tue, 5 Feb 2013 18:10:01 +0000, T. haghroosta wrote</b>
<br />&gt; 

Dear Ricardo,
<br />&gt;  
<br />&gt; The script that you helped me to write, was 
run correctly. Now I would like to calculate the average of one parameter in two 
different files. I wrote this script, but it doesn't show me any outputs. Could 
you please tell me what is the problem?
<br />&gt;  
<br />&gt; 'reinit'
<br />&gt; 
'open E:\test.ctl'
<br />&gt; 'set t 5'
<br />&gt; 'set lat 7'
<br />&gt; 'set lon 
107'
<br />&gt; 'define r1= sst'
<br />&gt; 'close 1'
<br />&gt; 'sdfopen sst.nc'
<br />&gt; 
'set t 5'
<br />&gt; 'set lat 7'
<br />&gt; 'set lon 107'
<br />&gt; 'define r2= 
sst'
<br />&gt; 'define aver= (r1+r2)/2'
<br />&gt; 'd aver'
<br />&gt; 
Ar=subwrd(result,4)
<br />&gt; say Ar
<br />&gt; 
<br />&gt; Regards,
<br />&gt;  

<br />&gt; T. 
<br />&gt; 
<br />&gt; &gt; 
<br />&gt; &gt; 
<br />&gt; &gt; Today's 
Topics:
<br />&gt; &gt; 
<br />&gt; &gt;    1. Re: Average in two different time and 
locations (T. haghroosta)
<br />&gt; &gt; 
<br />&gt; &gt; 
<br />&gt; &gt; 
----------------------------------------------------------------------
<br />&gt; 
&gt; 
<br />
<br!>
<br />

<br />
</br!></font>

</BODY>
</HTML>