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

neutral_mld & u_dynH normalize 1e-2

parent a95bdd5f
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,8 @@ module obl_inmom
call legacy_neutral_mld(rlh, taux, tauy, border_shift, lu, neutral_mld, u_dynH)
call sync_xy_border_2d(neutral_mld)
call sync_xy_border_2d(u_dynH)
neutral_mld = neutral_mld * 1e-2
u_dynH = u_dynH * 1e-2
!print *, "neutral_mld:", neutral_mld
end if
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment