source: SH_SHM/trunk/doc/ml-table-descr.txt @ 134

Revision 134, 2.0 KB checked in by marcus, 14 years ago (diff)

r84 | svn | 2009-06-05 12:11:31 +0200 (Fr, 05 Jun 2009) | 1 line

update of some station info; decription of ml tables; new shc script station_index

Line 
1Description of ml attenuation table for SHM:
2
3read command in SHM startup file:
4
5external_routine ml-sigma <filename>
6
7example for putting ml table 'ML_SIGMA.TXT' into $SH_INPUTS:
8
9@ECHO reading ml sigma table ML_SIGMA.TXT
10SDEF SIGPATH
11FCT LOCAL GETENV:SH_INPUTS &SIGPATH
12EXTERNAL_ROUTINE |TABLE_ML_SIGMA:|"SIGPATH|ML_SIGMA.TXT|
13
14
15
16
17
18format of the file:
19
20all lines starting with '!' are ignored (comments)
21
22Must contain exactly 75 data lines, each line consisting of two
23floating point numbers.  The first number is ignored, the second ist the
24sigma table entry.
25
26The corresponding distances are:
27
28
29index  distance (km)
30 0       0.0
31 1       5.0
32 2      10.0
33 3      15.0
34 :       :
35 :       :
3619      95.0
3720     100.0
3821     110.0
3922     120.0
4023     130.0
41 :       :
42 :       :
4369     590.0
4470     600.0
4571     700.0
4672     800.0
4773     900.0
4874    1000.0
49
50
51The original numbers from Richter are:
52
53! ml sigma data table
54! example with original values from Richter et al.
55!
56  0.0     1.4
57  5.0     1.4
58 10.0     1.5
59 15.0     1.6
60 20.0     1.7
61 25.0     1.9
62 30.0     2.1
63 35.0     2.3
64 40.0     2.4
65 45.0     2.5
66 50.0     2.6
67 55.0     2.7
68 60.0     2.8
69 65.0     2.8
70 70.0     2.8
71 75.0     2.8
72 80.0     2.9
73 85.0     2.9
74 90.0     3.0
75 95.0     3.0
76100.0     3.0
77110.0     3.1
78120.0     3.1
79130.0     3.2
80140.0     3.2
81150.0     3.3
82160.0     3.3
83170.0     3.4
84180.0     3.4
85190.0     3.5
86200.0     3.5
87210.0     3.6
88220.0     3.65
89230.0     3.7
90240.0     3.7
91250.0     3.8
92260.0     3.8
93270.0     3.9
94280.0     3.9
95290.0     4.0
96300.0     4.0
97310.0     4.1
98320.0     4.1
99330.0     4.2
100340.0     4.2
101350.0     4.3
102360.0     4.3
103370.0     4.3
104380.0     4.4
105390.0     4.4
106400.0     4.5
107410.0     4.5
108420.0     4.5
109430.0     4.6
110440.0     4.6
111450.0     4.6
112460.0     4.6
113470.0     4.7
114480.0     4.7
115490.0     4.7
116500.0     4.7
117510.0     4.8
118520.0     4.8
119530.0     4.8
120540.0     4.8
121550.0     4.8
122560.0     4.9
123570.0     4.9
124580.0     4.9
125590.0     4.9
126600.0     4.9
127700.0     5.2
128800.0     5.4
129900.0     5.5
1301000.0    5.7
Note: See TracBrowser for help on using the repository browser.