Skip to content

Commit

Permalink
changed from cross_section_data to nuclear_data dir
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Dec 14, 2021
1 parent 3847844 commit 95e433f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ RUN cd /opt && \
# installs TENDL and ENDF nuclear data. Performed after openmc install as
# openmc is needed to write the cross_Sections.xml file
RUN pip install openmc_data_downloader && \
openmc_data_downloader -d nuclear_data -l ENDFB-7.1-NNDC TENDL-2019 -d cross_section_data -p neutron photon -e all -i H3 --no-overwrite
openmc_data_downloader -d nuclear_data -l ENDFB-7.1-NNDC TENDL-2019 -p neutron photon -e all -i H3 --no-overwrite


ENV OPENMC_CROSS_SECTIONS=/cross_section_data/cross_sections.xml
ENV OPENMC_CROSS_SECTIONS=/nuclear_data/cross_sections.xml


# python packages from the neutronics workflow
Expand Down

0 comments on commit 95e433f

Please sign in to comment.