Jpp 20.0.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
JKM3Sim.sh
Go to the documentation of this file.
1#!/bin/zsh
2script=${0##*/}
3
4source $JPP_DIR/setenv.sh $JPP_DIR
5
6set_variable DEBUG 3
7
8if do_usage $*; then
9 usage "$script <KM3Sim input file>"
10fi
11
12if (( $# != 1 )); then
13 fatal "Wrong number of arguments."
14fi
15
16
17JKM3Sim \
18 -f $1 \
19 \
20 -p "RINDEX_WATER 1.0e-4" \
21 -p "ABSORPTION_WATER 1.0e-4" \
22 -p "MIE_WATER 1.0e-4" \
23 -p "Q_EFF 0.002" \
24 -c "Q_EFF 1.04" \
25 \
26 -p "ANG_ACCEPT 0.5" \
27 -c "ANG_ACCEPT 0.96" \
28 \
29 -d $DEBUG --!
30
31# -c "Q_EFF 1.16" \