! -*-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=64, nygrid=nxgrid, nzgrid=1 integer, parameter :: npar=nxgrid*nygrid, mpar_loc=npar, npar_mig=2*nxgrid