File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ echo "Starting subCARE"
88# shellcheck disable=SC1091,SC1090
99source " util.sh"
1010
11- atm=" winter "
11+ atm=" summer "
1212zenith=" "
1313wobble=" "
1414mode=" std"
1515nsb_group=" "
1616n_min=0 # min run
17- n_max=200001 # max run (100000)
17+ n_max=100001 # max run (100000)
1818source_dir=${PWD}
1919readonly runs_per_job=10
2020readonly do_submit=" true"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ echo "Starting subCompress"
88# shellcheck disable=SC1090,SC1091
99source " util.sh"
1010
11- atm=" winter "
11+ atm=" summer "
1212zenith=" "
1313wobble=" "
1414mode=" std"
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ echo "Starting subGrOptics"
88# shellcheck disable=SC1091,SC1090
99source " util.sh"
1010
11- atm=" winter "
11+ atm=" summer "
1212zenith=" "
1313wobble=" "
1414n_min=0 # min run
15- n_max=200001 # max run (100000)
15+ n_max=100001 # max run (100000)
1616source_dir=${PWD}
1717readonly runs_per_job=20
1818readonly 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
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ echo "Starting subMerge"
88# shellcheck disable=SC1090,SC1091
99source " util.sh"
1010
11- atm=" winter "
11+ atm=" summer "
1212zenith=" "
1313wobble=" "
1414mode=" std"
1515nsb_group=" all"
16- n_max=200001
16+ n_max=100001
1717source_dir=${PWD}
1818nsb_list=" "
1919
Original file line number Diff line number Diff 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
342342corsika_file_zip ()
You can’t perform that action at this time.
0 commit comments