﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
191	Table output for SWAN coupling	jcwarner	arango	"Correction in '''swanout1.F''' to allow table output from SWAN during a coupled run.

1) Correct file '''Waves/SWAN/Src/swanout1.F''' near lines 302, replace
{{{
        IF (RTYPE(1:2) .EQ. 'SP') THEN
          IVTYPE=500
        ELSE
          IVTYPE=CORQ%IVTYP(1)
        END IF
}}}
with

{{{
        IF (RTYPE(1:3) .EQ. 'BLK') THEN
          IVTYPE=CORQ%IVTYP(1)
        ELSE
          IVTYPE=500
        END IF
}}}
2) Modify file '''Waves/SWAN/External/swan_inlet_test.in''' to add the line:

TABLE   'point1' HEADER 'point1.table' HSIGN DIR WLEN OUTPUT 20000101.000000 1 HR

This will allow a test for this output option.
"	bug	closed	major	Release ROMS/TOMS 3.2	Nonlinear	3.2	Fixed		
