openmc-data-storage / openmc_data

Python package for processing nuclear data distribution in ACE and ENDF format into HDF5 format for use in OpenMC. Adapted from the openmc data repo.
MIT License
4 stars 2 forks source link

include errata in jendl5 #3

Closed nplinden closed 8 months ago

nplinden commented 8 months ago

This PR adresses this issue, the problem with jendl-5.0 generation was that the downloaded data did not include errata published here by JAEA.

This PR adds errata URLs to the urls.py file, these errata are all downloaded, extracted, and the resulting endf files moved to the correct location when running generate_jendl.py -r 5.0.

NJOY treatment then continues on correctly to create the hdf5 data files.

shimwell commented 8 months ago

Nice fix many thanks for this. I shall merge and make a new release