Hello,
Thanks for your quick answers.
@ Clemens:
I've been following your advice and starting from the bedload_meyer.f, but I'm facing troubles. The required variables are not exactly the same (or I'm missing something ?)
For Meyer-Peter, I just need the following variables: GRAV, DENS, DM, MPM_ARAY, TETAP and ACP
If I'm right, in the Smart Formula, I also need the friction slope and the liquid specific discharge.
For the friction slope, I found these variables in the subroutine bedload_effpnt.f :
DZFDX |<->| BOTTOM SLOPE IN THE X-DIRECTION
DZFDY |<->| BOTTOM SLOPE IN THE Y-DIRECTION
Is it correct to use them here (I used DZFDY) ?
And for the liquid specific discharge, I used Q, but is it the specific discharge ?
I obtain :
DO I=1,QSC%DIM1
QSC%R(I)=4.2/DENS*DZFDY**1.6*Q*MAX(1-(ACP%R(I)*DENS*DM/(HN*DZFDY)),0.D0)
ENDDO
Is this correct ?
@ Gabi : I downloaded the paper and started to read it. In this case, I start my simulation with a flat channel and an erodible bed, and I impose a dam break upstream. At the end of the simulation, I should get local steep slopes due to erosion. Maybe in this case, the impact of different flow resistance is negligible due to the small extent of areas concerned by steep slopes ?
Thanks again for your help.
Best regards.
Marina