Difference between revisions of "Hadley-Kanamori"

From SCECpedia
Jump to navigationJump to search
(Created page with ' == Layer Cake Description == Depth Vp Vs 0.0 5.5 3.18 5.5 5.5 3.18 5.5 6.3 3.64 16.0 6.3 3.64 16.0 6.7 3.87 32.0 6.7 3.87 32.0 7.8 4.50 40.0 7.83 4.52 == UCVM…')
 
Line 1: Line 1:
 
 
== Layer Cake Description ==
 
== Layer Cake Description ==
 +
<pre>
 
Depth Vp Vs
 
Depth Vp Vs
 
0.0  5.5  3.18
 
0.0  5.5  3.18
Line 10: Line 10:
 
32.0  7.8  4.50
 
32.0  7.8  4.50
 
40.0  7.83 4.52
 
40.0  7.83 4.52
 +
</pre>
  
 
== UCVM Definition ==# 1D Velocity Model configuration
 
== UCVM Definition ==# 1D Velocity Model configuration
 +
<pre>
 
#
 
#
 
# Vp is interpolated between layer n to n+1.
 
# Vp is interpolated between layer n to n+1.
Line 27: Line 29:
 
# Vp at start of layer (km/s)
 
# Vp at start of layer (km/s)
 
vp_vals=5.0, 5.5, 6.3, 6.3, 6.4, 6.7, 6.75, 6.8, 7.8
 
vp_vals=5.0, 5.5, 6.3, 6.3, 6.4, 6.7, 6.75, 6.8, 7.8
 +
</pre>

Revision as of 21:58, 15 January 2014

Layer Cake Description

Depth Vp Vs
0.0   5.5  3.18
5.5   5.5  3.18
5.5   6.3  3.64
16.0  6.3  3.64
16.0  6.7  3.87
32.0  6.7  3.87
32.0  7.8  4.50
40.0  7.83 4.52

== UCVM Definition ==# 1D Velocity Model configuration

#
# Vp is interpolated between layer n to n+1.
# Rho is derived from vp (./src/ucvm/ucvm_model_1d.c)
# Vs is derived from Vp and Rho (./src/ucvm/ucvm_model_1d.c)
#
version=Hadley-Kanamori 1D (CVM-S)

# Depth of model in layers
num_z=9

# Depth to start of layer (km)
depth_vals=1.0, 5.0, 6.0, 10.0, 15.5, 16.5, 22.0, 31.0, 33.0

# Vp at start of layer (km/s)
vp_vals=5.0, 5.5, 6.3, 6.3, 6.4, 6.7, 6.75, 6.8, 7.8