-
Notifications
You must be signed in to change notification settings - Fork 5
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
Empty element variable field in Exodus files produced by Norma #28
Comments
I don't see where that empty string might be written to the Exodus file. Weird. Need to look more closely. |
Does it happen on MacOS? I guess if it doesn't it COULD be an issue with the Exodus for Julia 11 being broken. |
Yes, I see it on the Mac too with Julia 1.10. Odd. |
I agree that it's odd. I looked in time_integration.jl and am not seeing any spurious |
I have confirmed that this problem has been resolved - closing. Thanks @cmhamel for fixing it! |
It looks like there is an empty element variable field produced by Norma. You can see it for example in the examples/overlap/static-different-steps output .e file. If you ncdump one of them and search for
name_elem_var
then go all the way to the end, the output looks like:I don't think this is a Julia Exodus thing, but I could be wrong. It's not really a huge deal except when you try to exodiff files, exodiff doesn't like the empty string in the file.
The text was updated successfully, but these errors were encountered: