[cig-commits] [commit] : fixed the bug in the default DATA/Par_file found by Steve Smith: default size of the mesh was too big and led to a "Negative Jacobian" error. (a1f3109)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 14 20:15:45 PST 2013


Repository : ssh://geoshell/specfem3d

On branch  : 
Link       : https://github.com/geodynamics/specfem2d/compare/1e201257d91c794056b990a43329e05d04f77454...0000000000000000000000000000000000000000

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

commit a1f3109aa9df4f64739f5a8e70fb96c4acc3f553
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Sun Apr 19 21:08:59 2009 +0000

    fixed the bug in the default DATA/Par_file found by Steve Smith: default size of the mesh was too big and led to a "Negative Jacobian" error.


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

a1f3109aa9df4f64739f5a8e70fb96c4acc3f553
 DATA/Par_file | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/DATA/Par_file b/DATA/Par_file
index 535e4ce..ed33bee 100644
--- a/DATA/Par_file
+++ b/DATA/Par_file
@@ -4,10 +4,10 @@ SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint, 3 = both simul
 SAVE_FORWARD                    = .false.
 
 # coordinates of mesh block in latitude/longitude and depth in km
-LATITUDE_MIN                    = 32.2d0
-LATITUDE_MAX                    = 36.8d0
-LONGITUDE_MIN                   = -120.3d0
-LONGITUDE_MAX                   = -114.7d0
+LATITUDE_MIN                    = 33.8d0
+LATITUDE_MAX                    = 34.1d0
+LONGITUDE_MIN                   = -118.4d0
+LONGITUDE_MAX                   = -118.1d0
 DEPTH_BLOCK_KM                  = 60.d0
 UTM_PROJECTION_ZONE             = 11
 SUPPRESS_UTM_PROJECTION         = .false.



More information about the CIG-COMMITS mailing list