Skip to content

Commit fefeac9

Browse files
author
RaulRPrado
committed
old edits
1 parent 12009fa commit fefeac9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

subCARE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ echo "Starting subCARE"
88
# shellcheck disable=SC1091,SC1090
99
source "util.sh"
1010

11-
atm="winter"
11+
atm="summer"
1212
zenith=""
1313
wobble=""
1414
mode="std"
1515
nsb_group=""
1616
n_min=0 # min run
17-
n_max=200001 # max run (100000)
17+
n_max=100001 # max run (100000)
1818
source_dir=${PWD}
1919
readonly runs_per_job=10
2020
readonly do_submit="true"

subCompress

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "Starting subCompress"
88
# shellcheck disable=SC1090,SC1091
99
source "util.sh"
1010

11-
atm="winter"
11+
atm="summer"
1212
zenith=""
1313
wobble=""
1414
mode="std"

subGrOptics

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ echo "Starting subGrOptics"
88
# shellcheck disable=SC1091,SC1090
99
source "util.sh"
1010

11-
atm="winter"
11+
atm="summer"
1212
zenith=""
1313
wobble=""
1414
n_min=0 # min run
15-
n_max=200001 # max run (100000)
15+
n_max=100001 # max run (100000)
1616
source_dir=${PWD}
1717
readonly runs_per_job=20
1818
readonly do_submit="true"
@@ -68,7 +68,7 @@ for n in ${all_n}; do
6868

6969
if [ "${do_submit}" = "true" ]; then
7070
# shellcheck disable=SC2086
71-
qsub -P veritas -l s_cpu=12:00:00 -l h_rss=2G ${send_mail} -N "gro_${wobble}" -e "${log_err}" -o "${log_out}" "${source_dir}/runGrOptics" -run "${runs}" -zenith "${zenith}" -atm "${atm}" -wobble "${wobble}" -src "${source_dir}"
71+
qsub -P veritas -l s_cpu=23:59:00 -l h_rss=2G ${send_mail} -N "gro_${wobble}" -e "${log_err}" -o "${log_out}" "${source_dir}/runGrOptics" -run "${runs}" -zenith "${zenith}" -atm "${atm}" -wobble "${wobble}" -src "${source_dir}"
7272
fi
7373

7474
nruns=0

subMerge

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ echo "Starting subMerge"
88
# shellcheck disable=SC1090,SC1091
99
source "util.sh"
1010

11-
atm="winter"
11+
atm="summer"
1212
zenith=""
1313
wobble=""
1414
mode="std"
1515
nsb_group="all"
16-
n_max=200001
16+
n_max=100001
1717
source_dir=${PWD}
1818
nsb_list=""
1919

util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ corsika_directory_zip()
336336
local atm_dir
337337
atm_dir=$(atm_directory "${atm}")
338338

339-
echo "/lustre/fs23/group/veritas/simulations/V6_FLWO/OSG_CORSIKA/${atm_dir}/corsika/${zenith_dir}"
339+
echo "/lustre/fs23/group/veritas/simulations/V6_FLWO/OSG_CORSIKA/${atm_dir}/corsika/${zenith_dir}/telfiles"
340340
}
341341

342342
corsika_file_zip()

0 commit comments

Comments
 (0)