project=examples/wsafr-2.8f cr=2114 corobs=nso reg=2 res=low #+++++++++++++++++++++++++++++++++++++++++++++++++++++++ # 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=-288 tstop=853 ttfrom=613 ttto=853 ttstep=6 #------------------------------ # properties of fast solar wind #------------------------------ # # density (default 300 /cc) dfast=300 # temperature (default 0.8 million K) tfast=0.8 # speed (default 625 km/s) vfast=625 #---------------------------------- # properties of cone clouds for run #---------------------------------- # # number of cmes (default 1) ncmes=1 # start date time of model run (example '1997-05-12') start=2011-08-26 # start dates for each cone cme (example '1997-05-12','1997-05-18') dates="2011-09-22T12:40" # latitude of cloud (north=90, equator=0, south=-90 degs) lat=9 # longitude of cloud (-90 to +90 where 0 degrees is eastward) lon=-89 # cloud radius (default=25) rmajor=66 # cloud velocity (default=650) vcld=1700 # density enhancement factor of cloud compared to fast solar wind (default=4) dcld=2 # temperature enhancement factor of cloud compared to fast solar wind (default=1) # (Note: this does not appear to be used by code) tcld=1 # elongation factor of the trailing part of cloud; =1 for sphere, =2 for twice longer, etc. xcld=1 # shape of the cloud (1=trapezoidal, 2=spherical) ncld=2 # Cloud cavity radius over cloud radius (0 to 0.9) radcav=0 JobRequestDir=/home/ccmc/Request_data/Camilla_Scolini_051716_SH_6 grd=256x30x90x1