[cig-commits] [commit] devel, master: Validate parameters in Python. (966e2b1)

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


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

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

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

commit 966e2b168e35b87eda3612df35beea441cfc4b4f
Author: Leif Strand <leif at geodynamics.org>
Date:   Sat Jan 28 03:27:16 2006 +0000

    Validate parameters in Python.


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

966e2b168e35b87eda3612df35beea441cfc4b4f
 Par_file.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Par_file.cfg b/Par_file.cfg
index e836881..6c47b2f 100644
--- a/Par_file.cfg
+++ b/Par_file.cfg
@@ -8,9 +8,6 @@
 # iaspei, s20rts, Brian_Savage, Min_Chen)
 model = isotropic_prem
 
-# absorbing boundary conditions for a regional simulation
-absorbing-conditions = False
-
 
 ######################################################################
 [Specfem3DGlobe.mesher]                            ; mesher parameters
@@ -58,6 +55,9 @@ attenuation  = False
 # record length in minutes
 record-length = 40.0*minute
 
+# absorbing boundary conditions for a regional simulation
+absorbing-conditions = False
+
 # save AVS or OpenDX movies
 movie-surface          = False
 movie-volume           = False



More information about the CIG-COMMITS mailing list