[cig-commits] [commit] devel, master: Minor modifications to the Par_file, read_compute_parameters.f90 and add_topography_410_650.f90. (1119a11)
cig_noreply at geodynamics.org
cig_noreply at geodynamics.org
Wed Jun 18 16:13:07 PDT 2014
Repository : https://github.com/geodynamics/specfem3d_globe
On branches: devel,master
Link : https://github.com/geodynamics/specfem3d_globe/compare/85a8aa3a48b2cf0d9164893edb252f3fe0f28585...1bc4138645fec5dc69d2dcc94a048c7330439566
>---------------------------------------------------------------
commit 1119a11a07932207bde87a153a826b641e7559c8
Author: Jeroen Tromp <jtromp at princeton.edu>
Date: Tue Jul 24 20:58:04 2007 +0000
Minor modifications to the Par_file, read_compute_parameters.f90 and add_topography_410_650.f90.
>---------------------------------------------------------------
1119a11a07932207bde87a153a826b641e7559c8
CMTSOLUTION | 4 ++--
Par_file | 14 +++++++-------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/CMTSOLUTION b/CMTSOLUTION
index 65ab6cb..1a350b3 100644
--- a/CMTSOLUTION
+++ b/CMTSOLUTION
@@ -1,10 +1,10 @@
PDE 1999 11 26 13 21 15.60 -16.4200 168.2100 33.0 6.4 7.3 VANUATU ISLANDS
event name: 112699G
time shift: 0.0000
-half duration: 15.0000
+half duration: 35.0000
latitude: -16.0800
longitude: 168.3100
-depth: 515.0000
+depth: 15.0000
Mrr: 1.310000e+27
Mtt: 1.200000e+26
Mpp: -1.420000e+27
diff --git a/Par_file b/Par_file
index 8b0bc86..926e7a8 100644
--- a/Par_file
+++ b/Par_file
@@ -15,12 +15,12 @@ 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 = 256
-NEX_ETA = 256
+NEX_XI = 160
+NEX_ETA = 160
# number of MPI processors along the two sides of the first chunk
-NPROC_XI = 8
-NPROC_ETA = 8
+NPROC_XI = 5
+NPROC_ETA = 5
# 1D models with real structure:
# 1D_isotropic_prem, 1D_transversely_isotropic_prem, 1D_iasp91, 1D_1066a, 1D_ak135, 1D_ref
@@ -30,8 +30,8 @@ NPROC_ETA = 8
#
# fully 3D models:
# transversely_isotropic_prem_plus_3D_crust_2.0, 3D_anisotropic, 3D_attenuation,
-# s20rts, s362ani, s362wmani, s362ani_prem, s29EA
-MODEL = s362ani
+# s20rts, s362ani, s362wmani, s362ani_prem, s29ea
+MODEL = 1D_transversely_isotropic_prem
# parameters describing the Earth model
OCEANS = .true.
@@ -45,7 +45,7 @@ ATTENUATION = .true.
ABSORBING_CONDITIONS = .false.
# record length in minutes
-RECORD_LENGTH_IN_MINUTES = 60.0d0
+RECORD_LENGTH_IN_MINUTES = 100.0d0
# save AVS or OpenDX movies
MOVIE_SURFACE = .false.
More information about the CIG-COMMITS
mailing list