!                       -*-f90-*-    (for Emacs)
!  cparam.local
!
!  Local settings concerning grid size and number of CPUs.
!  This file is included by cparam.f90
!
integer, parameter :: ncpus=4,nprocx=2,nprocy=ncpus/nprocx,nprocz=1
integer, parameter :: nxgrid=32,nygrid=nxgrid,nzgrid=1