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

Ambiguous halo size error in HydrostaticFreeSurfaceModel #2983

Closed
glwagner opened this issue Mar 17, 2023 · 1 comment · Fixed by #2984
Closed

Ambiguous halo size error in HydrostaticFreeSurfaceModel #2983

glwagner opened this issue Mar 17, 2023 · 1 comment · Fixed by #2984

Comments

@glwagner
Copy link
Member

I recently received the error

ERROR: LoadError: ArgumentError: The grid halo (3, 3, 3) must be at least equal to (4, 4, 4). Note that an ImmersedBoundaryGrid requires an extra halo point.

It's not clear what "extra halo point" means. I think this error needs to be a little bit more specific like, "Note that an ImmersedBoundaryGrid requires an extra halo point in all directions compared to a non-immersed grid."

@glwagner
Copy link
Member Author

We get this error when building HydrostaticFreeSurfaceModel with a grid that has too few halo points.

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