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
8628393e
Commit
8628393e
authored
6 months ago
by
Daria Gladskikh
Browse files
Options
Downloads
Patches
Plain Diff
micro fixes for kato & papa fluxes paci
parent
b2fbb696
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
obl_main.f90
+1
-1
1 addition, 1 deletion
obl_main.f90
obl_pph.f90
+1
-1
1 addition, 1 deletion
obl_pph.f90
with
2 additions
and
2 deletions
obl_main.f90
+
1
−
1
View file @
8628393e
...
@@ -90,7 +90,7 @@ program obl_main
...
@@ -90,7 +90,7 @@ program obl_main
real
,
parameter
::
Cd0
=
0.001
! bottom drag coefficient
real
,
parameter
::
Cd0
=
0.001
! bottom drag coefficient
real
::
mld
,
mld_ref
! mixed layer depth (model & reference), [m]
real
::
mld
,
mld_ref
! mixed layer depth (model & reference), [m]
real
,
parameter
::
N2_ref
=
0.00044
! reference N**2 (using in mld ref. estimate), [1/s**2]
real
,
parameter
::
N2_ref
=
0.000
0
44
! reference N**2 (using in mld ref. estimate), [1/s**2]
! command line arguments & configuration file variables
! command line arguments & configuration file variables
! --------------------------------------------------------------------------------
! --------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
obl_pph.f90
+
1
−
1
View file @
8628393e
...
@@ -34,7 +34,7 @@ module obl_pph
...
@@ -34,7 +34,7 @@ module obl_pph
real
::
kappa
=
0.4
!< von Karman constant, [n/d]
real
::
kappa
=
0.4
!< von Karman constant, [n/d]
real
::
PrT0
=
1.0
!< neutral Prandtl number, [n/d]
real
::
PrT0
=
1.0
!< neutral Prandtl number, [n/d]
real
::
c_S2_min
=
1e-
5
!< min shear frequency, [(1/s)**2]
real
::
c_S2_min
=
1e-
4
!< min shear frequency, [(1/s)**2]
end
type
end
type
contains
contains
...
...
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