Commit 61b9347b5e7a0ecb54b089480810e1a0f557493a
1 parent
510083ff
Exists in
master
modified
Showing
1 changed file
with
12 additions
and
12 deletions
Show diff stats
LabTools/IRAP/JPB/srun/make_phangs_grids.pro
... | ... | @@ -6,10 +6,10 @@ PRO make_phangs_grids,bidon |
6 | 6 | ;=== To be run on titan using something like this: |
7 | 7 | ;srun -pn51 -J Pg20 -o {$phangs_srundir}/make_phangs_grids18.log /home/soft/exelis/idl83/bin/idl {$phangs_srundir}/make_phangs_grids.pro & |
8 | 8 | ;=== To be run on alma1 using something like this: |
9 | -;nohup /usr/local/harris/idl87/bin/idl < {$phangs_srundir}/make_phangs_grids.pro >& {$phangs_srundir}/make_phangs_grids_4.log & | |
9 | +;nohup /usr/local/harris/idl87/bin/idl < {$phangs_srundir}/make_phangs_grids.pro >& {$phangs_srundir}/make_phangs_grids_0.log & | |
10 | 10 | ;ssh jbernard@localhost -p2223 "nohup /usr/local/harris/idl87/bin/idl < {$phangs_srundir}/make_phangs_grids.pro >& {$phangs_srundir}/make_phangs_grids.log &" |
11 | 11 | ;=== check progress using: |
12 | -;tail -20 {$phangs_srundir}/make_phangs_grids_4.log | |
12 | +;tail -20 {$phangs_srundir}/make_phangs_grids_0.log | |
13 | 13 | ;grep 'computing model' {$phangs_srundir}/make_phangs_grids.log | tail -20 |
14 | 14 | ;ls /data/projects/phangs/ISRF/GRIDS/*noionis*.fits |
15 | 15 | |
... | ... | @@ -27,16 +27,16 @@ bidon=1 |
27 | 27 | ;make_sed_phangs_tables,grid_type=5,isrf_class=15 ;alma1 86993 |
28 | 28 | |
29 | 29 | ;Still to be done |
30 | -make_sed_phangs_tables,grid_type=22,isrf_class=4 ;alma1 | |
31 | -make_sed_phangs_tables,grid_type=22,isrf_class=5 ;alma1 | |
32 | -make_sed_phangs_tables,grid_type=22,isrf_class=6 ;alma1 | |
33 | -make_sed_phangs_tables,grid_type=22,isrf_class=7 ;alma1 | |
34 | -make_sed_phangs_tables,grid_type=22,isrf_class=8 ;alma1 | |
35 | -make_sed_phangs_tables,grid_type=22,isrf_class=9 ;alma1 | |
36 | -make_sed_phangs_tables,grid_type=22,isrf_class=10 ;alma1 | |
37 | -make_sed_phangs_tables,grid_type=22,isrf_class=11 ;alma1 | |
38 | -make_sed_phangs_tables,grid_type=22,isrf_class=12 ;alma1 | |
39 | - | |
30 | +make_sed_phangs_tables,grid_type=22,isrf_class=0 ;alma1 (For Mathis field) | |
31 | +;make_sed_phangs_tables,grid_type=22,isrf_class=4 ;alma1 | |
32 | +;make_sed_phangs_tables,grid_type=22,isrf_class=5 ;alma1 | |
33 | +;make_sed_phangs_tables,grid_type=22,isrf_class=6 ;alma1 | |
34 | +;make_sed_phangs_tables,grid_type=22,isrf_class=7 ;alma1 | |
35 | +;make_sed_phangs_tables,grid_type=22,isrf_class=8 ;alma1 | |
36 | +;make_sed_phangs_tables,grid_type=22,isrf_class=9 ;alma1 | |
37 | +;make_sed_phangs_tables,grid_type=22,isrf_class=10 ;alma1 | |
38 | +;make_sed_phangs_tables,grid_type=22,isrf_class=11 ;alma1 | |
39 | +;make_sed_phangs_tables,grid_type=22,isrf_class=12 ;alma1 | |
40 | 40 | ;make_sed_phangs_tables,grid_type=22,isrf_class=13 ;alma1 |
41 | 41 | ;make_sed_phangs_tables,grid_type=22,isrf_class=14 ;alma1 |
42 | 42 | ;make_sed_phangs_tables,grid_type=22,isrf_class=15,/test,/show_seds ;alma1 86993 | ... | ... |