how calculating and displaying monthly average of rainfall?

Post any questions, ideas, or topics related to Jython and Python scripting.
Post Reply
User avatar
glez_b
Posts: 87
Joined: Thu May 05, 2011 9:19 pm
Contact:

how calculating and displaying monthly average of rainfall?

Post by glez_b »

Hi I have a grb file and I would like to know how to do a monthly average of rainfall and wind. My variables are available every 3 hours. What is the procedure for calculating and display such average monthly rainfall?
how would do i that?
Boris_MCS
User avatar
Rick
Posts: 404
Joined: Fri Jan 16, 2009 8:20 pm

Re: how calculating and displaying monthly average of rainfall?

Post by Rick »

Hi Boris,

There is a grid formula that calculates the average Formulas -> Grids -> Time Steps -> Average. If that does not get the desired results, you can write your own formula or a jython function.
Post Reply