Skip to content
Snippets Groups Projects
Commit 3b1b66bd authored by Ramil Ahtamyanov's avatar Ramil Ahtamyanov
Browse files

kh fix. add **3

parent 76e0df53
No related branches found
No related tags found
No related merge requests found
...@@ -301,7 +301,7 @@ module obl_legacy ...@@ -301,7 +301,7 @@ module obl_legacy
do k = 2, nz do k = 2, nz
if (rit(k) >= 0.0) then if (rit(k) >= 0.0) then
kh(k) = kh_0 / (1.0 + 5.0 * rit(k)) + kh_b(k) kh(k) = kh_0 / (1.0 + 5.0 * rit(k))**3 + kh_b(k)
else else
kh(k) = unstable kh(k) = unstable
end if end if
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment