New vegetation friction law in TELEMAC-2D based on Cui et al. (2023)
Description
Implementation in TELEMAC-2D of the friction term for vegetation presented in Cui et al. (2023). The vegetation friction law was implemented in TELEMAC-2D following the methodology presented by Folke et al., 2019 for the vegetation laws already available.
References:
H. Cui, S. Felder and M. Kramer, “Predicting flow resistance in open-channel flows with submerged vegetation”, Environ Fluid Mech 23, 757–778, 2023
F. Folke, R. Koopman, G. Dalledonne and M. Attieh, “Comparison of different vegetation models using TELEMAC-2D", XXVIth TELEMAC-MASCARET User Conference, Toulouse, France, 15th to 17th October 2019
Checklist
All Merge Requests:
-
Update NEWS.txt
to describe your changes. -
Run compile_telemac.py --check
to check FORTRAN coding conventions. -
Run pylint
to check Python coding conventions. -
If you added new files, run compile_telemac.py --clean --rescan
and commit the updatedcmdf
file(s) accordingly. -
Run compile_telemac.py --clean
for both normal and debug configurations. -
Run validate_telemac.py
for both normal and debug configurations. -
Run validate_telemac.py --notebook
for both normal and debug configurations. -
Run doc_telemac.py
if there are any modifications in the documentation. -
Run damocles.py --eficas
if there are any modifications in the dictionaries.
In addition, for a new feature:
-
Check that your feature works in both serial and parallel modes. -
Add at least one test case to check the functionality (with documentation, graphics and VnV script) -
Update the documentation for the module in which your feature will be available.
Edited by Fabien Souille