[MITgcm-support] Output record
Yuan Lian
lian at ashimaresearch.com
Wed Nov 23 08:41:32 EST 2011
taveFreq=2592000 means averaging variables over a month (assuming 30
days). To obtain monthly cumulated variable, you can simply multiply the
averaged variable by taveFreq/deltaT. For instance,
T_cumulate=Ttave*2592000/1200 in your case. taveFreq is rather the time
averaging period.
Yuan
On 11/23/11 5:09 AM, Vincent Le Fouest wrote:
> Dear users,
>
> My understanding is that MITgcm computes averages of fields as
> follows: var_timeave = var_timeave + var*deltaT, where dt is the model
> time step in seconds.
>
> I want to cumulate a variable over a month.
>
> Considering my time step deltaT is 1200 seconds and that MITgcm
> averages monthly (taveFreq=2592000. in data). Is it correct to
> multiply my monthly-averaged field by 86400 (a day in seconds) and
> again by the number of days of the month to obtain my
> monthly-cumulated field?
>
> Thanks in advance
>
> Vincent
>
>
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-support
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mitgcm.org/pipermail/mitgcm-support/attachments/20111123/9bc9e4c2/attachment.htm>
More information about the MITgcm-support
mailing list