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

n2 fix

parent 3b1b66bd
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ module obl_legacy
do i = 1, nx
if (lu(i,j) > lu_min) then
n2(i,j,k) = g * (den(i,j,k+1) - den(i,j,k)) / 2.0 * &
(zw(k+2) - zw(k)) / hhq(i,j)
(zw(k+2) - zw(k)) * hhq(i,j)
end if
end do
end do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment