Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GOSI9esm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Consortium Members
UKMO
GOSI
GOSI9esm
Commits
fd72625a
Commit
fd72625a
authored
2 years ago
by
Sebastien Masson
Browse files
Options
Downloads
Patches
Plain Diff
Merge branch '51-missing-boundaries-conditions-in-nemo-top-1d' into 'branch_4.2'
parent
96e2cf59
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/TOP/TRP/trctrp.F90
+3
-0
3 additions, 0 deletions
src/TOP/TRP/trctrp.F90
with
3 additions
and
0 deletions
src/TOP/TRP/trctrp.F90
+
3
−
0
View file @
fd72625a
...
...
@@ -95,6 +95,9 @@ CONTAINS
!
ELSE
! 1D vertical configuration
CALL
trc_sbc
(
kt
,
Kmm
,
tr
,
Krhs
)
! surface boundary condition
IF
(
ln_trcbc
.AND.
lltrcbc
.AND.
kt
/
=
nit000
)
&
CALL
trc_bc
(
kt
,
Kmm
,
tr
,
Krhs
)
! tracers: surface and lateral Boundary Conditions
IF
(
ln_trcais
)
CALL
trc_ais
(
kt
,
Kmm
,
tr
,
Krhs
)
! tracers from Antarctic Ice Sheet (icb, isf)
IF
(
ln_trcdmp
)
CALL
trc_dmp
(
kt
,
Kbb
,
Kmm
,
tr
,
Krhs
)
! internal damping trends
CALL
trc_zdf
(
kt
,
Kbb
,
Kmm
,
Krhs
,
tr
,
Kaa
)
! vert. mixing & after tracer ==> after
CALL
trc_atf
(
kt
,
Kbb
,
Kmm
,
Kaa
,
tr
)
! time filtering of "now" tracer fields
...
...
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