Closed jlconlin closed 6 years ago
The upn files provided by Daniel Lopez-Aldama of the IAEA/NDS addresses this issue for ACER. This is now available in feature/upn-iaea with a new test (test 28) that tests the defaults. I still have to check GROUPR.
GROUPR has an ismooth parameter that can take the values 0,1 or 2. I have played around with the ismooth=2 option which should print the modified spectra to the output file but I only seem to get blank lines when I do that. As a result, I have taken out the ismooth=2 option altogether. ismooth is now the next parameter after iprint on card 2. This is now available in feature/upn-iaea.
This is now in the master branch so the issue can be closed.
The
ismooth
parameter is used in both ACER and GROUPR to provide smoothing for MF=6 distributions. Currently, the value ofismooth
is hard-coded into the ACER and GROUPR module. There is a suggestion that this parameter should be specified by the user.The verbiage in
acefc.f90
is:and in
groupr.f90