-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
β-plane and full Coriolis #28
Comments
You cannot implement any kind of variable Coriolis force with horizontally periodic boundary conditions, because the equations are no longer periodic in that case. You can use a Cartesian grid with an arbitrarily variable Coriolis force if you implement non-periodic boundary conditions in the north-south direction. |
Good point, you're right of course. I guess for the model's current purpose then this is a non-issue then. |
Reopening as we're working towards having a channel model #100 where we'll want to be on a β-plane. |
Closing as this has been resolved as part of PR #438. |
For long Cartesian slices? Will this work on a Cartesian grid? I know a full treatment of Coriolis in the ocean is nontrivial...
The text was updated successfully, but these errors were encountered: