-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscript_cscs.sh
More file actions
executable file
·15 lines (7 loc) · 902 Bytes
/
Copy pathscript_cscs.sh
File metadata and controls
executable file
·15 lines (7 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
conda activate spyder
cd /users/mfeldman/scripts/ELDES_MESO/
TIME='221790745'
python realtime_parallel.py --time $TIME --codedir '/users/mfeldman/scripts/ELDES_MESO/' --outdir '/scratch/mfeldman/realtime/' --dvdir '/scratch/mfeldman/realtime/' --lomdir '/scratch/mfeldman/realtime/'
python realtime_plot.py --time $TIME --codedir '/users/mfeldman/scripts/ELDES_MESO/' --outdir '/scratch/mfeldman/realtime/' --dvdir '/scratch/mfeldman/realtime/' --lomdir '/scratch/mfeldman/realtime/'
python realtime_hist_plot.py --time $TIME --codedir '/users/mfeldman/scripts/ELDES_MESO/' --outdir '/scratch/mfeldman/realtime/' --dvdir '/scratch/mfeldman/realtime/' --lomdir '/scratch/mfeldman/realtime/'
##python daily_plot.py --day '22179' --codedir '/users/mfeldman/scripts/ELDES_MESO/' --outdir '/scratch/mfeldman/realtime/' --dvdir '/scratch/mfeldman/realtime/' --lomdir '/scratch/mfeldman/realtime/'