-
Notifications
You must be signed in to change notification settings - Fork 2
/
environment.sh
37 lines (29 loc) · 1.18 KB
/
environment.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
###
# Defining enviromental variables
# Please change these directories to the apropriate ones
# A.G.
###
# Home directory of openmc
export OPENMC_HOME=/cosma/home/dp163/dc-gray2/opt/openmc
##
# openmc crossection files
##
# Crossections xml file (default)
export OPENMC_CROSS_SECTIONS=/cosma/home/dp163/dc-gray2/data7/neutronics/nuclearData/nndc-b7.1-hdf5/cross_sections.xml
# TENDL library xml
export OPENMC_TENDL_XS=/cosma/home/dp163/dc-gray2/data7/neutronics/nuclearData/tendl-2019-hdf5/cross_sections.xml
# JEFF library xml
export OPENMC_JEFF_XS=/cosma/home/dp163/dc-gray2/data7/neutronics/nuclearData/jeff-3.3-hdf5/cross_sections.xml
##
# data endf files
##
# Directory of library endf files (required for sampling with SANDY)
export OPENMC_ENDF=/cosma/home/dp163/dc-gray2/data7/neutronics/nuclearData/nndc-b7.1-endf
export TENDL_ENDF=/cosma/home/dp163/dc-gray2/data7/neutronics/nuclearData/tendl-2019-endf
##
# Openmc data processing directory: https://github.com/openmc-dev/data
##
PATH=$PATH:/cosma/home/dp163/dc-gray2/opt/openmc/data
PYTHONPATH=$PYTHONPATH:/cosma/home/dp163/dc-gray2/opt/openmc/data
PATH=$PATH:$(pwd)/TMC_tools
PYTHONPATH=$PYTHONPATH:$(pwd)/TMC_tools