Hello,
I found a bug in the treatment of characteristics when quasi-bubble velocities and a linear tracer are advected, this is probably the reason of what you noticed. The best bypass of the problem is to have the keyword :
TYPE OF ADVECTION : 1;5;14
to have another method for the tracer (and it will be conservative, unlike the method of characteristics). It may be necessary to add :
TREATMENT OF NEGATIVE DEPTHS : 2
It would be faster to use the wave equation option :
TREATMENT OF THE LINEAR SYSTEM : 2 SOLVER : 1
SUPG OPTION : 0;0
in which case the free surface gradient compatibility = 0.9 will fight the inf-sup wiggles and you can have a linear discretisation :
DISCRETISATIONS IN SPACE : 11;11;11
which would also be a solution to the problem.
With best regards,
Jean-Michel Hervouet