-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*Correct indexing bug in ALE_sponge #1244
*Correct indexing bug in ALE_sponge #1244
Conversation
- Answer change for tc4 or any configurations which use the sponge option (tracer nudging to data) in ALE mode with USE_TEMPERATURE = True.
Codecov Report
@@ Coverage Diff @@
## dev/gfdl #1244 +/- ##
============================================
- Coverage 46.08% 46.04% -0.05%
============================================
Files 214 224 +10
Lines 69399 71037 +1638
============================================
+ Hits 31984 32707 +723
- Misses 37415 38330 +915
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correctly replaces index bound with the index.
This has passed Gaea regression, although it does not pass our .testing regression. This is most likely because tc4 touches code which the regressions do not. As this is a bugfix, I am merging this one. |
which use the sponge option (tracer nudging to data)
in ALE mode with USE_TEMPERATURE = True.