! -*-f90-*- (for emacs) ! ! Convection in vertically stratified atmosphere ! Initialisation parameters ! &init_pars cvsid='$Id$', ip=15, ! debugging parameter xyz0 = 0., 0., -1.10, ! first corner of box xyz1 = 2.596, 1., -0.10, ! second corner of box lperi = T , T , F, ! periodic direction? bcz = 's','s','a','a2','cT' / &eos_init_pars cs0=0.2887, rho0=1., ! cp=1.0, gamma=1.6666666 ! the latter are the defaults, anyway / &hydro_init_pars inituu='gaussian-noise', ampluu=3e-4 / &density_init_pars initlnrho='polytropic_simple', mpoly=1.0, / &grav_init_pars gravz_profile='const', gravz=-1., zref=-0.10, z1=-1.10, z2=-0.10 ! for pvert.pro / &entropy_init_pars initss='polytropic_simple' mpoly0=1. ! for pvert.pro /