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
80590116
Commit
80590116
authored
2 years ago
by
Guillaume Samson
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Merge branch '74-issues-with-ssh-initialization-in-iceinit-with-vvl-and-agrif' into 'main'"
This reverts merge request !124
parent
c9d7a2ce
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/OCE/IOM/restart.F90
+1
-19
1 addition, 19 deletions
src/OCE/IOM/restart.F90
with
1 addition
and
19 deletions
src/OCE/IOM/restart.F90
+
1
−
19
View file @
80590116
...
...
@@ -30,10 +30,6 @@ MODULE restart
USE
usrdef_istate
,
ONLY
:
usr_def_istate_ssh
! user defined ssh initial state
USE
trdmxl_oce
! ocean active mixed layer tracers trends variables
USE
diu_bulk
! ???
#if defined key_si3
USE
iceistate
,
ONLY
:
rsshadj
,
nn_iceini_file
USE
sbc_oce
,
ONLY
:
ln_ice_embd
#endif
#if defined key_agrif
USE
agrif_oce_interp
#endif
...
...
@@ -439,21 +435,7 @@ CONTAINS
ENDIF
#if defined key_agrif
! Set ghosts points from parent
IF
(
.NOT.
Agrif_Root
())
THEN
CALL
Agrif_istate_ssh
(
Kbb
,
Kmm
,
Kaa
,
.true.
)
#if defined key_si3
IF
(
(
nn_ice
/
=
2
)
.AND.
((
Agrif_Parent
(
nn_ice
)
==
2
)
.AND.
&
&
(
.NOT.
(
Agrif_Parent
(
ln_rstart
)
&
&
.OR.
(
Agrif_Parent
(
nn_iceini_file
)
==
2
)))
.AND.
&
&
(
.NOT.
Agrif_Parent
(
ln_ice_embd
))
&
&
))
THEN
WHERE
(
ssmask
(:,:)
==
1._wp
)
ssh
(:,:,
Kmm
)
=
ssh
(:,:,
Kmm
)
-
Agrif_Parent
(
rsshadj
)
ssh
(:,:,
Kbb
)
=
ssh
(:,:,
Kbb
)
-
Agrif_Parent
(
rsshadj
)
ENDWHERE
ENDIF
ENDIF
#endif
IF
(
.NOT.
Agrif_Root
())
CALL
Agrif_istate_ssh
(
Kbb
,
Kmm
,
Kaa
,
.true.
)
#endif
!
ssh
(:,:,
Kmm
)
=
ssh
(:,:,
Kbb
)
!* set now values from to before ones
...
...
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