Skip to content
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

Allow uneven horizontal partition for ConformalCubedSphereGrid #3203

Open
navidcy opened this issue Jul 28, 2023 · 0 comments
Open

Allow uneven horizontal partition for ConformalCubedSphereGrid #3203

navidcy opened this issue Jul 28, 2023 · 0 comments

Comments

@navidcy
Copy link
Collaborator

navidcy commented Jul 28, 2023

At the moment, only even partitions are allowed.

function CubedSpherePartition(; R = 1)
# CubedSpherePartitions must have Rx = Ry
Rx = Ry = R

When I implemented the cubed sphere partitioning, I thought that because of the cubed sphere opening that was the only allowed partitioning of the panels. But, e.g., the example below by @simone-silvestri showcases that this is not the case.

Note Jul 6, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant