Hello Enda,
I have set up a TELEMAC-2D model coupled with SISYPHE where the entire bed of the channel is non-erodable. I did this by adding the following in the NOEROD.F
ZEMAX=0.0D0
CALL OV( 'X=Y+C ',ZR,ZF,ZF,-ZEMAX,NPOIN)
The sediment boundary conditions do not add any sediment to the problem, either as bed load or as suspended load. I have also turned off bed load, as I am only interested in suspended sediment (at a source).
Then, I created a new subroutine called PP_SUSP that adds suspended sediment at a single point in the model as:
CS%ADR(1)%P%R(326)=0.25D0
The PP_SUSP subroutine is called it from SISYPHE.f right after the call to CONLIT (as previously suggested).
I can't figure out why I am not able to see the suspended sediment plume starting at node 326 and moving downstream.
Maybe I am doing something contrary to the rules programmed. All model files are attached.
Thanks in advance,
Pat