Hello,
The settling velocity is not implemented in the Lagrangian tracking (for sediment it is done in a eulerian way). It would require using a modified vertical velocity W*. There are two possibilities to do that:
* A post-treatment of the call to SCARACT which computes the trajectories. Knowing the arrival position of the particle, you just have to shift it down, which will change only the element number and vertical coordinate.
* An extra call of SCARACT with the modified velocity W* (a theoretical derivation is probably necessary to know the effect of the settling velocity on W*, in generalised sigma transformation it will depend on the layer considered).
The first is more straightforward to implement, the second will give faster code.
With best regards,
Jean-Michel Hervouet