Hello,
Basically, you can add an instruction :
USE DECLARATIONS_SISYPHE, ONLY : CS
in the subroutine where you want to use the concentration. Here CS is the concentration of suspended sediment and it is a block because there may be several classes, thus the double precision value of concentration of point I and of class J is : CS%ADR(J)%P%R(I)
This can be done for everything that is in DECLARATIONS_SISYPHE, unless there is a clash of names with Telemac-2D.
Then you must be careful that CS is already initialised when you use it.
With best regards,
Jean-Michel Hervouet