-
Notifications
You must be signed in to change notification settings - Fork 23
Remove viscosity, diffusivity, and mixing length from precomputed quantities #3864
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
f24e86b
to
3285f73
Compare
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. This was a big lift. Thank you! (Dennis can comment on the question of using scratch storage.)
ᶜK_u = ᶜK_h | ||
else | ||
(; ᶜtke⁰,) = p.precomputed | ||
ᶜmixing_length = p.scratch.ᶜtemp_scalar_6 |
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.
@dennisYatunin Is there some way to encapsulate this recurring materialize in scratch pattern, so it's easy to remove later?
7d337cb
to
41acb83
Compare
78132f4
to
186d567
Compare
82f4863
to
4970b80
Compare
3a02be9
to
e43e61f
Compare
d163cdd
to
4c10eb7
Compare
4c10eb7
to
ca4cde6
Compare
Remove viscosity, diffusivity, and mixing length from precomputed quantities