- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a maximum line length when using the WRITE statement? (I'm considering a general surface matrix as output from a model)
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If I recall correctly, for default (sequential formatted) files there is a small limit (I think 256 or 512 characters), but it can be overridden using RECL= specifier in OPEN. For other types (unformatted, binary) either there's no limit or it is quite huge (~2**31).
Jugoslav
Jugoslav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You don't say which compiler you're using, so I'll assume CVF. The Compaq Fortran Language Reference Manual has tables under the description of OPEN(RECL=) that spell this out. Default is 132 for formatted, max is 2**31-1.
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page