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 | |
---|
1 | Description of ml attenuation table for SHM: |
---|
2 | |
---|
3 | read command in SHM startup file: |
---|
4 | |
---|
5 | external_routine ml-sigma <filename> |
---|
6 | |
---|
7 | example for putting ml table 'ML_SIGMA.TXT' into $SH_INPUTS: |
---|
8 | |
---|
9 | @ECHO reading ml sigma table ML_SIGMA.TXT |
---|
10 | SDEF SIGPATH |
---|
11 | FCT LOCAL GETENV:SH_INPUTS &SIGPATH |
---|
12 | EXTERNAL_ROUTINE |TABLE_ML_SIGMA:|"SIGPATH|ML_SIGMA.TXT| |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | format of the file: |
---|
19 | |
---|
20 | all lines starting with '!' are ignored (comments) |
---|
21 | |
---|
22 | Must contain exactly 75 data lines, each line consisting of two |
---|
23 | floating point numbers. The first number is ignored, the second ist the |
---|
24 | sigma table entry. |
---|
25 | |
---|
26 | The corresponding distances are: |
---|
27 | |
---|
28 | |
---|
29 | index distance (km) |
---|
30 | 0 0.0 |
---|
31 | 1 5.0 |
---|
32 | 2 10.0 |
---|
33 | 3 15.0 |
---|
34 | : : |
---|
35 | : : |
---|
36 | 19 95.0 |
---|
37 | 20 100.0 |
---|
38 | 21 110.0 |
---|
39 | 22 120.0 |
---|
40 | 23 130.0 |
---|
41 | : : |
---|
42 | : : |
---|
43 | 69 590.0 |
---|
44 | 70 600.0 |
---|
45 | 71 700.0 |
---|
46 | 72 800.0 |
---|
47 | 73 900.0 |
---|
48 | 74 1000.0 |
---|
49 | |
---|
50 | |
---|
51 | The 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 |
---|
76 | 100.0 3.0 |
---|
77 | 110.0 3.1 |
---|
78 | 120.0 3.1 |
---|
79 | 130.0 3.2 |
---|
80 | 140.0 3.2 |
---|
81 | 150.0 3.3 |
---|
82 | 160.0 3.3 |
---|
83 | 170.0 3.4 |
---|
84 | 180.0 3.4 |
---|
85 | 190.0 3.5 |
---|
86 | 200.0 3.5 |
---|
87 | 210.0 3.6 |
---|
88 | 220.0 3.65 |
---|
89 | 230.0 3.7 |
---|
90 | 240.0 3.7 |
---|
91 | 250.0 3.8 |
---|
92 | 260.0 3.8 |
---|
93 | 270.0 3.9 |
---|
94 | 280.0 3.9 |
---|
95 | 290.0 4.0 |
---|
96 | 300.0 4.0 |
---|
97 | 310.0 4.1 |
---|
98 | 320.0 4.1 |
---|
99 | 330.0 4.2 |
---|
100 | 340.0 4.2 |
---|
101 | 350.0 4.3 |
---|
102 | 360.0 4.3 |
---|
103 | 370.0 4.3 |
---|
104 | 380.0 4.4 |
---|
105 | 390.0 4.4 |
---|
106 | 400.0 4.5 |
---|
107 | 410.0 4.5 |
---|
108 | 420.0 4.5 |
---|
109 | 430.0 4.6 |
---|
110 | 440.0 4.6 |
---|
111 | 450.0 4.6 |
---|
112 | 460.0 4.6 |
---|
113 | 470.0 4.7 |
---|
114 | 480.0 4.7 |
---|
115 | 490.0 4.7 |
---|
116 | 500.0 4.7 |
---|
117 | 510.0 4.8 |
---|
118 | 520.0 4.8 |
---|
119 | 530.0 4.8 |
---|
120 | 540.0 4.8 |
---|
121 | 550.0 4.8 |
---|
122 | 560.0 4.9 |
---|
123 | 570.0 4.9 |
---|
124 | 580.0 4.9 |
---|
125 | 590.0 4.9 |
---|
126 | 600.0 4.9 |
---|
127 | 700.0 5.2 |
---|
128 | 800.0 5.4 |
---|
129 | 900.0 5.5 |
---|
130 | 1000.0 5.7 |
---|
Note: See
TracBrowser
for help on using the repository browser.