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

TELEMAC SELAFIN driver: Allow for reading and writing of IPOBO array #468

Open
nstrahl opened this issue Oct 19, 2023 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@nstrahl
Copy link
Contributor

nstrahl commented Oct 19, 2023

If I create a SELAFIN mesh then the IPOBO array is always populated with zeros. There is no way to write to this array, nor retrieve its values. Software such as BlueKenue needs this array to display the boundary in their program. I also suspect that the mesh partitioning with Partel (Metis) fails because the values in the IPOBO array are not correct. (This last point is only a suspicion of mine, I have not yet 100% confirmed this is the case).

@vcloarec
Copy link
Collaborator

Indeed, MDAL do not handle the IPOBO table.
That needs to rebuild the boundary from only faces and vertices information, and it is not currently implemented in MDAL.

@nicogodet
Copy link
Contributor

@nstrahl I confirm that IPOBO array populated with 0 is the root cause of Partel failure.
I use a third party librarie to fix SELAFIN created by QGIS (see linked issue).

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

No branches or pull requests

3 participants