Hello,
A first report. The case was indeed very unstable and I got something that seems to work, but do not have the results yet. It may take time to sort out what is important, I changed various things :
* initialisation of tracers : it is better to work on elevations than plane numbers because the elevation of a plane may be varying on high bottoms. Example for plane 19 do a test IF(Z3%R(J).GT.-200.D0) THEN... You have the same problem in TRA_PROF_Z.
* Preconditioning 17 does not seem to like the tidal flats, so I changed 37 into 2 and 17 into 2. The solver for PPE could probably be GMRES (7), not tested.
* I removed k-epsilon and put 2 for vertical turbulence model. Then I set the
COEFFICIENT FOR HORIZONTAL DIFFUSION (OF VELOCITIES and OF TRACERS) at 2.D0.
Beware, when you have k-epsilon on the vertical it is set also on the horizontal and in this case your value of 0.1 for horizontal diffusion of velocity is wrong, it should be 1.E-6.
* I removed the hydrostatic inconsistency filter (it seems important, though it was here to help... surprising)
* I have set all advection solvers to 14.
I try to have the case working with a time step of 60 s, just to see, but maybe we will have to choose a smaller one eventually.
This is all for now,
Regards,
Jean-Michel