-
Notifications
You must be signed in to change notification settings - Fork 27
Update scm setups - Small box #4209
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
03af420 to
8f67907
Compare
| function isbox(space) | ||
| h_space = Spaces.horizontal_space(space) | ||
| return Meshes.domain(Spaces.topology(h_space)) isa Domains.RectangleDomain | ||
| end |
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.
perhaps instead of this, the iscolumn method could (for now) be updated to check that the horizontal domain has 1 elements and poly order 1? Not sure if practicable.
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 agree that's more concise. The column may be supported again after upstream ClimaCore changes, so I'll leave it for now to keep the box usage explicit.
bbb8320 to
53fcf26
Compare
szy21
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.
Thanks!
b8505b3 to
1fc5874
Compare
1fc5874 to
c095347
Compare
Use small box for single column simulations. Addresses 0 horizontal velocity in current setups.