! -*-f90-*- (for Emacs) vim:set filetype=fortran: (for vim) ! ! 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 15 ! !*************************************************************************** ! Local settings concerning grid size and number of CPUs. ! This file is included by cparam.f90 ! integer, parameter :: ncpus=1,nprocx=1,nprocz=1,nprocy=ncpus/(nprocx*nprocz) integer, parameter :: nxgrid=64,nygrid=64,nzgrid=1