[cig-commits] [commit] devel: added a comment in DATA/Par_file, and fixed a typo in src/specfem2D/specfem2D.F90 (9a04018)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Feb 20 14:11:16 PST 2014


Repository : ssh://geoshell/specfem2d

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/6031c1354c52525fc0645aa007ddc7dc627cc45e...6c511ae503526b1e149c1a2d160d5a9ce5d657cb

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

commit 9a040189ea580ceb969ffe3b9058e8cca858b748
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Thu Feb 20 23:09:48 2014 +0100

    added a comment in DATA/Par_file, and fixed a typo in src/specfem2D/specfem2D.F90


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

9a040189ea580ceb969ffe3b9058e8cca858b748
 DATA/Par_file               | 2 +-
 src/specfem2D/specfem2D.F90 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DATA/Par_file b/DATA/Par_file
index 2188636..62fc2fc 100644
--- a/DATA/Par_file
+++ b/DATA/Par_file
@@ -137,7 +137,7 @@ ADD_SPRING_TO_STACEY            = .false.
 ADD_PERIODIC_CONDITIONS         = .false.
 
 # horizontal periodicity distance for periodic conditions
-PERIODIC_HORIZ_DIST             = 0.3597d0
+PERIODIC_HORIZ_DIST             = 4000.d0 # 0.3597d0
 
 #-----------------------------------------------------------------------------
 # PARAMETERS FOR EXTERNAL MESHING
diff --git a/src/specfem2D/specfem2D.F90 b/src/specfem2D/specfem2D.F90
index fb10553..f423225 100644
--- a/src/specfem2D/specfem2D.F90
+++ b/src/specfem2D/specfem2D.F90
@@ -1297,7 +1297,7 @@
   endif
 
   if(PML_BOUNDARY_CONDITIONS .and. time_stepping_scheme == 3) then
-    stop 'PML boundary conditions is not implemented with standard Runge Kutta scheme'
+    stop 'PML boundary conditions not implemented with standard Runge Kutta scheme'
   endif
 
 #ifdef USE_MPI



More information about the CIG-COMMITS mailing list