-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added shell script to run model grids required for the Milky Way
analysis
- Loading branch information
1 parent
9082e99
commit d3eb540
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
touch output.txt | ||
python kosmatau3d/terminal_scripts/run_model_grid.py -o true -m 8 --grid cm-f_fuv |& tee -a output.txt | ||
python kosmatau3d/terminal_scripts/run_model_grid.py -o true -m 8 --grid convergence |& tee output.txt | ||
python kosmatau3d/terminal_scripts/run_model_grid.py -o true -m 8 --grid f_cm-cm |& tee -a output.txt | ||
python kosmatau3d/terminal_scripts/run_model_grid.py -o true -m 8 --grid f_cm-f_icm |& tee -a output.txt | ||
python kosmatau3d/terminal_scripts/run_model_grid.py -o true -m 8 --grid f_hi-f_fuv |& tee -a output.txt | ||
python kosmatau3d/terminal_scripts/run_model_grid.py -o true -m 8 --grid f_fuv_gc |& tee -a output.txt | ||
python kosmatau3d/terminal_scripts/run_model_grid.py -o true -m 8 --grid fuv_cl |& tee -a output.txt | ||
python kosmatau3d/terminal_scripts/run_model_grid.py -o true -m 8 --grid r_cmz-f_fuv |& tee -a output.txt | ||
python kosmatau3d/terminal_scripts/run_model_grid.py -o true -m 8 --grid vox_disp |& tee -a output.txt | ||
python kosmatau3d/terminal_scripts/run_model_grid.py -o true -m 8 --grid wnm |& tee -a output.txt |