Well, my recovery of TACT3 is broken and I'm not sure it's worth attempting to fix. On the upside it does seem to read and echo the main scenario input correctly. The problem is in the radioactive decay chains. Only one of about a dozen seems to be read in correctly. Maybe that can be isolated to the preprocessor and inventory library reader. However I had to hack on most of the math routines because of stupid F66 array dimensioning issues.
Most of the problem is due to not having any usable test cases until now. I need to rethink whether this project is worth continuing or if possibly I need to revert the whole repo to square one and see if I can get the tests running with the minimally recovered code (or the original DOS executable under DOSBOX or Wine).
Demoralizing. Maybe I can salvage the input processor and figure out how to replace the ancient LINPACK/EISPACK routines. That needs to happen anyway. Or I could just punt and try reimplementing in Python. That's a waste of time because I'd be debugging new code with no pedigree and at the end I'd have yet another undeployable unmaintainable urine-soaked bag of parts just like every other Python application I build. None of them survive the passage of time and instability of the Python ecosystem. The big selling point of keeping the code in Fortran is that you get a single easily deployable binary that can be reliably regenerated for the forseeable future - it's basically bulletproof for software lifecycle management. I'm confident the code will compile and run in 5 days, 5 weeks, 5 months, or 5 years. I have zero faith Python code will properly rebuild a month from now.
FWIW, last week's trip to Albuquerque was to look at the dev and release process for a very large Fortran code that's been under continuous development since the mid-1980s. It's in pretty decent shape, far better than most codes I work with. Their release process is mature and sensible (GitLab + CI pipelines for Mac, Windows, and Linux). I just wish the other codes owned by the regulator were anywhere near the quality of this code.