project=examples/wsafr-2.8f cr=2123 corobs=gong reg=2 res=high #+++++++++++++++++++++++++++++++++++++++++++++++++++++++ # 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/Juergen_Hinterreiter_030818_SH_4 grd=1024x120x360x1