amrex.fpe_trap_invalid=1

max_step  = 20
stop_time = 1.9

geometry.is_periodic = 1 1 0
geometry.coord_sys   = 0  # 0 => cart, 1 => RZ  2=>spherical
geometry.prob_lo     =   0.0     0.0     0.0
geometry.prob_hi     =   0.5     0.5     1.0
amr.n_cell           =   128     128     256

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

cns.gravity = -1.0
cns.eos_gamma = 1.6666666666

cns.do_visc = false

cns.cfl = 0.3  # cfl number for hyperbolic system

cns.refine_max_dengrad_lev = 10
cns.refine_dengrad = 1.0e-2

cns.v = 2
amr.v = 1

# REFINEMENT / REGRIDDING 
amr.max_level       = 1       # maximum level number allowed
amr.ref_ratio       = 2 2 2 2 # refinement ratio
amr.regrid_int      = 2 2 2 2 # how often to regrid
amr.blocking_factor = 32
amr.max_grid_size   = 64
amr.n_error_buf     = 0 0 0 0 # number of buffer cells in error est
amr.grid_eff        = 0.99     # what constitutes an efficient grid

# CHECKPOINT FILES
amr.checkpoint_files_output = 0
amr.check_file              = chk    # root name of checkpoint file
amr.check_int               = 100    # number of timesteps between checkpoints

# PLOTFILES
amr.plot_files_output = 1
amr.plot_file         = plt     # root name of plotfile
amr.plot_int          = 500     # number of timesteps between plotfiles
#amr.derive_plot_vars  = pressure velocity

# problem specific parameter
