TauP DisconΒΆ
TauP Discon lists the discontinuities within the given velocity model.
The lines beginning with three dashes are depth and radius. The lines immediately above and below these lines are the velocity and density just above and below the discontinuity. If a discontinuity is named, that will also be printed on the discontinuity line.
For example, the lists the depths of disconinuties in the ak135fcont model:
taup discon --mod ak135fcont
# ak135fcont
# Depth (Radius)
# Vp Vs Density
--- 0.0 6371.0
5.800 3.460 2.449
5.800 3.460 2.449
--- 20.0 6351.0
6.500 3.850 2.714
6.500 3.850 2.714
--- 35.0 6336.0 moho
8.040 4.480 3.298
9.030 4.870 3.507
--- 410.0 5961.0
9.360 5.081 3.932
10.200 5.610 3.920
--- 660.0 5711.0
10.791 5.961 4.239
13.660 7.282 5.772
--- 2891.5 3479.5 cmb
8.000 0.000 9.915
10.289 0.000 12.139
--- 5153.5 1217.5 icocb
11.043 3.504 12.704
11.262 3.668 13.012
--- 6371.0 0.0
The usage is:
Usage: taup discon [--debug] [--help] [--verbose] [-o=<outFile>]
[--prop=<toolPropsFilename>] [--mod=model [--mod=model]... |
--nd=model [--nd=model]... | --tvel=model [--tvel=model]...]
[--html | --json | --text]
List velocity discontinuities for a model.
Options:
--debug enable debugging output
--help display this help message
-o, --output=<outFile> output to file, default is stdout.
--prop=<toolPropsFilename>
load defaults from properties file
--verbose enable verbose output
Velocity Model
--mod, --model=model use velocity model "modelname" for calculations,
format is guessed.
--nd=model "named discontinuities" velocity file
--tvel=model ".tvel" velocity file, ala ttimes
Output Type:
--html outputs as HTML
--json outputs as JSON
--text outputs as Text