VELMOD1D {RSEIS}R Documentation

Sample Velocity Model

Description

Seismic Velocity Model for Coso California

Usage

data(VELMOD1D)

Format

LIST:

zp
vector of Tops of Layers, P-wave, (km)
vp
vector of velocities of Layers, P-wave,(km/s)
ep
errors for velocities, P-wave,(km/s)
zs
vector of Tops of Layers, S-wave, (km)
vs
vector of velocities of Layers, S-wave,(km/s)
es
errors for velocities, S-wave,(km/s)
name
character, name of model
descriptor
character vector description of model

Details

Velocity model from a text file

References

Wu, H., and J. M. Lees (1999), Three-dimensional P- and S-wave velocity structures of the Coso Geothermal Area, California, from microseismic traveltime data, J. Geophys. Res. 104, 13,217-13,233.

Examples

data(VELMOD1D)
Get1Dvel(VELMOD1D, PLOT=TRUE)

## maybe str(VELMOD1D) ; plot(VELMOD1D) ...

[Package RSEIS version 2.1-4 Index]