-
Notifications
You must be signed in to change notification settings - Fork 23
Use columnwise for setting tendencies to zero #3852
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
base: main
Are you sure you want to change the base?
Conversation
5f0c9c1
to
8ccab2a
Compare
##### | ||
##### Cell center tendencies | ||
##### | ||
function ᶜremaining_tendency(ᶜY, ᶠY, p, t) |
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 can't figure out what this function does by its name so a docstring might help
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.
Yeah, I'll add one for this and the other top-level one that is passed to columnwise!
.
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 don't feel qualified to deliver an authoritative review, so I've made a few comments about aesthetics.
Update src/utils/utilities.jl Co-authored-by: Gregory L. Wagner <gregory.leclaire.wagner@gmail.com> Update src/utils/utilities.jl Co-authored-by: Gregory L. Wagner <gregory.leclaire.wagner@gmail.com>
a4cf9df
to
b3f3351
Compare
I'm not getting much traction on #3833, so I'll open one more PR along these lines. This PR uses
columnwise!
to setYₜ
to zero. I've tried to cleanup / document functions so that this PR will pass CI and is merge-able.