﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4	Waves compilation problem	mathieu	arango	"There are many questionable syntactic writing
in '''SWAN''' that cause problem to ifort on ismaltx.
See below a (partial) list in '''swmod1.F''':

* version number '''40.21''' at end of line[[BR]]
* missing '''&''' at end of line for text over several lines[[BR]]
* author name '''jcw''' at end of line[[BR]]


I can give a diff file if deemed useful.

'''HGA''': The problem here is that files with extention '''.f90''' are compiled using ''free-form'' flag by default. This is very easily corrected by forcing SWAN to be compile with ''fixed-form'' flag. We just need to modify the make configuration files '''*.mk'''. Notice that ROMS follows extrictily the standard and can be compiled with either ''free-form'' or ''fixed-form'' flags.
"	defect	closed	blocker	Release ROMS/TOMS 3.1	component1	3.1	Fixed	wave	mdsikir@… Mathieu.Dutour@…
