# INITIAL MODEL
maestro.model_file = "planar-invsq/toy_nova_invsq.hse.1280"
maestro.stop_time = 100.0
maestro.max_step = 10000

# GRIDDING AND REFINEMENT
amr.max_level          = 0       # maximum level number allowed
amr.n_cell             = 128 128
amr.max_grid_size      = 64
amr.refine_grid_layout = 0       # chop grids up into smaller grids if nprocs > ngrids
maestro.spherical = 0

# PROBLEM SIZE
geometry.prob_lo     =  3.5e8   3.5e8
geometry.prob_hi     =  5.e8    5.e8
maestro.evolve_base_state = true
maestro.do_initial_projection = false
maestro.init_divu_iter        = 0
maestro.init_iter             = 0
maestro.cfl = 0.9e0

# BOUNDARY CONDITIONS
# 0 = Interior   3 = Symmetry
# 1 = Inflow     4 = Slipwall
# 2 = Outflow    5 = NoSlipWall
maestro.lo_bc = 2 2
maestro.hi_bc = 2 2
geometry.is_periodic =  0 0

# VERBOSITY
maestro.v              = 1       # verbosity
maestro.plot_int        = -1
maestro.chk_int         = -1

# HYDRODYNAMICS
maestro.anelastic_cutoff_density = 1.e-4
maestro.base_cutoff_density = 1.e-4
maestro.do_planar_invsq_grav = true
maestro.planar_invsq_mass = 2.38e33

# EOS
maestro.small_temp = 1.e6

&probin
 heating_peak  = 1.e14
 heating_time  = 75.e0
 heating_rad   = 4.1e8
 heating_sigma = 4.e14

 use_eos_coulomb = T

/
