!                               -*-f90-*-   (for emacs)
!
! Convection in vertically stratified atmosphere/solar convection zone
! Run parameters
!
&run_pars
  cvsid='$Id$',
  !nt=10000000, it1=5000, isave=10000, itorder=3,
  nt=1000, it1=100, isave=100, itorder=3,
  cdt=0.4, cdtv=0.2, dtmin=1e-6,
  dsnap=20., dvid=2.0,
/
&eos_run_pars
/
&hydro_run_pars
/
&density_run_pars
  lupw_lnrho=T
/
&grav_run_pars
/
&entropy_run_pars
  iheatcond='K-const', lmultilayer=.false.
  hcond0=1.12289       ! hcond0 = 5/2 sqrt(20) * 0.100434
  !hcond0=1.00435       ! increase Ra by factor 1.25 (together w/ nu, below)
  lupw_ss=T
/
&viscosity_run_pars
  ivisc='rho_nu-const',
  nu=0.449154          ! nu = sqrt(20) * 0.00434
  !nu=0.401737          ! increase Ra by factor 1.25 (together w/ hcond0, above)
/