[cig-commits] [commit] devel,master: improved a comment (80bfee7)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:16:48 PST 2014


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

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

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

commit 80bfee774c688f6cd835fd5572cb0e7b521ef29b
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon May 19 00:34:21 2014 +0200

    improved a comment


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

80bfee774c688f6cd835fd5572cb0e7b521ef29b
 src/meshfem3D/model_crust_1_0.f90 | 2 +-
 src/meshfem3D/model_crust_2_0.f90 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/meshfem3D/model_crust_1_0.f90 b/src/meshfem3D/model_crust_1_0.f90
index 15b32db..0303c2f 100644
--- a/src/meshfem3D/model_crust_1_0.f90
+++ b/src/meshfem3D/model_crust_1_0.f90
@@ -142,7 +142,7 @@
   ! gets smoothed structure
   call crust_1_0_CAPsmoothed(lat,lon,vps,vss,rhos,thicks)
 
-  ! note: we ignore water and ice sheets (only elastic layers are considered)
+  ! note: for seismic wave propagation we ignore the water and ice sheets (oceans are re-added later as an ocean load)
 
   ! whole sediment thickness
   h_sed = thicks(3) + thicks(4) + thicks(5)
diff --git a/src/meshfem3D/model_crust_2_0.f90 b/src/meshfem3D/model_crust_2_0.f90
index cfeef89..ff00dce 100644
--- a/src/meshfem3D/model_crust_2_0.f90
+++ b/src/meshfem3D/model_crust_2_0.f90
@@ -141,7 +141,7 @@
   call crust_2_0_CAPsmoothed(lat,lon,vps,vss,rhos,thicks,abbreviation, &
                         code,crust_thickness,crust_vp,crust_vs,crust_rho)
 
-  ! note: we ignore water and ice sheets (only elastic layers are considered)
+  ! note: for seismic wave propagation we ignore the water and ice sheets (oceans are re-added later as an ocean load)
 
   ! whole sediment thickness
   h_sed = thicks(3) + thicks(4)



More information about the CIG-COMMITS mailing list