On Sat, 30 Aug 2008 suxingtao at sina.com wrote: > I want to calculate monthly precipitation with ATM output variable 'tpr'. > For example, to calculate precipitation of July, is it correct to > calculate with 'ave(tpr,t=1,t=124)*31'? Correct, > If not ,how to calculate it?