Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LAKE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Operate
Environments
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
Andrey Klenin
LAKE
Commits
02c313d2
Commit
02c313d2
authored
4 years ago
by
Victor Stepanenko
Browse files
Options
Downloads
Patches
Plain Diff
Bug fixed in bottom oxygen flux computation using logarithmic law
parent
a4b17625
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/model/oxygen_mod.f90
+3
-1
3 additions, 1 deletion
source/model/oxygen_mod.f90
with
3 additions
and
1 deletion
source/model/oxygen_mod.f90
+
3
−
1
View file @
02c313d2
...
...
@@ -39,6 +39,8 @@ use PHYS_CONSTANTS, only : &
use
T_SOLVER_MOD
,
only
:
&
&
DIFF_COEF
use
ATMOS
,
only
:
velfrict_bot
implicit
none
!> Grid size group
...
...
@@ -102,7 +104,7 @@ allocate (a(1:vector_length),b(1:vector_length),c(1:vector_length), &
a
(:)
=
0.
;
b
(:)
=
0.
;
c
(:)
=
0.
;
f
(:)
=
0.
;
y
(:)
=
0.
Foxyg1
=
sodbot
!Foxyg1 = kappa*oxyg(gs%M+1,1)/log(0.25*gsp%ddz(gs%M)*ls%h1/z0_bot) !note: explicit scheme for flux
!Foxyg1 = kappa*oxyg(gs%M+1,1)
*velfrict_bot
/log(0.25*gsp%ddz(gs%M)*ls%h1/z0_bot) !note: explicit scheme for flux
if
(
ls
%
h1
>
0
)
then
! 1-st step of splitting-up scheme - diffusion, explicit scheme for flux
...
...
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