diff --git a/2020/Schober_Fujita_Durrer/R3/src/Makefile.local b/2020/Schober_Fujita_Durrer/R3/src/Makefile.local new file mode 100644 index 0000000..7ef2e0e --- /dev/null +++ b/2020/Schober_Fujita_Durrer/R3/src/Makefile.local @@ -0,0 +1,16 @@ +### -*-Makefile-*- +### Makefile for modular pencil code -- local part +### Included by `Makefile' +### + +MPICOMM = mpicomm +HYDRO = hydro +DENSITY = density +MAGNETIC = magnetic +FORCING = noforcing +VISCOSITY = viscosity +EOS = eos_idealgas +SPECIAL = special/chiral_mhd +FOURIER = fourier_fftpack +POWER = power_spectrum +REAL_PRECISION = double diff --git a/2020/Schober_Fujita_Durrer/R3/src/cparam.local b/2020/Schober_Fujita_Durrer/R3/src/cparam.local new file mode 100644 index 0000000..005d01e --- /dev/null +++ b/2020/Schober_Fujita_Durrer/R3/src/cparam.local @@ -0,0 +1,9 @@ +! -*-f90-*- (for Emacs) vim:set filetype=fortran: (for vim) +! +! cparam.local +! +! Local settings concerning grid size and number of CPUs. +! This file is included by cparam.f90 +! +integer, parameter :: ncpus=40,nprocx=1,nprocy=4,nprocz=ncpus/(nprocx*nprocy) +integer, parameter :: nxgrid=320,nygrid=nxgrid,nzgrid=nxgrid