Commit 26a54441 authored by Bostelmann, Rike's avatar Bostelmann, Rike
Browse files

Update INL-A post-processing script

parent 23d47a16
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -10,14 +10,5 @@ $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 DECAY data set.
decay=${base}_2.0GWd_decay
$OBIWAN view -format=ii.json -cases='[1]' ${decay}.f71 > ${decay}.ii.json
sed -i 's|case(1)|2GWD_DECAY|g' ${decay}.ii.json
python3 ../../../supplemental/multiply_response.py ${decay}.ii.json 2GWD_DECAY 4.57

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

# Create end of life + decay MELCOR file.
python3 ../../../supplemental/json2melcor.py --id 2GWD_DECAY ${decay}.ii.json >${decay}.melcor.dch.inp
 No newline at end of file