!  -*-f90-*-  (for Emacs)    vim:set filetype=fortran:  (for vim)
!
! Runtime parameters for the anelastic approximation
!
&run_pars
  cvsid='$Id$',
  nt=101, it1=10, itorder=3
  dsnap=20.0, dvid=0.2
  lpencil_check=F
  lpencil_check_small=F
  lread_aux=T
/
&eos_run_pars
/
&hydro_run_pars
/
&density_run_pars
/
&forcing_run_pars
  iforce='helical', force=0.01, relhel=0.
/
&poisson_run_pars
/
&viscosity_run_pars
  nu=1e-3, ivisc='simplified'
  !ivisc='rho-nu-const'
/