! -*-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 6 ! !*************************************************************************** ! 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=256,nygrid=256,nzgrid=8