njoy / NJOY2016

Nuclear data processing with legacy NJOY
https://www.njoy21.io/NJOY2016
Other
98 stars 86 forks source link

n-JENDL-5 nxcmax in Acer #228

Closed jchsublet closed 2 years ago

jchsublet commented 2 years ago

For 59 targets of n-JENDL-5 Acer processing is failing with the error message error in topfilnxc.gt.nxcmax. Where nxcmax represent the maximum number of reactions. JENDL-5 evaluators deemed necessary to include many (n,p),(n.d),(n,t),(n,He) and (n,a) partials from CCONE alongside exhaustive mf3-mt5/mf6.

This would require upgrading nxcmax in acefc.90 from 500 to 750

acefc.f90: integer,parameter::nxcmax=500

Although this will not stop init or sixbar to complain that particle recoil or distribution are not given or missing.

whaeck commented 2 years ago

Fixed in #232

This is now in develop and will become part of NJOY2016.67 at some point.