projdir=/data2/ccmc/proj/ project=ccmc/wsafr-cld bnd=a3b1f datadir=$hdatadir data=$cdatadir grd=256x30x90 cr=2119 longit=322 procs=8 x1l=0.1 x1r=2 fldlat=0.,-5.,-5.,+5.,+5 fldlon=0.,-5.,+5.,-5.,+5 nfld=5 ltim0000=false bscl=2.5 tstart=-240 tstop=240 ttto=240 ttfrom=0 ttstep=6 cld=sa1 #---------------------------------- # first set the number of CMEs #---------------------------------- # # number of cmes (default 1) ncmes=1 # #---------------------------------- # case of a single CME #---------------------------------- if [ $ncmes -eq 1 ]; then #------------------------ # set date and time dates=2012-01-08T08:48 # set latitude (range -60 deg to +60 deg) lat=-38 # longitude of cloud (-180 to +180) lon=-135 # half opening angle rmajor=36 # radial velocity vcld=554 #------------------------ else #------------------------ # case of a multiple CMEs #------------------------ # set date and time dates="2012-01-08T08:48" # set latitude (range -60 deg to +60 deg) lat=-38 # longitude of cloud (-180 to +180) lon=-135 # half opening angle rmajor=36 # radial velocity vcld=554 #------------------------ 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 #------------------------