[cig-commits] [commit] devel, master: Vala: Added HDUR_MOVIE to parameter file, and modified all files that call read_parameter_file. If HDUR_MOVIE=0.d0 in Par_file, a HDUR_MOVIE appropriate for the resolution of the run is computed in read_parameters_file.f90. Also fixed the bug where hdur(1) is being called, by introducing the variable t0 that is the start time of the simulation. The source decay rate was changed in constants.h and the 5/3 to convert to gaussian hdur was removed from compute_source_time_function and the division by source decay rate was moved to specfem3D.f90. (d1d2936)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:00:46 PST 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

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

commit d1d2936daef256f579b5f2c4143f135ca648fc36
Author: Vala Hjörleifsdóttir <vala at gps.caltech.edu>
Date:   Mon Oct 24 21:11:34 2005 +0000

    Vala: Added HDUR_MOVIE to parameter file, and modified all files that call
          read_parameter_file. If HDUR_MOVIE=0.d0 in Par_file, a HDUR_MOVIE
          appropriate for the resolution of the run is computed in
          read_parameters_file.f90.
          Also fixed the bug where hdur(1) is being called, by
          introducing the variable t0 that is the start time of the simulation.
          The source decay rate was changed in constants.h and the 5/3 to convert
          to gaussian hdur was removed from compute_source_time_function and the
          division by source decay rate was moved to specfem3D.f90.


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

d1d2936daef256f579b5f2c4143f135ca648fc36
 Par_file | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Par_file b/Par_file
index 47f1fbc..321aec4 100644
--- a/Par_file
+++ b/Par_file
@@ -40,6 +40,7 @@ RECORD_LENGTH_IN_MINUTES        = 40.d0
 MOVIE_SURFACE                   = .false.
 MOVIE_VOLUME                    = .false.
 NTSTEP_BETWEEN_FRAMES           = 100
+HDUR_MOVIE                      = 0.d0
 
 # save AVS or OpenDX mesh files to check the mesh
 SAVE_AVS_DX_MESH_FILES          = .false.



More information about the CIG-COMMITS mailing list