From d3eb54074518edb186e9b765bd3c8fea1e8c8df0 Mon Sep 17 00:00:00 2001 From: yanitski Date: Thu, 11 Jul 2024 12:05:40 +0200 Subject: [PATCH] added shell script to run model grids required for the Milky Way analysis --- terminal_scripts/run_models.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 terminal_scripts/run_models.sh diff --git a/terminal_scripts/run_models.sh b/terminal_scripts/run_models.sh new file mode 100755 index 0000000..cdc8cd4 --- /dev/null +++ b/terminal_scripts/run_models.sh @@ -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