Unfortunately, some ENDF evaluations are not properly formatted. The ENDF-6 format requires files to contain only ASCII characters. It appears that this file has a non-ASCII character that is causing problems. You can make the following change to fix it:
119c119
< channels are characterized by the following MT�s: 425 1451 118
---
> channels are characterized by the following MT's: 425 1451 118
Once I made that fix, I was able to generate an ACE file and convert it to HDF5. I wasn’t able to reproduce the error you saw about the unsupported ACE law.
Can you paste the output you see from the ACER module in NJOY? The “new formats” flag should be set to 1 by default which will avoid the use of the older secondary energy distribution format that is not supported in OpenMC. If I change that flag to 0 instead of 1, I do see this same error, but that should not be the default behavior.
In your NJOY input on the fifth line below acer, you have:
0/
This will cause NJOY to use the older format (law 67) for secondary angle-energy distributions if they are present in an evaluation rather than the newer format (law 61). If you just change that line to:
/
It should produce an ACE file that OpenMC is able to handle.