-
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 3D curl in vector hyperdiffusion #2006
Conversation
bb6ab74
to
4cc117f
Compare
8004521
to
fd7402c
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.
Is the behavior change as expected?
There's probably some small numerical change, but it shouldn't be behavior changing. |
Right, I meant the mse change. The results look good to me. |
1440: add curl methods for plane config r=simonbyrne a=simonbyrne These are currently missing, needed for CliMA/ClimaAtmos.jl#2006 - [x] Code follows the [style guidelines](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) OR N/A. - [x] Unit tests are included OR N/A. - [x] Code is exercised in an integration test OR N/A. - [x] Documentation has been added/updated OR N/A. Co-authored-by: Simon Byrne <simonbyrne@gmail.com>
1440: add curl methods for plane config r=simonbyrne a=simonbyrne These are currently missing, needed for CliMA/ClimaAtmos.jl#2006 - [x] Code follows the [style guidelines](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) OR N/A. - [x] Unit tests are included OR N/A. - [x] Code is exercised in an integration test OR N/A. - [x] Documentation has been added/updated OR N/A. 1446: Upgrade to Julia 1.9.3 r=charleskawczynski a=charleskawczynski This PR upgrades us to Julia 1.9.3 and updates the manifest files. Co-authored-by: Simon Byrne <simonbyrne@gmail.com> Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
1440: add curl methods for plane config r=simonbyrne a=simonbyrne These are currently missing, needed for CliMA/ClimaAtmos.jl#2006 - [x] Code follows the [style guidelines](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) OR N/A. - [x] Unit tests are included OR N/A. - [x] Code is exercised in an integration test OR N/A. - [x] Documentation has been added/updated OR N/A. Co-authored-by: Simon Byrne <simonbyrne@gmail.com>
fd7402c
to
c1c728a
Compare
Longruns available here: https://buildkite.com/clima/climaatmos-longruns/builds/1166 @szy21 do they look okay? |
c1c728a
to
ee10d65
Compare
The longrun looks good to me. |
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. |
Purpose
This switches to using the 3D spectral element curl (CliMA/ClimaCore.jl#1425) in hyperdiffusion.
To-do
Content