[MITgcm-support] text output frequency
Yuan Lian
lian at U.Arizona.EDU
Thu Jun 9 01:08:28 EDT 2005
On Wed, 8 Jun 2005, Ed Hill wrote:
> On Wed, 2005-06-08 at 22:33 -0400, Nicolas Wienders wrote:
> > Hi all,
> > Is there anyway to reduce the dumping frequency for the output
> > either on the monitor or for the output file when redirected
> > (./mitgcmuv > output.txt). For a 500 year run the file was about
> > 100 Go !!!
> > Thanks a lot.
>
> Hi Nicolas,
>
> In the main "data" file you can increase the "monitorFreq" term to
> decrease to frequency of monitor output.
>
> Ed
Hi Nicolas,
Additionally you can also modify the following lines in
"/MITgcm/model/src/cg2d.F":
IF ( debugLevel .GE. debLevZero ) THEN
_BEGIN_MASTER( myThid )
C write(standardmessageunit,'(A,1P2E22.14)')
C & ' cg2d: Sum(rhs),rhsMax = ',
C & sumRHS,rhsMax
_END_MASTER( myThid )
remark the lines as above you will save a lot of disk space. I have done
this and also what Ed said.
-Yuan
More information about the MITgcm-support
mailing list