Hi Andy, It works, thanks for your great help. Wendy At 05:07 PM 1/26/2005, Andy Chiodi wrote:
Hi Wendy,
Try,
climatology - climatology[l=@ave]
alternatively you could take out the mean before computing the climatology;
let mydata_demeaned = mydata - mydata[l=@ave]
and then compute the climatology
regards,
Andy