-
Notifications
You must be signed in to change notification settings - Fork 383
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
Fix bug in stealth feature log-law drag #6056
Conversation
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.
I agree with this fix. I looked carefully at the logic and loop extents, and also compiled the new code.
@mark-petersen Thanks for reviewing! |
@cbegeman I ran with the fix you made and the |
@gcapodag Thanks for testing and for uncovering this issue. |
@jonbob I think this has been sufficiently tested that we can move forward when you're ready. Absolutely no rush on this though. |
notes: ready but low priority. In standalone tests. |
Fix bug in stealth feature log-law drag The indices of kineticEnergyCell in the log-law drag function raised an error on perlmutter with gnu, mpich debug=on. This PR fixes the indexing. Fixes #6055 [BFB]
passes:
merged to next |
merged to master |
The indices of
kineticEnergyCell
in the log-law drag function raised an error on perlmutter with gnu, mpich debug=on. This PR fixes the indexing.Migrated from E3SM-Ocean-Discussion#71.
Fixes #6055.