Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dany Dumont
gotm_ismer
Commits
bfd9902e
Commit
bfd9902e
authored
Feb 05, 2019
by
Ariadna Celina Nocera
Browse files
Modification du critere de migration
parent
74bf91b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/extras/bio/bio_nocera.F90
View file @
bfd9902e
...
...
@@ -610,10 +610,10 @@
!Diurnal migration of zooplancton as a function of light and phytoplancton
!(food) concentration
!ws(z,ci) = -1.0*w_zmax*tanh(bertha*(par(ci)-parcrit))
if
(
cc
(
p
,
ci
)
.
l
t.
pmin
)
then
ws
(
z
,
ci
)
=
-1.0
*
w_zmax
*
tanh
(
bertha
*
(
par
(
ci
)
-
parcrit
))
else
ws
(
z
,
ci
)
=
0.0
if
((
par
(
ci
)
.lt.
parcrit
)
.and.
(
cc
(
p
,
ci
)
.
g
t.
pmin
)
)
then
ws
(
z
,
ci
)
=
0.0
else
ws
(
z
,
ci
)
=
-1.0
*
w_zmax
*
tanh
(
bertha
*
(
par
(
ci
)
-
parcrit
))
end
if
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment