-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathautorun.sh
More file actions
executable file
·27 lines (22 loc) · 1.26 KB
/
Copy pathautorun.sh
File metadata and controls
executable file
·27 lines (22 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash
#python3 gen_hysplit_input.py --station punta
daterange=20181221-20190121
daterange=20190121-20190201
#daterange=20190201-20190203
# python3 test_data_avail.py --station punta --daterange $daterange
# python3 run_assemble_hysplit.py --station punta --daterange $daterange
# python3 plot2d.py --station punta --daterange $daterange
#python3 compress_data.py --station punta --daterange 20181210-20181221
#python3 test_data_avail.py --station ps106 --daterange 20170525-20170719
#python3 run_assemble_hysplit.py --station ps106 --daterange 20170525-20170719
#python3 run_assemble_hysplit.py --station ps106 --daterange 20170620-20170723
#python3 plot2d.py --station ps106 --daterange 20170525-20170719
#python3 compress_data.py --station ps116 --daterange 20181111-20181211
# python3 download_gfs.py --daterange 20191214-20200102
# python3 run_flexpart_trace.py --station punta --date 20191231
# python3 run_assemble.py --model flex --station punta --date 20191231
# python3 plot2d.py --model flex --station punta --date 20191231
python3 download_gfs.py --daterange 20200610-20200628
python3 run_flexpart_trace.py --station punta --date 20200623
python3 run_assemble.py --model flex --station punta --date 20200623
python3 plot2d.py --model flex --station punta --date 20200623