-
Notifications
You must be signed in to change notification settings - Fork 242
Add grid reconstruction utilities to reconstruct Grids from NetCDF outputs #4660
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
Oh sorry, I only noticed it was a draft after I made the suggestions! :( |
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
No worries at all! Comments are always appreciated :) I'll address them soon. |
…jl into tc/reconstruct-grids
I realized that grid, currently, equality only works properly for non-immersed grids, as it doesn't compare anything related to immersed boundaries. I want this feature to be available for immersed grids as well, as the tests would be much simpler with proper equality testing for immersed grids, so I'm going to open that PR first before testing immersed grids here. Otherwise this PR is more or less ready. |
Needed to complete #3935