project=examples/wsafr-2.8f cr=2018 corobs=mwo #reg=1 # base grid of 160x30x90, outer radius of 1.1AU #reg=2 # base grid of 256x30x90, outer radius of 1.7AU #reg=3 # base grid of 512x30x90, outer radius of 3.3AU #reg=5 # base grid of 832x30x90, outer radius of 5.3AU reg=10 # base grid of 1600x30x90, outer radius of 10.1AU res=low # use base grid #res=med # multiplies grid dimensions by 2 #res=high # multiplies grid dimensions by 4 #+++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Do Not Alter !! nx=1 n2=30 n3=90 if [ $reg == 1 ] ; then x1r=1.1 # Outer boundary (AU) n1=160 # No. of basic X1-grid points fi if [ $reg == 2 ] ; then x1r=1.7 # Outer boundary (AU) n1=256 # No. of basic X1-grid points fi if [ $reg == 3 ] ; then x1r=3.3 # Outer boundary (AU) n1=512 # No. of basic X1-grid points fi if [ $reg == 5 ] ; then x1r=5.3 # Outer boundary (AU) n1=832 # No. of basic X1-grid points fi if [ $reg == 10 ] ; then x1r=10.1 # Outer boundary (AU) n1=1600 # No. of basic X1-grid points fi if [ $res == low ] ; then nx=1 # Grid resolution factor fi if [ $res == med ] ; then nx=2 # Grid resolution factor fi if [ $res == high ] ; then nx=4 # Grid resolution factor fi #+++++++++++++++++++++++++++++++++++++++++++++++++++++++ # Custom Settings if needed #reg=2 #res=high #x1r=2.0 # Outer boundary (AU) #x2l=20. # Minimum co-latitude (deg) #x2r=160. # Maximum co-latitude (deg) #nx=4 # Grid resolution factor #n1=256 # No. of basic X1-grid points #n2=35 # No. of basic X2-grid points #n3=90 # No. of basic X2-grid points #+++++++++++++++++++++++++++++++++++++++++++++++++++++++ let n1=n1*nx let n2=n2*nx let n3=n3*nx tmpgrd=${n1}x${n2}x${n3}x1 echo "grd=$tmpgrd" > ./grd_label.txt #+++++++++++++++++++++++++++++++++++++++++++++++++++++++ vutime=3600 tstart=-1440 tstop=1364 ttfrom=0 ttto=1364 ttstep=24 #------------------------------ # properties of fast solar wind #------------------------------ # # density (default 300 /cc) dfast=400 # temperature (default 0.8 million K) tfast=1 # speed (default 625 km/s) vfast=350 #---------------------------------- # properties of cone clouds for run #---------------------------------- # # number of cmes (default 1) ncmes=2 # start date time of model run (example '1997-05-12') start=2004-06-25 # start dates for each cone cme (example '1997-05-12','1997-05-18') dates="2004-06-25T03:44','2004-07-22T08:35" # latitude of cloud (north=90, equator=0, south=-90 degs) lat=80,0 # longitude of cloud (-90 to +90 where 0 degrees is eastward) lon=60,0 # cloud radius (default=25) rmajor=30,25 # cloud velocity (default=650) vcld=650,650 # density enhancement factor of cloud compared to fast solar wind (default=4) dcld=4,4 # temperature enhancement factor of cloud compared to fast solar wind (default=1) # (Note: this does not appear to be used by code) tcld=2.5,1 # elongation factor of the trailing part of cloud; =1 for sphere, =2 for twice longer, etc. xcld=3,1 # shape of the cloud (1=trapezoidal, 2=spherical) ncld=2,2 # Cloud cavity radius over cloud radius (0 to 0.9) radcav=0,0 JobRequestDir=/home/ccmc/Request_data/KHALED_ABUALJADAIEL_032816_SH_1 grd=1600x30x90x1 JobRequestDir=/home/ccmc/Request_data/KHALED_ABUALJADAIEL_032816_SH_1 grd=1600x30x90x1 JobRequestDir=/home/ccmc/Request_data/KHALED_ABUALJADAIEL_032816_SH_1 grd=1600x30x90x1