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