-
Notifications
You must be signed in to change notification settings - Fork 19
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
trying to get rid of MSLP overwrite #2053
Conversation
cc: @szy21 - could you take a look when you have the time? I basically changed I think the changed cases in the CI look fine. One timed-out on me. I'll retry. cc: @nefrathenrici - looks promising! |
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 think it might be more consistent to change MSLP to p_ref_theta in the initial conditions in this file as it is used in p = p_0 * π_exn^(cp_d / R_d)
, so π_exn = (p / p_0)^(R_d/cp_d)
when p_0 = p_ref_theta
. It probably doesn't matter much though, as it is just the initial condition.
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 kept the MSLP in the isothermal one and in the baroclinic wave initial conditions, but changed the rest. Lets see what the CI thinks about that
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.
The changes look good to me, thanks!
bors r+ |
Build failed: |
bors r+ |
Build failed:
|
bors r+ |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Amazing work, everyone! 👏👏👏 I tried doing this years ago, and was unsuccessful, it’s great to see that this is finally fixed! |
No description provided.