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
32d63bb7
Commit
32d63bb7
authored
2 years ago
by
Sebastien MASSON
Committed by
Sebastien Masson
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
move definition of default tiles to mppini, fix bug of previous commit, #68
parent
8ada7576
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/OCE/DOM/domtile.F90
+0
-10
0 additions, 10 deletions
src/OCE/DOM/domtile.F90
src/OCE/LBC/mppini.F90
+12
-1
12 additions, 1 deletion
src/OCE/LBC/mppini.F90
with
12 additions
and
11 deletions
src/OCE/DOM/domtile.F90
+
0
−
10
View file @
32d63bb7
...
...
@@ -52,16 +52,6 @@ CONTAINS
!!----------------------------------------------------------------------
IF
(
ln_tile
.AND.
nn_hls
/
=
2
)
CALL
ctl_stop
(
'dom_tile_init: Tiling is only supported for nn_hls = 2'
)
ntile
=
0
! Initialise to full domain
nijtile
=
1
ntsi
=
Nis0
ntsj
=
Njs0
ntei
=
Nie0
ntej
=
Nje0
nthl
=
0
nthr
=
0
nthb
=
0
ntht
=
0
l_istiled
=
.FALSE.
IF
(
ln_tile
)
THEN
! Calculate tile domain indices
...
...
This diff is collapsed.
Click to expand it.
src/OCE/LBC/mppini.F90
+
12
−
1
View file @
32d63bb7
...
...
@@ -1413,7 +1413,18 @@ ENDIF
Ni_0
=
Nie0
-
Nis0
+
1
Nj_0
=
Nje0
-
Njs0
+
1
!
jpkm1
=
jpk
-1
! " "
jpkm1
=
jpk
-1
!
ntile
=
0
! Initialise "no tile" by default
nijtile
=
1
ntsi
=
Nis0
ntsj
=
Njs0
ntei
=
Nie0
ntej
=
Nje0
nthl
=
0
nthr
=
0
nthb
=
0
ntht
=
0
!
END
SUBROUTINE
init_doloop
...
...
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