-
Notifications
You must be signed in to change notification settings - Fork 5
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 new package versions #502
Conversation
b85f5bc
to
8423092
Compare
867cb85
to
e9a407c
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.
Results from buildkite outcomes in the Slack thread LGTM (the run has been re-triggered, I'll review again once it is complete). Can we see if we can resolve the pending TODO
statement with the updated package version?
@@ -94,7 +94,8 @@ function calculate_sfc_fluxes(formulation::DryMonin, parameters, θ_sfc, θ_1, u | |||
z_0, | |||
θ_basic, | |||
z_in, | |||
SF.FVScheme(), | |||
SF.PointValueScheme(), | |||
# TODO Check if statement below is still problematic |
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.
Before we merge this can we see if this #TODO block can be resolved ?
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 expect this build https://buildkite.com/clima/climacoupler-ci/builds/2111 will verify if that iter count is still problematic.
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.
we're planning on deleting this test case in the next couple of weeks, so I think it's okay to leave the TODO in this PR
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 after resolving @akshaysridhar 's comments (no major change in output diagnostics or performance, though please double check all runs once build_history
is generated). Thank you all!
242c9ae
to
05e2eb4
Compare
245a5ba
to
6df4082
Compare
Can we remove |
6e263a7
to
bd02293
Compare
I want to get this PR merged today, so I'll remove |
Plots do look slightly different, but I think it's within acceptable bounds given there are no overall trend changes and we've updated for a new SurfaceFluxes in this PR. I'll merge now |
closes #475 and #490
replaces #500, #498, #473