240 mx = cells in x direction 100 my = cells in y direction 100 mz = cells in z direction 4 nout = number of output times to print results 1 outstyle = style of specifying output times 0.3d0 tfinal = final time 0.00125d0 dtv(1) = initial dt (used in all steps if method(1)=0) 1.0d99 dtv(2) = max allowable dt 1.0d0 cflv(1) = max allowable Courant number 0.8d0 cflv(2) = desired Courant number 500 nv(1) = max number of time steps per call to claw2 1 method(1) = 1 for variable dt, = 0 for fixed dt 2 method(2) = order -22 method(3) = transverse order 1 method(4) = verbosity of output 0 method(5) = source term splitting 0 method(6) = mcapa 0 method(7) = maux (should agree with parameter in driver) 5 meqn = number of equations in hyperbolic system 3 mwaves = number of waves in each Riemann solution 4 4 4 mthlim(mw) = limiter for each wave (mw=1,mwaves) 0.d0 t0 = initial time 0.0d0 xlower = left edge of computational domain 1.2d0 xupper = right edge of computational domain 0.0d0 ylower = bottom edge of computational domain 0.5d0 yupper = top edge of computational domain 0.0d0 zlower = front edge of computational domain 0.5d0 zupper = back edge of computational domain 2 mbc = number of ghost cells at each boundary 1 mthbc(1) = type of boundary conditions at xlower 1 mthbc(2) = type of boundary conditions at xupper 1 mthbc(3) = type of boundary conditions at ylower 3 mthbc(4) = type of boundary conditions at yupper 3 mthbc(5) = type of boundary conditions at zlower 1 mthbc(6) = type of boundary conditions at zupper 2 lx = data divided among lx processors in x-dir. 2 ly = data divided among ly processors in y-dir. 2 lz = data divided among lz processors in z-dir.