! ! -*-f90-*- (for Emacs) ! cparam.local ! !** AUTOMATIC CPARAM.INC GENERATION **************************************** ! Declare (for generation of cparam.inc) the number of f array ! variables and auxiliary variables added by this module ! ! MAUX CONTRIBUTION 3 ! !*************************************************************************** ! Local settings concerning grid size and number of CPUs. ! This file is included by cparam.f90 ! integer, parameter :: ncpus=1,nprocy=1,nprocz=ncpus/nprocy,nprocx=1 integer, parameter :: nxgrid=16,nygrid=nxgrid,nzgrid=nxgrid