HELLO
Please, I have a question about Qsform ? I’d like to use a new formula to compute the suspension sediment (the equilibrium concentration) can I use the QSform to introduce the new formula to compute suspension sediment?
The problem in the subroutine Qsform , there is only these variable that I can use (U2D, V2D, TOB, HN, XMVE, TETAP, MU, NPOIN, DM, DENS, GRAV, DSTAR, AC, QSC, QSS)
I need to use TYPE(BIEF_OBJ), INTENT(INOUT) :: CSTAEQ to compute the suspension sediment which is didn’t exist in this subroutine !
In addition, for me I won’t calculate bedload transport, so I can’t use (FORMULE DE TRANSPORT SOLIDE = 0 to use qsform
I try to define another Qsform for suspension sediment, and I define (FORMULE POUR LA CONCENTRATION DE REFERENCE=0
But I find the following error
FORMULE POUR LA CONCENTRATION DE REFERENCE
VALEUR NON PREVUE : 0
If I can add CSTAEQ as a variable in the subroutine QSform , which is other subroutine that I should to add , because in this case CSTAEQ is INTENT(INOUT) not INTENT(IN)
OR How can I defined and use another qsform, using variable of suspension sediment ? Which is subroutine should I use to add that?
thank you
Jean