project=examples/wsafr-2.8f cr=2161 corobs=nso #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 #+++++++++++++++++++++++++++++++++++++++++++++++++++++++ JobRequestDir=/home/ccmc/Request_data/Lydia_Philpott_030816_SH_3 grd=512x60x180x1