# ------------------  INPUTS TO MAIN PROGRAM  -------------------

amr.plot_files_output = 1
amr.checkpoint_files_output = 1

max_step = 500000
stop_time = 1583.1276

geometry.is_periodic = 1 0 1
geometry.coord_sys = 0           # cartesian

geometry.prob_lo     = -4.e8  4.e8  -4.e8
geometry.prob_hi     =  4.e8  12.e8   4.e8

amr.n_cell          = 256 256 256
#amr.n_cell         = 384 384 384
#amr.n_cell         = 768 768 768

amr.max_level      = 0       # maximum level number allowed

# >>>>>>>>>>>>>  BC FLAGS <<<<<<<<<<<<<<<<
# 0 = Interior           3 = Symmetry
# 1 = Inflow             4 = SlipWall
# 2 = Outflow            5 = NoSlipWall
# >>>>>>>>>>>>>  BC FLAGS <<<<<<<<<<<<<<<<
castro.lo_bc       =  0 3 0
castro.hi_bc       =  0 3 0

castro.do_hydro = 1
castro.do_grav  = 1
castro.do_react = 0
castro.do_sponge = 1
castro.add_ext_src   = 1

castro.ppm_type = 1

gravity.gravity_type = PrescribedGrav

castro.dt_cutoff      = 5.e-20  # level 0 timestep below which we halt
castro.cfl            = 0.9     # cfl number for hyperbolic system
castro.init_shrink    = 0.1     # scale back initial timestep by this factor
castro.change_max     = 1.05    # factor by which dt is allowed to change each timestep
castro.sum_interval   = 0       # timesteps between computing and printing volume averages

amr.ref_ratio       = 2 2 2 2 # refinement ratio
amr.regrid_int      = 10000   # how often to regrid
amr.n_error_buf     = 2 2 2 2 # number of buffer cells in error est
amr.grid_eff        = 0.7     # what constitutes an efficient grid

amr.check_file      = /home/alice/raid/Castro/code_comp/chk     # root name of checkpoint file
amr.check_dt        = 39.75819
amr.plot_file       = /home/alice/raid/Castro/code_comp/plt     # root name of plot file
amr.plot_int        = 50     # number of timesteps between plotfiles
amr.plot_dt         = 3.975819
castro.plot_per_is_exact = 1

amr.max_grid_size   = 64       # maximum grid size allowed -- used to control parallelism
amr.blocking_factor = 32       # block factor in grid generation

amr.v               = 1       # control verbosity in Amr.cpp
castro.v            = 0       # control verbosity in Castro.cpp

amr.derive_plot_vars = ALL

amr.probin_file = probin

