-
Notifications
You must be signed in to change notification settings - Fork 20
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
Working fluid part 2 - RHS updates #3567
Conversation
0a8f10c
to
d985a79
Compare
@szy21 - this is the microphysics 1M RHS update to the working fluid equations. LMK if you would prefer to merge it and work on the advection piece next (making 1M microphysics slightly inconsistent for a little bit) or if we should wait and work on advection on a separate branch. Also, I can clean up the cloud condensation by overwriting the parameter instead. I'll do it if we decide to actually try to merge it in |
d985a79
to
7abcb49
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.
I'm fine either way, so it's up to you if you want to merge it. But if you do, maybe keep 0M in the baroclinic wave so other people can use it for the dycore paper.
Thanks! I'll go ahead clean up and merge it in. And then do the same for the velocity. It''ll make it easier for testing to not have to juggle between branches so much |
263a2dc
to
0ffbf66
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.
Looks good, thanks!
src/parameterized_tendencies/microphysics/microphysics_wrappers.jl
Outdated
Show resolved
Hide resolved
src/parameterized_tendencies/microphysics/microphysics_wrappers.jl
Outdated
Show resolved
Hide resolved
0ffbf66
to
0768899
Compare
0768899
to
8c4b13f
Compare
Trying out the updtaed RHS in the CI