[cig-commits] r20743 - in seismo/3D/SPECFEM3D/trunk: doc/USER_MANUAL in_data_files

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Wed Sep 19 15:24:43 PDT 2012


Author: dkomati1
Date: 2012-09-19 15:24:42 -0700 (Wed, 19 Sep 2012)
New Revision: 20743

Modified:
   seismo/3D/SPECFEM3D/trunk/doc/USER_MANUAL/manual_SPECFEM3D.pdf
   seismo/3D/SPECFEM3D/trunk/doc/USER_MANUAL/manual_SPECFEM3D.tex
   seismo/3D/SPECFEM3D/trunk/in_data_files/Par_file
Log:
made the description of the force source more precise


Modified: seismo/3D/SPECFEM3D/trunk/doc/USER_MANUAL/manual_SPECFEM3D.pdf
===================================================================
(Binary files differ)

Modified: seismo/3D/SPECFEM3D/trunk/doc/USER_MANUAL/manual_SPECFEM3D.tex
===================================================================
--- seismo/3D/SPECFEM3D/trunk/doc/USER_MANUAL/manual_SPECFEM3D.tex	2012-09-19 21:39:14 UTC (rev 20742)
+++ seismo/3D/SPECFEM3D/trunk/doc/USER_MANUAL/manual_SPECFEM3D.tex	2012-09-19 22:24:42 UTC (rev 20743)
@@ -1060,6 +1060,8 @@
 tilted force, or an impact etc. You will need to give the East, North and vertical components of an 
 arbitrary (non-unitary) direction vector of the force vector; thus refer to Appendix~\ref{cha:Coordinates} 
 for the orientation of the reference frame.
+This vector is made unitary internally in the code and thus only its direction matters here;
+its norm is ignored and the norm of the force used is \texttt{FACTOR\_FORCE\_SOURCE} times the source time function.
 \item [{\texttt{FACTOR\_FORCE\_SOURCE}}] This parameter specifies the magnitude of the force source.
 \item [{\texttt{COMPONENT\_DIR\_VECT\_SOURCE\_E}}] This parameter specifies the East component of 
 an arbitrary (non-unitary) direction vector of the force source.

Modified: seismo/3D/SPECFEM3D/trunk/in_data_files/Par_file
===================================================================
--- seismo/3D/SPECFEM3D/trunk/in_data_files/Par_file	2012-09-19 21:39:14 UTC (rev 20742)
+++ seismo/3D/SPECFEM3D/trunk/in_data_files/Par_file	2012-09-19 22:24:42 UTC (rev 20743)
@@ -68,7 +68,9 @@
 # in which the source is a vertical force, normal force, inclined force, impact etc.
 USE_FORCE_POINT_SOURCE          = .false.
 FACTOR_FORCE_SOURCE             = 1.d15
-# components of a (non-unitary) direction vector for the force source on the E/N/Z_UP basis
+# components of a (non-unitary) direction vector for the force source in the E/N/Z_UP basis;
+# this vector is made unitary internally in the code and thus only its direction matters here;
+# its norm is ignored and the norm of the force used is FACTOR_FORCE_SOURCE times the source time function.
 COMPONENT_DIR_VECT_SOURCE_E     = 1.d0
 COMPONENT_DIR_VECT_SOURCE_N     = -2.d0
 COMPONENT_DIR_VECT_SOURCE_Z_UP  = -1.d0



More information about the CIG-COMMITS mailing list