The following isn't quite correct for the SX series. Formatted IO is
restricted by two runtime environment variables, F_FMTBUF and
F_SYSLEN. F_FMTBUF by default is 32768 bytes so the length of the line
below isn't a problem in general. However, F_SYSLEN, which restricts the
length of a line written to standard output, is by default 134 characters.
Rather than altering the code (and having to keep this limit in mind when
developing future code) I suggest that SX users be advised to set F_SYSLEN to a
sufficiently large value before running their code. I've found a value of
300 to be more than sufficient.
Russ Fiedler
--------------------------------
--------------------------------
8.) /mom4_beta2/mom4/ocean_core/ocean_advection_velocity.F90
------------------------------------------------------------
Formatted output lines on the SX must not exceed 134 characters.
3 Format descriptors
(a,g10.3,a,f7.2,a,g10.3,a,i4,a,i4,a,i3,a,a,f7.2,a,f7.2,a,f7.0,a)
changed to
(a,g10.3,a,f7.2,a,g10.3,a,i4,a,i4,a/i3,a,a,f7.2,a,f7.2,a,f7.0,a)
^^^^
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
FMS-mom4 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fms-mom4