Thank you! This does look like what I need, but I'm running into a couple of problems. When I run it, nothing happens (I have not checked the full OpenMC installation yet on my machine and it may not be working properly because I'm using a WSL-Ubuntu environment, rather than a full Linux installation). When another person in my research group, who uses OpenMC for other projects and definitely has a working installation, runs it, we're getting an invalid input error. The file I'm trying to convert is
https://tendl.web.psi.ch/tendl_2019/gamma_file/Np/Np237/lib/endf/g-Np237.tendl (which is an ENDF format but has a .tendl file extension) and the line we both used to call OpenMC is:
#!/usr/bin/python3 openmc.data.njoy.make_ace('/mnt/c/TENDL/g-Np237.tendl', output_dir='/mnt/c/TENDL/ace', acer=TRUE)
I'm almost certain we're probably missing something very obvious, but I'm at a loss of what else to try.
Emory