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

Variable names are polluted with extraneous characters while writting values to Exodus files. #202

Closed
lxmota opened this issue Nov 23, 2024 · 2 comments

Comments

@lxmota
Copy link

lxmota commented Nov 23, 2024

In Norma.jl, while calling something like:

Exodus.write_values(output_mesh, NodalVariable, time_index, "velo_y", velo_y)

The result is:
Screenshot 2024-11-22 at 17 32 03

which is confirmed by doing ncdump on the exodus file:

name_nod_var = "disp_x", "disp_y", "disp_z", "refe_x", "refe_y", "refe_z", "velo_x", "velo_yh@0\005\243N$\177", "velo_z", "acce_x", "acce_y", "acce_z" ;

@cmhamel
Copy link
Owner

cmhamel commented Nov 23, 2024

@lxmota if this is on julia 1.11 I'm aware of the issue and don't have a fix at the moment. I might need to update the jll build finally.

Things are fine on julia 1.10 though.

See issue #198

@cmhamel
Copy link
Owner

cmhamel commented Dec 4, 2024

Found the issue. It was a two line fix. New release in progress @lxmota. I'll update y'all on the Norma issue since I'm closing this one. New version should be out within the hour.

@cmhamel cmhamel closed this as completed Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants