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

pph&pph_dyn - set the value of Km/Kh_unstable as in inmom: 0.05

parent ae2c21e8
Branches
No related tags found
No related merge requests found
......@@ -118,6 +118,8 @@ module obl_inmom
end do
! obl_pph mixing mode (lake constants)
else if (kh_km_mode == 2) then
pphParams%Kh_unstable = 0.05
pphParams%Km_unstable = 0.05
do j = 1, ny
do i = 1, nx
if (lu(i, j) > lu_min) then
......@@ -136,6 +138,8 @@ module obl_inmom
pphParams%n = 2.0
pphParams%Km_b = 5e-6
pphParams%Kh_b = 0.00001
pphParams%Kh_unstable = 0.05
pphParams%Km_unstable = 0.05
do j = 1, ny
do i = 1, nx
if (lu(i, j) > lu_min) then
......@@ -148,6 +152,8 @@ module obl_inmom
km = km * 10000.0
! obl_pph_dyn mixing mode
else if (kh_km_mode == 4) then
pphDynParams%Kh_unstable = 0.05
pphDynParams%Km_unstable = 0.05
do j = 1, ny
do i = 1, nx
if (lu(i, j) > lu_min) then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment