Thank you!
I have looked at the example
www.opentelemac.org/index.php/kunena/21-...c-3d-computation#855.
However I do not really follow if the user by herself/himself needs to define the following or if it is defined by TELEMAC:
" The arrays you can play with are S1TA and S0TA.
- S0TA acts explicitely on the tracer value at the begining of the time step as follows:
TA = TA + S0TA ... + ADVECTION+DIFFUSION +...
- S1TA acts implicitely on the tracer value at the end of the time step as follows:
TA *( 1.-S1TA ) = TA + ... + ADVECTION+DIFFUSION"
Is it just enough to start with e.g. the following i.e. does TELEMAC have the equations for S0TA and S1TA already in the programme?
DO ITRAC=1,NTRAC
S0TA%ADR(ITRAC)%P%TYPR='0'
S1TA%ADR(ITRAC)%P%TYPR='0'
ENDDO
Hope you understand my question and sorry for the confusion.
Kind regards
Louise