-
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
Use SurfaceFluxes.jl v0.8.0 #2261
Conversation
286f18c
to
8e73d9a
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.
You can also remove all the FLOAT_TYPE: "Float32"
, as that's the default.
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.
Is that a good moment to bump the patch version in ClimaAtmos?
Seems so - this is done in the latest commit. |
@sriharshakandala if you could verify the Project / Manifest toml updates w.r.t to the new SurfaceFluxes usage I can update the MSE tables via ref counter and merge this PR. |
6cbec69
to
9aab27d
Compare
The AMIP simulation in the longrun seems to break immediately. Could you reduce dt by a factor of 2? No need to wait to see whether it works, we can just wait for today's longrun. |
ac98ab2
to
9b3427e
Compare
Update sf functions to use v0.8.0 interface modified: Project.toml modified: docs/Manifest.toml modified: examples/Manifest.toml modified: perf/Manifest.toml modified: src/surface_conditions/surface_conditions.jl Update longrun configs to use Float32 Update patch version modified: Project.toml Bump ref counter 134 > 135 modified: regression_tests/ref_counter.jl Reduce longrun aquaplanet amip dt modified: config/longrun_configs/longrun_aquaplanet_amip.yml Update coupler compatibility test modified: test/coupler_compatibility.jl
9b3427e
to
25150a8
Compare
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. |
Update sf functions to use v0.8.0 interface
modified: Project.toml
modified: src/surface_conditions/surface_conditions.jl