-
Notifications
You must be signed in to change notification settings - Fork 2
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
entropy added in outputs #201
Conversation
Not sure why the |
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.
LGTM. Two minor suggestions then this is ready to go.
This comment was marked as resolved.
This comment was marked as resolved.
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.
Looking good. Some nitpicks below.
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.
Looks good. Thanks for iterating!
v(0, p::velocity(0), k, j, i) * lapse / W - | ||
geom.DetGamma(CellLocation::Cent, 0, k, j, i - 1) * | ||
v(0, p::velocity(0), k, j, i - 1) * lapse1 / W1) / | ||
coords.CellWidthFA(X1DIR, k, j, i); |
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.
dividing by FA... probably safe not to guard with robust ratio, but something to keep in mind that this might be a place where we could accidentally divide by 0
PR Summary
entropy added in outputs
PR Checklist
scripts/bash/format.sh
.