<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>&nbsp;Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>I have 10 y of gridded mean-monthly data and 
I&nbsp;want to draw a graph with </FONT></DIV>
<DIV><FONT face=Arial size=2>time variation of an area averaged multiyear mean 
air temperature from January to December.</FONT></DIV>
<DIV><FONT face=Arial size=2>I am trying doing it with the script #1 given 
below. Something is wrong here apparently, since I do</FONT></DIV>
<DIV><FONT face=Arial size=2>not obtain any picture.Everything works fine 
however if I do not perform the area averaging (script #2).</FONT></DIV>
<DIV>What is wrong in my actions?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,&nbsp; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Simon</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></FONT></DIV>
<DIV><FONT face=Arial size=2>Script #1:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>'open DDF/regcmPRCS1-CT.ddf'<BR>'set t 1 12'<BR>'set tlsupp 
year'<BR>'define 
temp=ave(aave(ta,lon=35.5,lon=37,lat=29.5,lat=34),t+0,t=360,12)'<BR>'enable 
print aavemonth.temp.gm'<BR>'d temp-273'<BR>'draw title&nbsp;area averaged 
temperature'<BR>'print'<BR>'disable print' </DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Script #2:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<DIV><FONT face=Arial size=2>'set lat 32'<BR>'set lon 34'<BR>'set t 1 
12'<BR>'set tslupp year'</FONT></DIV>
<DIV><FONT face=Arial size=2>'define temp=ave(ta,t+0,t=360,12)'<BR>'enable print 
month.gm'<BR>'d temp-273'<BR>'d prec'<BR>'draw title&nbsp;mean monthly 
temperatures'<BR>'print'<BR>'disable print' </FONT></DIV></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>
<DIV>Simon Krichak, Principal Research Associate<BR>Dept. of Geophysics and 
Planetary Sciences<BR>Faculty of Exact Sciences<BR>Tel Aviv 
University<BR></DIV></FONT></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">&nbsp;</BLOCKQUOTE></BODY></HTML>