# This is a template for operators to modify for the case they want to run. # # Please read the instructions in the comment lines and edit as needed. # Note, the syntax varies a little between single or multiple CME cases # First set the number of CMEs # ncmes=2 # # If you want to define the run start date # manually uncomment the line bellow and # enter the appropriate run start date #start=2011-05-25 # #----------------------- # case of a single CME #------------------------ if [ $ncmes -eq 1 ]; then #------------------------ # set date and time dates=2012-01-19T18:04','2012-01-23T05:36 # # set latitude (range -60 deg to +60) lat=46,37 # set longitude (range -180 deg to +180) lon=-25,16 # set half opening angle rmajor=59,71 # set radial velocity vcld=1233,1909 # #------------------------ else # #------------------------ # case of a multiple CMEs #------------------------ #------------------------ # set date and time dates="2012-01-19T18:04','2012-01-23T05:36" # # set latitude (range -60 deg to +60 deg) lat=46,37 # set longitude (range -180 deg to +180) lon=-25,16 # set half opening angle rmajor=59,71 # set radial velocity vcld=1233,1909 # #------------------------ fi # #------------------------------------------------ date_file=${HOME_SH}/Solar_Helio_Models/Models/Cone_Model/date_file #------------------------------------------------ # st_year=${dates:0:4} st_month=${dates:5:2} st_date=${dates:8:2} st_hour=${dates:11:2} st_minute=${dates:14:2} # #date_file=date_file echo $st_year > $date_file echo $st_month >> $date_file echo $st_date >> $date_file echo $st_hour >> $date_file echo $st_minute >> $date_file #------------------------ #start=`date -d '12 hours ago' +'%Y-%m-%d'` start=`date -d '24 hours ago' +'%Y-%m-%d'` # #ttstep=1. #tstart=-240 # #radcav=0.8