! -*-f90-*- (for emacs) ! ! Convection in vertically stratified atmosphere ! Initialisation parameters ! &init_pars cvsid='$Id: start.in,v 1.1 2016/09/04 11:23:51 brandenb Exp $', ip=15, ! debugging parameter xyz0 = 0., 0., -11., ! first corner of box xyz1 = 2.828, 1., -10., ! second corner of box lperi = T , T , F, ! periodic direction? bcz = 's','s','a','a2','cT', !lwrite_2d=T / &eos_init_pars / &hydro_init_pars inituu='gaussian-noise', ampluu=3e-4 / &density_init_pars initlnrho='const_rho', rho_const=1. cs2bot=101., cs2top=100. / &grav_init_pars gravz_profile='const', gravz=-1., / &entropy_init_pars initss='const_dss', dss_const=0., ss_const=2.763 /