Skip to content

Commit

Permalink
added shell script to run model grids required for the Milky Way
Browse files Browse the repository at this point in the history
analysis
  • Loading branch information
CraigYanitski committed Jul 11, 2024
1 parent 9082e99 commit d3eb540
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions terminal_scripts/run_models.sh
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

0 comments on commit d3eb540

Please sign in to comment.