Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
NOCSurfaceProcesses
AirSeaFluxCode
Commits
0ba4132d
Commit
0ba4132d
authored
2 years ago
by
ricorne
Browse files
Options
Download
Email Patches
Plain Diff
Fix bug in exceptional logging call
parent
cc78128b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AirSeaFluxCode/src/AirSeaFluxCode.py
AirSeaFluxCode/src/AirSeaFluxCode.py
+1
-1
No files found.
AirSeaFluxCode/src/AirSeaFluxCode.py
View file @
0ba4132d
...
@@ -241,7 +241,7 @@ class S88:
...
@@ -241,7 +241,7 @@ class S88:
self
.
meth
)
self
.
meth
)
if
np
.
all
(
np
.
isnan
(
self
.
cd10n
)):
if
np
.
all
(
np
.
isnan
(
self
.
cd10n
)):
logging
.
info
(
'break %s at iteration %s cd10n<0'
,
meth
,
it
)
logging
.
info
(
'break %s at iteration %s cd10n<0'
,
self
.
meth
,
it
)
break
break
self
.
psim
[
ind
]
=
psim_calc
(
self
.
psim
[
ind
]
=
psim_calc
(
...
...
This diff is collapsed.
Click to expand it.
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