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
93f6eda1
Commit
93f6eda1
authored
6 months ago
by
Isabella Ascione
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "bug fixes in GOSI10 4.2.2 icethd_pnd"
parent
2731a870
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/ICE/icethd_pnd.F90
+2
-2
2 additions, 2 deletions
src/ICE/icethd_pnd.F90
with
2 additions
and
2 deletions
src/ICE/icethd_pnd.F90
+
2
−
2
View file @
93f6eda1
...
@@ -686,8 +686,8 @@ CONTAINS
...
@@ -686,8 +686,8 @@ CONTAINS
! differential growth of base of surface floating ice layer
! differential growth of base of surface floating ice layer
zdTice
=
MAX
(
-
(
t_su
(
ji
,
jj
,
jl
)
-
zTd
)
,
0._wp
)
! > 0
zdTice
=
MAX
(
-
(
t_su
(
ji
,
jj
,
jl
)
-
zTd
)
,
0._wp
)
! > 0
zomega
=
rcnd_i
*
zdTice
/
zrhoi_L
zomega
=
rcnd_i
*
zdTice
/
zrhoi_L
zdHui
=
SQRT
(
2._wp
*
zomega
*
rDt_ice
+
(
v_il
(
ji
,
jj
,
jl
)
/
a_i
(
ji
,
jj
,
jl
)
)
**
2
)
&
zdHui
=
SQRT
(
2._wp
*
zomega
*
rDt_ice
+
(
v_il
(
ji
,
jj
,
jl
)
/
a_i
p
(
ji
,
jj
,
jl
)
)
**
2
)
&
-
v_il
(
ji
,
jj
,
jl
)
/
a_i
(
ji
,
jj
,
jl
)
-
v_il
(
ji
,
jj
,
jl
)
/
a_i
p
(
ji
,
jj
,
jl
)
zdvice
=
min
(
zdHui
*
a_ip
(
ji
,
jj
,
jl
)
,
v_ip
(
ji
,
jj
,
jl
)
)
zdvice
=
min
(
zdHui
*
a_ip
(
ji
,
jj
,
jl
)
,
v_ip
(
ji
,
jj
,
jl
)
)
IF
(
zdvice
>
epsi10
)
THEN
IF
(
zdvice
>
epsi10
)
THEN
...
...
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