[cig-commits] [commit] devel, master: suppressed constraint of aligning values in Par_file on the 34th column (245d6b8)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:00:44 PST 2014


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

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

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

commit 245d6b805952fe94cff35c85e881bb2adeb44de1
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Sat Apr 16 11:26:03 2005 +0000

    suppressed constraint of aligning values in Par_file on the 34th column


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

245d6b805952fe94cff35c85e881bb2adeb44de1
 Par_file | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/Par_file b/Par_file
index d126b48..47f1fbc 100644
--- a/Par_file
+++ b/Par_file
@@ -1,24 +1,18 @@
-#
-# This is the parameter file
-# Put variable names first and actual value after 34th column
-#
-#-------------------------------->
-#
 
 # number of chunks (1,2,3 or 6)
-NCHUNKS                         = 6
+NCHUNKS        = 6
 
 # angular width of the first chunk (not used if full sphere with six chunks)
-ANGULAR_WIDTH_XI_IN_DEGREES     = 90.d0
-ANGULAR_WIDTH_ETA_IN_DEGREES    = 90.d0
-CENTER_LATITUDE_IN_DEGREES      = 40.d0
-CENTER_LONGITUDE_IN_DEGREES     = 10.d0
-GAMMA_ROTATION_AZIMUTH          = 20.d0
+ANGULAR_WIDTH_XI_IN_DEGREES   = 90.d0      # angular size of a chunk
+ANGULAR_WIDTH_ETA_IN_DEGREES  = 90.d0
+CENTER_LATITUDE_IN_DEGREES    = 40.d0
+CENTER_LONGITUDE_IN_DEGREES   = 10.d0
+GAMMA_ROTATION_AZIMUTH        = 20.d0
 
 # 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             = 160
+NEX_ETA            = 160
 
 # number of MPI processors along the two sides of the first chunk
 NPROC_XI                        = 5



More information about the CIG-COMMITS mailing list