-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add Script for GNDS Data Processing #90
Comments
I would be keen to see this feature. I think it might also help avoid some of the nuclear data issues we see appeaing in ACE files occasionally. Would it be more suitable in Paul's endf-python package and then we wrap it in ipenmc incident neutron class |
If there is other software (e.g. Fudge) that can convert GNDS to ENDF, there's not a huge motivation for us to reinvent the wheel. If and when evaluators start putting data in evaluations that can only be represented in GNDS, then it may become a real issue but I don't think we're at that point yet. Also, provided that NJOY adds support for GNDS, that's also something that we can leverage since we mostly take data from ACE files rather than ENDF files. |
I'm late to the game. My thoughts:
Technically GNDS supports HDF5 as a serialization format so the issue is more converting GNDS into to transport ready HDF5 schema for OpenMC.
|
Description
Currently, there is no script available for processing GNDS files in the repository. Given the increasing use of GNDS in nuclear data, it would be beneficial to have a dedicated script to convert GNDS files into HDF5 libraries for OpenMC.
Proposal
I propose adding a script that:
Benefits
Let me know if this feature is worth considering!
The text was updated successfully, but these errors were encountered: