[MITgcm-support] Anybody know what's up with this?
Ed Hill
ed at eh3.com
Tue Oct 18 11:19:38 EDT 2005
On Tue, 2005-10-18 at 11:03 -0400, Baylor Fox-Kemper wrote:
> Curiously, this seems to be fixed by using ifort 8.0.044. Don't know
> why...
> -Baylor
> > 57 |WVELSLT | 601 | 0 | 60 | 0 |
> > 95 |VISCAHD | 661 | 0 | 60 | 0 |
> > 68 |CONVADJ | 721 | 0 | 60 | 0 |
> > -----------------------------------------------------------------------
> > -
> > Global & Regional Statistics diagnostics: Number of lists: 0
> > -----------------------------------------------------------------------
> > -
> > forrtl: severe (66): output statement overflows record, unit -5, file
> > Internal Formatted Write
Hi Baylor,
The above error usually indicates a situation where one writes to a
character string (here, "msgbuf") using syntax such as:
WRITE(msgbuf,'(a)') astring
where len(astring) > len(msgbuf). If you can give us some indication of
were in the code the write is occurring (somewhere in diagnostics?),
then it'll help us track it down.
thanks,
Ed
--
Edward H. Hill III, PhD
office: MIT Dept. of EAPS; Rm 54-1424; 77 Massachusetts Ave.
Cambridge, MA 02139-4307
emails: eh3 at mit.edu ed at eh3.com
URLs: http://web.mit.edu/eh3/ http://eh3.com/
phone: 617-253-0098
fax: 617-253-4464
More information about the MITgcm-support
mailing list