Add supermirror reflection for NBOA and NFGA

This commit is contained in:
2020-02-11 15:08:43 +01:00
parent c965b26e75
commit b491a58a21
3 changed files with 20 additions and 5 deletions

4
plot
View File

@@ -3,13 +3,13 @@ PLOT_NAME=`git describe --tags --long`
# if the first argument is an runtpe file, use different plot command
if [[ $1 == runs/* ]]; then
mcnp6 p runtpe=$1 \
/home/ll_glavic/shielding/mcnp6/MCNP_SM/bin/mcnp6 p runtpe=$1 \
outp=tmp/plota.out comout=tmp/plota.com \
wwout=tmp/plota.wwg wwone=tmp/plota.wwo \
wwinp=weight_windows/current.wwg \
plotm=results/e2-estia_$PLOT_NAME ${@:2}
else
mcnp6 ip inp=e2-estia.i \
/home/ll_glavic/shielding/mcnp6/MCNP_SM/bin/mcnp6 ip inp=e2-estia.i \
outp=tmp/plota.out comout=tmp/plota.com \
wwout=tmp/plota.wwg wwone=tmp/plota.wwo \
mctal=tmp/plota.mct mdata=tmp/plota.mdt \