Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Knut Klingbeil
getm
Commits
ba9b62f0
Commit
ba9b62f0
authored
May 13, 2018
by
Knut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initialize g1,g2 <> 0 to avoid division by zero in gotm_fabm::light() for calc_temp=F
parent
fe4eb016
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/3d/variables_3d.F90
src/3d/variables_3d.F90
+4
-0
No files found.
src/3d/variables_3d.F90
View file @
ba9b62f0
...
...
@@ -213,6 +213,10 @@
idpdy
=
_
ZERO_
#endif
! must be nonzero for gotm_fabm in case of calc_temp=F
g1
=
-9999
*
_
ONE_
g2
=
-9999
*
_
ONE_
#ifdef DEBUG
write
(
debug
,
*
)
'Leaving init_variables_3d()'
write
(
debug
,
*
)
...
...
Write
Preview
Markdown
is supported
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