Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ocean-mixing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
inmcm-mirror
ocean-mixing
Commits
84121bef
Commit
84121bef
authored
6 months ago
by
Ramil Ahtamyanov
Browse files
Options
Downloads
Patches
Plain Diff
pph&pph_dyn - set the value of Km/Kh_unstable as in inmom: 0.05
parent
ae2c21e8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
obl_inmom.f90
+6
-0
6 additions, 0 deletions
obl_inmom.f90
with
6 additions
and
0 deletions
obl_inmom.f90
+
6
−
0
View file @
84121bef
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment