mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 17:48:01 +00:00
Update nb
This commit is contained in:
parent
d4a0a74207
commit
7dad6885e8
1 changed files with 14 additions and 10 deletions
|
@ -20,33 +20,37 @@ fi
|
||||||
: << 'COMMENT'
|
: << 'COMMENT'
|
||||||
Finished running:
|
Finished running:
|
||||||
- Carrick2015 with all catalogues
|
- Carrick2015 with all catalogues
|
||||||
|
|
||||||
- Lilow2024 wbeta with all catalogues
|
- Lilow2024 wbeta with all catalogues
|
||||||
|
- Lilow2024 wobeta with all catalogues
|
||||||
|
|
||||||
- CF4 wbeta with all catalogues
|
- CF4 wbeta with all catalogues
|
||||||
|
- CF4 wobeta with all catalogues
|
||||||
- CF4gp wbeta with all catalogues
|
- CF4gp wbeta with all catalogues
|
||||||
|
- CF4gp wobeta with all catalogues
|
||||||
|
|
||||||
- csiborg1 wbeta with all catalogues
|
- csiborg1 wbeta with all catalogues
|
||||||
|
- csiborg1 wobeta with all catalogues
|
||||||
- csiborg2_main wbeta with all catalogues
|
- csiborg2_main wbeta with all catalogues
|
||||||
|
- csiborg2_main wobeta with all catalogues
|
||||||
- csiborg2X wbeta with all catalogues
|
- csiborg2X wbeta with all catalogues
|
||||||
|
- csiborg2X wobeta with all catalogues
|
||||||
|
|
||||||
- csiborg2_main/csiborg2X 2MTF & Pantheon+ boxes individually.
|
- csiborg2_main/csiborg2X 2MTF & Pantheon+ boxes individually.
|
||||||
|
|
||||||
Remaining to do:
|
Remaining to do:
|
||||||
- Lilow, CF4, and csiborgs with beta fixed.
|
- Lilow, CF4, and csiborgs with beta fixed.
|
||||||
COMMENT
|
COMMENT
|
||||||
|
|
||||||
# Submit a job for each combination of simname, catalogue, ksim
|
# Submit a job for each combination of simname, catalogue, ksim
|
||||||
# for simname in "Carrick2015" "Lilow2024" "CF4" "CF4gp"; do
|
# for simname in "Lilow2024" "CF4" "CF4gp" "csiborg2_main" "csiborg2X"; do
|
||||||
|
for simname in "Lilow2024" "Carrick2015" "CF4" "CF4gp"; do
|
||||||
# for simname in "csiborg1" "csiborg2_main" "csiborg2X"; do
|
# for simname in "csiborg1" "csiborg2_main" "csiborg2X"; do
|
||||||
for simname in "csiborg2_main" "csiborg2X"; do
|
for catalogue in "LOSS" "Foundation" "2MTF" "Pantheon+" "Pantheon+_groups" "Pantheon+_zSN" "SFI_gals"; do
|
||||||
# for catalogue in "LOSS" "Foundation" "2MTF" "Pantheon+" "Pantheon+_groups" "Pantheon+_zSN" "SFI_gals"; do
|
# for catalogue in "2MTF" "Pantheon+"; do
|
||||||
for catalogue in "2MTF" "Pantheon+"; do
|
|
||||||
# for ksim in 0 1 2; do
|
# for ksim in 0 1 2; do
|
||||||
for ksim in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do
|
# for ksim in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do
|
||||||
# for ksim in "none"; do
|
for ksim in "none"; do
|
||||||
pythoncm="$env $file --catalogue $catalogue --simname $simname --ksim $ksim --ksmooth $ksmooth --ndevice $ndevice --device $device"
|
pythoncm="$env $file --catalogue $catalogue --simname $simname --ksim $ksim --ksmooth $ksmooth --ndevice $ndevice --device $device"
|
||||||
|
|
||||||
if [ $on_login -eq 1 ]; then
|
if [ $on_login -eq 1 ]; then
|
||||||
|
|
Loading…
Reference in a new issue