# base density of the atmosphere
dens_base               real          1.65e-3_rt      y

# base pressure of the atmosphere
pres_base               real          1.65e6_rt       y

# amplitude of the perturbation
pert_factor             real          8.1e-3_rt       y

# height of the perturbation
r_pert_center           real          0.7_rt          y

# size of the perturbation
pert_width              real          0.025_rt        y

# is the atmosphere isentropic?
do_isentropic           integer       0               y

# should we have a single bubble instead of two?
single                  integer       0               y

# at the lower boundary, do we extrapolate the vertical momentum or set it to zero
boundary_type           integer       1               y

left_bubble_x_center    real          0.0_rt

right_bubble_x_center   real          0.0_rt
