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
bfdfd35a
Commit
bfdfd35a
authored
6 months ago
by
Daria Gladskikh
Browse files
Options
Downloads
Patches
Plain Diff
kato consistent with LES
parent
dc061ac3
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_run_kato.f90
+2
-2
2 additions, 2 deletions
obl_run_kato.f90
with
2 additions
and
2 deletions
obl_run_kato.f90
+
2
−
2
View file @
bfdfd35a
...
...
@@ -50,7 +50,7 @@ module obl_run_kato
! ----------------------------------------------------------------------------
!< in: [zpos, height, cz]
call
set_uniform_grid
(
grid
,
-
1
00
.0
,
1
00
.0
,
32
)
call
set_uniform_grid
(
grid
,
-
1
28
.0
,
1
28
.0
,
32
)
end
subroutine
set_grid
...
...
@@ -116,7 +116,7 @@ module obl_run_kato
type
(
gridDataType
),
intent
(
in
)
::
grid
! ----------------------------------------------------------------------------
call
set_linear_profile
(
Theta
,
330
.0
,
0.3
,
grid
)
call
set_linear_profile
(
Theta
,
285
.0
,
0.
0
3
,
grid
)
call
set_const_profile
(
Salin
,
35.0
,
grid
)
call
set_const_profile
(
U
,
0.0
,
grid
)
...
...
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