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
64abe2ca
Commit
64abe2ca
authored
Mar 01, 2013
by
dumoda01
Browse files
Correction d'une erreur de l'indice j de cc(j,i) specifiant les nitrate dans le modele fasham.
parent
b19e2b84
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/extras/bio/nitrate.F90
View file @
64abe2ca
...
...
@@ -172,7 +172,7 @@
end
do
else
if
(
bio_model
.eq.
4
)
then
do
i
=
1
,
nlev
nit
(
i
)
=
cc
(
7
,
i
)
nit
(
i
)
=
cc
(
5
,
i
)
end
do
else
if
(
bio_model
.eq.
6
)
then
do
i
=
1
,
nlev
...
...
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