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
8db94bcb
Commit
8db94bcb
authored
6 months ago
by
Ramil Ahtamyanov
Browse files
Options
Downloads
Patches
Plain Diff
neutral_mld & u_dynH normalize 1e-2
parent
a95bdd5f
No related branches found
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
+2
-0
2 additions, 0 deletions
obl_inmom.f90
with
2 additions
and
0 deletions
obl_inmom.f90
+
2
−
0
View file @
8db94bcb
...
...
@@ -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
...
...
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