[cig-commits] r13308 - seismo/3D/SPECFEM3D_SESAME/trunk

nlegoff at geodynamics.org nlegoff at geodynamics.org
Fri Nov 14 05:46:51 PST 2008


Author: nlegoff
Date: 2008-11-14 05:46:51 -0800 (Fri, 14 Nov 2008)
New Revision: 13308

Modified:
   seismo/3D/SPECFEM3D_SESAME/trunk/constants.h.in
Log:
added comments in constants.h.in.

Modified: seismo/3D/SPECFEM3D_SESAME/trunk/constants.h.in
===================================================================
--- seismo/3D/SPECFEM3D_SESAME/trunk/constants.h.in	2008-11-14 13:31:42 UTC (rev 13307)
+++ seismo/3D/SPECFEM3D_SESAME/trunk/constants.h.in	2008-11-14 13:46:51 UTC (rev 13308)
@@ -136,9 +136,11 @@
   logical, parameter :: SOURCES_CAN_BE_BURIED_EXT_MESH = .true.
 
 ! the seismograms are normal to surface
+! Z record corresponds to the normal, while E and N are two tangent vectors 
+! that completes an orthonormal.
   logical, parameter :: EXT_MESH_RECV_NORMAL = .false.
 
-!
+! shakemaps and movies can not be generated during the same run. Mutually exclusive.
   logical, parameter :: EXTERNAL_MESH_MOVIE_SURFACE = .false.
   logical, parameter :: EXTERNAL_MESH_CREATE_SHAKEMAP = .false.
 



More information about the CIG-COMMITS mailing list