[MITgcm-support] pkg/monitor
Martin Losch
mlosch at awi-bremerhaven.de
Sat Jan 29 05:29:52 EST 2005
Samar,
monitorFreq does have something do to with the monitor package. It
controls how often the monitor package is called and monitor output
(lines with %MON) is written to standart out.
I don't think that the timeave package (monitor doesn't have anything
to do with this) can do anything else than compute and dump time
averages according to taveFreq. But you could try this: introduce a new
parameter (e.g. tavedumpFreq) that controls the output and have
timeave_statv_write write fields only at these freq's (if/endif around
the write statements, timeave_statv_write does more than just write).
The model would then still compute the averages, but only write at
tavedumpFeq ( which has to be a multiple of taveFreq, naturally).
Then there is the diagnostics package, but I don't know what that can
do.
Martin
On Jan 28, 2005, at 8:56 PM, samar khatiwala wrote:
> Hello
>
> I would like to do the following very simple thing: calculate the
> annual
> mean of various fields (really only T and S) EVERY 10 years. If I set
> the taveFreq variable in the data file, the average is written out
> every
> year.
>
> Is there a way to use pkg/monitor to do this. If so, how?
> A related question, does the namelist parameter 'monitorFreq' that
> appears
> in the data file have anything to do with the monitor package?
>
> Thanks, Samar
>
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://dev.mitgcm.org/mailman/listinfo/mitgcm-support
More information about the MITgcm-support
mailing list