&PROBIN

 n_cellx = 128
 n_celly = 128
 n_cellz = 128
 max_grid_size = 128

 ! tile size
 tilesize_x = 1024000  ! no tiling in x-direction
 tilesize_y = 4
 tilesize_z = 4

 verbose = 2

 stop_time = 3.d-3
 max_step  = 5
 fixed_dt  = 3.d-4

 cflfac = 0.1d0
 cfl_int = 10
 init_shrink = 0.5d0

 prob_lo_x = -0.05d0
 prob_lo_y = -0.05d0
 prob_lo_z = -0.05d0
 prob_hi_x =  0.05d0
 prob_hi_y =  0.05d0
 prob_hi_z =  0.05d0

 ! for setting up initial model
 rfire = 0.01d0

/
