Commit 2ea15be7 authored by Bostelmann, Rike's avatar Bostelmann, Rike
Browse files

Remove old files

parent 00963112
Loading
Loading
Loading
Loading
+0 −2099

File deleted.

Preview size limit exceeded, changes collapsed.

INL-A/full_core/depletion/post.sh

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
#set this to your path to obiwan
OBIWAN=/Applications/SCALE-6.3.0.app/Contents/Resources/bin/obiwan

# Full core is 4.57 MTU but SCALE only gives you 1.0 MTU
MULT=4.57

# Create the main AT_POWER data set
base=INL-A_core_t6-depl_ce_v7.1
$OBIWAN view -format=ii.json -cases='[-2]' ${base}.f71 > ${base}.ii.json
sed -i 's|case(-2)|AT_POWER|g' ${base}.ii.json
python3 ../../../supplemental/multiply_response.py ${base}.ii.json AT_POWER 4.57

# Create end of life MACCS file.
python3 ../../../supplemental/json2maccs.py ${base}.ii.json AT_POWER 13 >${base}_EOL.maccs.inv