Hi everybody,
I just want to ask if anybody could tell me the difference between the subroutine: coefro.f and friction_calc.f, in terms of calculating the friction coefficient? Which one is used in TELEMAC2D?
Furthermore in the subroutine friction_calc.f, if I choose the Manning's law, this equation will be triggered:
CASE(4)
!
DO I = N_START, N_END
CF%R(I) = 2.D0*GRAV*(CHESTR%R(I)**2)/HC%R(I)**TIERS
ENDDO
As I can see, the friction coefficient CF is already dependent on the depth at time i. Does this make sense to modify the code to implement an extra dependency of the Manning CHESTR on the depth, just before the equation?
Finally what does the %R mean (in HC%R)?
I have searched all the forum but found no answers.
Thank you for your help!