-
Notifications
You must be signed in to change notification settings - Fork 27
Update SurfaceFluxes compat entry (support v0.14) #4109
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
base: main
Are you sure you want to change the base?
Conversation
0afaea6 to
836d1de
Compare
juliasloan25
left a comment
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.
This looks fine to me, but what is new in SurfaceFluxes v0.14? I see that it can support non-constant roughness lengths now, but it isn't clear to me how one would set that up.
Also, do you know why the ref counter has to change?
|
Also this didn't change SurfaceFluxes in the Manifest - why does it have behavior change? |
I'll double check; I assumed we were not checking in the |
There is a breaking change to the interfaces in the |
+ semicolon separator for kwargs
modified: src/surface_conditions/surface_conditions.jl
modified: test/coupler_compatibility.jl
modified: reproducibility_tests/ref_counter.jl
Check-in updated Manifest for buildkite env
modified: .buildkite/Manifest-v1.11.toml
21a3b9e to
9f6d4f3
Compare
modified: reproducibility_tests/ref_counter.jl
Okay, that makes sense. But if it's only an interface change and restructuring, why did the results change? |
|
The allocation increase is quite substantial - do you have any idea why? |
No description provided.