Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Nemo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Model experiments
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
Sam Hatfield
Nemo
Commits
8126cf6c
Commit
8126cf6c
authored
2 years ago
by
Francesca Mele
Browse files
Options
Downloads
Plain Diff
Merge branch '68-summer-body-2022' into 79-summer-2022-work-ldf-halo-cleanup
parents
6ffee321
c2b6c44e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/ICE/icesbc.F90
+1
-1
1 addition, 1 deletion
src/ICE/icesbc.F90
tests/BENCH/MY_SRC/usrdef_sbc.F90
+7
-0
7 additions, 0 deletions
tests/BENCH/MY_SRC/usrdef_sbc.F90
with
8 additions
and
1 deletion
src/ICE/icesbc.F90
+
1
−
1
View file @
8126cf6c
...
...
@@ -100,7 +100,7 @@ CONTAINS
!
ENDIF
!
CALL
lbc_lnk
(
'icesbc'
,
utau_ice
,
'
U
'
,
-1.0_wp
,
vtau_ice
,
'
V
'
,
-1.0_wp
)
CALL
lbc_lnk
(
'icesbc'
,
utau_ice
,
'
T
'
,
-1.0_wp
,
vtau_ice
,
'
T
'
,
-1.0_wp
)
!
IF
(
ln_timing
)
CALL
timing_stop
(
'icesbc'
)
!
...
...
This diff is collapsed.
Click to expand it.
tests/BENCH/MY_SRC/usrdef_sbc.F90
+
7
−
0
View file @
8126cf6c
...
...
@@ -109,6 +109,13 @@ CONTAINS
vtau_ice
(
ji
,
jj
)
=
0.1_wp
+
zztmp
END_2D
IF
(
l_NFold
.AND.
c_NFtype
==
'T'
)
THEN
! force 0 at the folding points
utau_ice
(
mi0
(
jpiglo
/
2+1
,
nn_hls
):
mi1
(
jpiglo
/
2+1
,
nn_hls
),
mj0
(
jpjglo
-
nn_hls
,
nn_hls
):
mj1
(
jpjglo
-
nn_hls
,
nn_hls
))
=
0._wp
vtau_ice
(
mi0
(
jpiglo
/
2+1
,
nn_hls
):
mi1
(
jpiglo
/
2+1
,
nn_hls
),
mj0
(
jpjglo
-
nn_hls
,
nn_hls
):
mj1
(
jpjglo
-
nn_hls
,
nn_hls
))
=
0._wp
utau_ice
(
mi0
(
nn_hls
+1
,
nn_hls
):
mi1
(
nn_hls
+1
,
nn_hls
),
mj0
(
jpjglo
-
nn_hls
,
nn_hls
):
mj1
(
jpjglo
-
nn_hls
,
nn_hls
))
=
0._wp
vtau_ice
(
mi0
(
nn_hls
+1
,
nn_hls
):
mi1
(
nn_hls
+1
,
nn_hls
),
mj0
(
jpjglo
-
nn_hls
,
nn_hls
):
mj1
(
jpjglo
-
nn_hls
,
nn_hls
))
=
0._wp
ENDIF
CALL
lbc_lnk
(
'usrdef_sbc'
,
utau_ice
,
'T'
,
-1.
,
vtau_ice
,
'T'
,
-1.
)
#endif
!
...
...
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