-
Notifications
You must be signed in to change notification settings - Fork 8
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 ClimaTimeSteppers in implicit hydro balance example #1375
Conversation
bors try |
tryBuild 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. |
This is actually breaking (we're using |
@dennisYatunin, any suggestion on what to do here? What's the nearest neighbor change? |
Ah, yes, I think passing |
ade5dab
to
4748802
Compare
bors try |
tryBuild failed: |
Oh, sorry, I was looking at the ClimaAtmos code. In this file, it would be |
4748802
to
c2bd58d
Compare
Actually, looking more closely at this, I don't think that will work. The |
c2bd58d
to
f9ca4cf
Compare
Superseded by #1400 |
This PR changes the implicit hydro balance example to use ClimaTimeSteppers.
This is a peel off from #1358.
This will technically have behavior changes because we're switching from
Rosenbrock23
toARS343