-
Notifications
You must be signed in to change notification settings - Fork 86
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
Use multiply_rho true for potential temperature evolution #1498
base: main
Are you sure you want to change the base?
Conversation
…e advection of other scalars
what do we think of these @mbkuhn ? |
fun. looks like I need to check the abl_stable, hbl_godunov, abl_meso_tendency, and abl_multiphase_w2a tests. I'm not too worried about the machine diffs. By the way, are these diffs between main and this PR, or are they diffs for this PR, before and after my commits to it? |
these are diffs between main and this PR |
For the reg tests with bigger diffs (listed below), I get the same diffs between main and your first commit e6eaab5, which just sets multiply_rho = true, as between main and the latest commit on this PR. These also match the diffs you report.
This means I was wrong about the implications of tweaking incflo_advance. That appears to have no effect, while multiply_rho is actually having a noticeable effect for certain cases. I'll still have to analyze, separately from this, where the large diffs in abl_multiphase_w2a are coming from. |
Summary
Use multiply_rho true for potential temperature evolution and adapt for multiphase sims.
Pull request type
Please check the type of change introduced:
Checklist
The following is included:
This PR was tested by running:
Closes #1493