<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi grads users <br>I have been trying to extract the JJA season olr using the codes below, but when I run the script I got the errror message that<br>set error invalid operand<br>operand t 254<br>operand t 266 e.t.c<br>Please any one can help this <br>'reinit'<br>'sdfopen c:\fortran1\data2.cdf'<br>filename='h:\data_predolr\TC4JJAA5_SESAME.txt'<br>'set gxout print'<br>'set prnopts %6.1f 5 2'<br>n=61<br>while (n &lt;=453)<br>'set t ' n<br>'define jun=olr'<br>'set t' n+1<br>'define jul=olr'<br>'set t 'n+2<br>'define aug=olr'<br>'define jun1=(jun+jul+aug)/3' <br>'d aave(jun1,lon=-65,lon=-50,lat=-38,lat=-25)'<br>res=sublin(result,2)<br>rc=write(filename,res)<br>n=n+12<br>endwhile<br>**************************<br>regards<br>kaikombo<br><br></td></tr></table>