! -*-f90-*- (for Emacs) vim:set filetype=fortran: (for vim) ! ! Convection in vertically stratified atmosphere/solar convection zone ! Initialisation parameters for a MLT stratification ! &init_pars cvsid='$Id$', ip=14, ! debugging parameter xyz0 = -2., 0.,-2., ! first corner of box xyz1 = 2., 0., 1.2, ! second corner of box lperi = T , T , F, ! periodic direction? bcz = 's','s','a','a2','c1:cT', lwrite_ic = T, ! write the initial setup in VAR0 lwrite_2D = T ! write snapshots in the (x,z) plane ONLY / &eos_init_pars cs0=0.57735, rho0=1. / &hydro_init_pars inituu='gaussian-noise', ampluu=3e-4 / &density_init_pars / &grav_init_pars gravz_profile='const', gravz=-1., z1=0., z2=1., zref=1.2 / &entropy_init_pars initss(1)='mixinglength', widthss=0.05, mixinglength_flux=1e-2, mpoly0=0., mpoly1=3., mpoly2=-0.9, initss(2)='blob', ampl_ss=-0.5, radius_ss=0.2, center1_z=0.5 /