[cig-commits] [commit] devel, master: Significant re-work of Pyrized version (still in progress). (864827e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:01:19 PST 2014


Repository : https://github.com/geodynamics/specfem3d_globe

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

>---------------------------------------------------------------

commit 864827e8418cb531c8064f2b9a31e0d037ab6225
Author: Leif Strand <leif at geodynamics.org>
Date:   Thu May 25 19:57:05 2006 +0000

    Significant re-work of Pyrized version (still in progress).


>---------------------------------------------------------------

864827e8418cb531c8064f2b9a31e0d037ab6225
 Par_file.cfg | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/Par_file.cfg b/Par_file.cfg
index e89f36b..4769ba0 100644
--- a/Par_file.cfg
+++ b/Par_file.cfg
@@ -8,6 +8,8 @@
 # iaspei, s20rts, Brian_Savage, Min_Chen)
 model = isotropic_prem
 
+output-dir = OUTPUT_FILES
+
 
 ######################################################################
 [Specfem3DGlobe.mesher]                            ; mesher parameters
@@ -26,12 +28,12 @@ gamma-rotation-azimuth  = 20.0*deg
 
 # number of elements at the surface along the two sides of the first chunk
 # (must be 16 * multiple of 'nproc' below)
-nex-xi     = 160
-nex-eta    = 160
+nex-xi     = 64
+nex-eta    = 64
 
 # number of MPI processors along the two sides of the first chunk
-nproc-xi   = 5
-nproc-eta  = 5
+nproc-xi   = 1
+nproc-eta  = 1
 
 # save mesh files to check the mesh
 save-files = False



More information about the CIG-COMMITS mailing list