-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwaveforms_config.tmpl.ini
57 lines (47 loc) · 1.06 KB
/
waveforms_config.tmpl.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[GENERAL]
setup_name = {{ setup_name }}
line_widths=1
line_colors = grey,r,b,pink,g
figure_extension = pdf
font_size=8
# Where to store waveforms data
path_observations=./observations
source_files = {{ source_files }}
stations= {{ stations }}
software = axitra
db = syngine://prem_i_2s
kind = velocity
axitra_pyprop8_fmax = 1.0
axitra_pyprop8_duration = 200
axitra_pyprop8_velocity_model = tmp/axitra_velocity_model.txt
axitra_path = /export/dump/ulrich/axitra/MOMENT_DISP_F90_OPENMP/src
client = iris-federator
fault_filename=output/dyn-kinmod-fault.xdmf
projection={{ projection }}
misfit = time-frequency
hypo_lon = {{ lon }}
hypo_lat = {{ lat }}
hypo_depth_in_km = {{ depth }}
onset = {{ onset }}
[P_WAVE]
enabled=False
t_before = 20
t_after = {{ t_after_P_onset }}
filter_Tmin = 5
filter_Tmax = 200
ncol_per_component=2
[SH_WAVE]
enabled=False
t_before = 20
t_after = {{ t_after_SH_onset }}
filter_Tmin = 5
filter_Tmax = 200
ncol_per_component=2
[SURFACE_WAVES]
enabled=True
filter_Tmin = 10
filter_Tmax = 60
# optional
tmax = 150
ncol_per_component=1
components=E,N,Z