Adding the skin friction correction to the Rouse profile computation.
Adding the skin friction correction to the Rouse profile computation
Description
The skin friction correction factor used in the computation of the erosion flux to offset possible high values of the friction coefficient is also input in the computation of the friction velocity which is used for the determination of the Rouse profile.
In addition, the tob_gaia.f routine was slightly refactored: the computation of this skin friction correction factor now takes advantage of the computation of the friction coefficient already implemented instead of recomputing it.
Checklist
All Merge Requests:
-
Update NEWS.txtto describe your changes. -
Run compile_telemac.py --checkto check FORTRAN coding conventions. -
Run compile_telemac.py --cleanfor both normal and debug configurations. -
Run validate_telemac.pyfor both normal and debug configurations. -
Run validate_telemac.py --notebookfor both normal and debug configurations. -
Run doc_telemac.pyif there are any modifications in the documentation.
Edited by Pierre-Marie BOULVARD