[cig-commits] [commit] devel, master: Updated Par_file in example/homogeneous_poroelastic/ Corrected arguments in check_mesh_resolution_poro() in /specfem3D/read_mesh_database.f90 Suppressed stop flag for forward poro calculation in generate_databases/save_arrays_solver.f90 (b698971)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:49:35 PDT 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d/compare/6026e367984905ab133865f62fa6293b343759b9...47f703851338234f96397e7da9fbff63d8178b8a

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

commit b698971bcc3337248483759e82613aa330514662
Author: Christina Morency <morency1 at llnl.gov>
Date:   Sun Jul 22 15:46:42 2012 +0000

    Updated Par_file in example/homogeneous_poroelastic/
    Corrected arguments in check_mesh_resolution_poro() in /specfem3D/read_mesh_database.f90
    Suppressed stop flag for forward poro calculation in generate_databases/save_arrays_solver.f90


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

b698971bcc3337248483759e82613aa330514662
 homogeneous_poroelastic/in_data_files/Par_file | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/homogeneous_poroelastic/in_data_files/Par_file b/homogeneous_poroelastic/in_data_files/Par_file
index 8559988..8bd03b5 100644
--- a/homogeneous_poroelastic/in_data_files/Par_file
+++ b/homogeneous_poroelastic/in_data_files/Par_file
@@ -5,18 +5,18 @@
 SIMULATION_TYPE                 = 1   
 # 0 = earthquake simulation,  1/2/3 = three steps in noise simulation
 NOISE_TOMOGRAPHY                = 0   
-SAVE_FORWARD                    = .false.
+SAVE_FORWARD                    = .true.
 
 # UTM projection parameters
 UTM_PROJECTION_ZONE             = 11
 SUPPRESS_UTM_PROJECTION         = .true.
 
 # number of MPI processors
-NPROC                           = 16
+NPROC                           = 14
 
 # time step parameters
-NSTEP                           = 4000 #4000
-DT                              = 3.d-5 #0.5d-3
+NSTEP                           = 4000
+DT                              = 5.d-5 #0.5d-3
 
 # models:
 # available options are:
@@ -33,6 +33,7 @@ TOPOGRAPHY                      = .false.
 ATTENUATION                     = .false.
 USE_OLSEN_ATTENUATION           = .false.
 ANISOTROPY                      = .false.
+GRAVITY                         = .false.
 
 # absorbing boundary conditions for a regional simulation
 ABSORBING_CONDITIONS            = .false.
@@ -53,12 +54,17 @@ SAVE_MESH_FILES                 = .true.
 LOCAL_PATH                      = ../in_out_files/DATABASES_MPI
 
 # interval at which we output time step info and max of norm of displacement
-NTSTEP_BETWEEN_OUTPUT_INFO      = 500
+NTSTEP_BETWEEN_OUTPUT_INFO      = 250
 
 # interval in time steps for writing of seismograms
 NTSTEP_BETWEEN_OUTPUT_SEISMOS   = 10000
 
+# interval in time steps for reading adjoint traces
+# # 0 = read the whole adjoint sources at the same time
+NTSTEP_BETWEEN_READ_ADJSRC      = 0
+
 # print source time function
 PRINT_SOURCE_TIME_FUNCTION      = .true.
 
-
+# set to true to use GPUs 
+GPU_MODE                        = .false.



More information about the CIG-COMMITS mailing list