Skip to content
Snippets Groups Projects
Commit 5b4b92d2 authored by Виктория Суязова's avatar Виктория Суязова
Browse files

bug fixed in roughness_re

parent adee6fbf
Branches
Tags
No related merge requests found
...@@ -138,10 +138,12 @@ module module_z0t_lake ...@@ -138,10 +138,12 @@ module module_z0t_lake
! --- define roughness [thermal]
z0_t = z0_m (-0.56*(4.0*sqtr(Re)-3.4)) B=alog(-0.56*(4.0*(Re)**(0.5)-3.4)) !Repina, 2023
B=log(z0_m/z0_t) !Repina, 2023 ! --- define roughness [thermal]
z0_t = z0_m / exp(B)
end subroutine end subroutine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment