[cig-commits] r21351 - seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Sun Feb 10 16:54:40 PST 2013


Author: dkomati1
Date: 2013-02-10 16:54:39 -0800 (Sun, 10 Feb 2013)
New Revision: 21351

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared/save_header_file.f90
Log:
made a comment about PARTIAL_PHYS_DISPERSION_ONLY more precise


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared/save_header_file.f90
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared/save_header_file.f90	2013-02-08 22:30:45 UTC (rev 21350)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/src/shared/save_header_file.f90	2013-02-11 00:54:39 UTC (rev 21351)
@@ -536,8 +536,8 @@
   if((SIMULATION_TYPE == 1 .and. SAVE_FORWARD) .or. SIMULATION_TYPE == 3) then
 
     ! attenuation mimic:
-    ! mimicking effect of attenuation on apparent velocities, not amplitudes. that is,
-    ! phase shifts should be correctly accounted for, but amplitudes will differ in adjoint simulations
+    ! mimicking average (not full) effect of attenuation on apparent velocities, not amplitudes. that is,
+    ! phase shifts will be partially accounted for, but amplitudes will differ in adjoint simulations
     if( ATTENUATION ) then
       write(IOUT,*) 'logical, parameter :: PARTIAL_PHYS_DISPERSION_ONLY = .true.'
     else



More information about the CIG-COMMITS mailing list