! -*-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 3 !! !!*************************************************************************** ! Local settings concerning grid size and number of CPUs. ! This file is included by cparam.f90 ! integer, parameter :: ncpus=16,nprocy=4,nprocz=ncpus/nprocy,nprocx=1 integer, parameter :: nxgrid=128,nygrid=nxgrid,nzgrid=nxgrid