project=examples/wsafr-2.8f cr=2121 corobs=nso reg=2 res=med #+++++++++++++++++++++++++++++++++++++++++++++++++++++++ # 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=369 ttfrom=0 ttto=369 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=5 # start date time of model run (example '1997-05-12') start=2012-03-04 # start dates for each cone cme (example '1997-05-12','1997-05-18') dates="2012-03-05T06:10','2012-03-07T01:45','2012-03-07T03:20','2012-03-09T07:45','2012-03-10T22:40" # latitude of cloud (north=90, equator=0, south=-90 degs) lat=17,17,25,15,17 # longitude of cloud (-90 to +90 where 0 degrees is eastward) lon=-52,-27,-26,3,24 # cloud radius (default=25) rmajor=33,33,33,33,33 # cloud velocity (default=650) vcld=1630,3150,1500,1230,1630 # density enhancement factor of cloud compared to fast solar wind (default=4) dcld=2,2,2,2,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,1,1,1,1 # elongation factor of the trailing part of cloud; =1 for sphere, =2 for twice longer, etc. xcld=1,1,1,1,1 # shape of the cloud (1=trapezoidal, 2=spherical) ncld=2,2,2,2,2 # Cloud cavity radius over cloud radius (0 to 0.9) radcav=0,0,0,0,0 JobRequestDir=/home/ccmc/Request_data/Camilla_Scolini_042216_SH_4 grd=512x60x180x1