Using tripolar grid for quarter-degree simulation #767
-
|
Hi! I am trying to increase the resolution of my global simulation to quarter-degree. I loosely followed this example for the one-degree version. After increasing the resolution, I run into the following error: I've tried increasing the number of grid points in y, but the error suggests a halo size of 807 in y, which I’m not explicitly setting. My grid setup is: Is there something incorrect in my setup / is it possible to run a quarter-degree simulation on the tripolar grid? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
|
H @suhanidalal. I think you are trying to run the ocean model without an immersed boundary. This will not work because the tripolar grid has singularities which will crash the simulation. |
Beta Was this translation helpful? Give feedback.
The number of substeps must be determined by the gravity wave CFL, eg so that you resolve the gravity wave speed
sqrt(g * H)over a substep.There is an option to use the cfl to determine the number of substeps. I can never remember the syntax, but the docstring may have documentation, cc @simone-silvestri @navidcy