Skip to content
Snippets Groups Projects
Commit 56d94a62 authored by Debolskiy Andrey's avatar Debolskiy Andrey :bicyclist_tone5:
Browse files

refixed definiton of b2 constant of charnok

parent 2a960016
Branches main
No related tags found
No related merge requests found
Pipeline #1821 failed
......@@ -29,7 +29,7 @@ module sfx_z0m_all_surface
real, parameter :: h_charnock = 10.0
real, parameter :: c1_charnock = log(h_charnock * (g / gamma_c))
real, parameter :: c2_charnock = Re_visc_min * nu_air * c1_charnock
real, parameter :: c2_charnock = Re_visc_min * nu_air * (g / gamma_c)
real, parameter :: gamma_min = 0.01
real, parameter :: gamma_max = 0.11
real, parameter :: f_c = 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment