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

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:11:50 PDT 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/85a8aa3a48b2cf0d9164893edb252f3fe0f28585...1bc4138645fec5dc69d2dcc94a048c7330439566

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

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