-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchamber.yaml
More file actions
132 lines (121 loc) · 5.21 KB
/
Copy pathchamber.yaml
File metadata and controls
132 lines (121 loc) · 5.21 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Chamber settings: properties and schedules
# comply with YAML(TM) 1.1 standard <http://yaml.org/spec/1.1/>
# use PyYAML <http://pyyaml.org/> to parse into Python.
# Notice on the YAML formatting:
# - This config file allows only one nested level.
# - Boolean values are in lowercase: `true` and `false`
# - The `null` value is parsed into Python as `None`
# - Use double quotation marks for any regex expression
# - For scientific notation of floating numbers, always specify the sign of
# the exponent, i.e., `1.0e+3` is correct while `1.0e3` is wrong.
# - The NaN value for floating number is `.nan`
schedule_1:
schedule_start: 90.
schedule_end: 105.5
n_ch: 6
ch_no: [1, 2, 3, 4, 5, 6]
A_ch: [0.07047, 0.05427, 0.27143361, 0.03178, 0.03178, 0.03178]
A_ch_std: [0.01305, 0.01005, 0., 0., 0., 0.]
V_ch: [0.01605982, 0.01492885, 0.01617292,
0.00579222, 0.0056651, 0.00707931]
ch_label: ['LC1', 'LC2', 'LC3', 'SC1', 'SC2', 'SC3']
is_leaf_chamber: [true, true, true, false, false, false]
flowmeter_no: [1, 2, 3, 4, 5, 6]
TC_no: [1, 2, 3, 4, 5, 6]
PAR_no: [1, 2, 3, -1, -1, -1]
ch_start: [2., 17., 32., 47., 62., 77.]
ch_o_b: [1., 1., 1., 1., 1., 1.]
ch_cls: [3., 3., 3., 3., 3., 3.]
ch_o_a: [11., 11., 11., 11., 11., 11.]
ch_end: [13., 13., 13., 13., 13., 13.]
ch_atm_a: [13., 13., 13., 13., 13., 13.]
optimize_timelag: [false, false, false, false, false, false]
timelag_nominal: [0., 0., 0., 0., 0., 0.]
timelag_upper_limit: [0., 0., 0., 0., 0., 0.]
timelag_lower_limit: [0., 0., 0., 0., 0., 0.]
unit_of_time: 'min'
smpl_cycle_len: 90
n_cycle_per_day: 16
schedule_2:
schedule_start: 105.5
schedule_end: 115.9
n_ch: 6
ch_no: [1, 2, 4, 1, 2, 5]
A_ch: [0.07047, 0.05427, 0.03178, 0.07047, 0.05427, 0.03178]
A_ch_std: [0.01305, 0.01005, 0., 0.01305, 0.01005, 0.]
V_ch: [0.01605982, 0.01492885, 0.00579222,
0.01605982, 0.01492885, 0.0056651]
ch_label: ['LC1', 'LC2', 'SC1', 'LC1', 'LC2', 'SC2']
is_leaf_chamber: [true, true, false, true, true, false]
flowmeter_no: [1, 2, 4, 1, 2, 5]
TC_no: [1, 2, 4, 1, 2, 5]
PAR_no: [1, 2, -1, 1, 2, -1]
ch_start: [2., 17., 32., 47., 62., 77.]
ch_o_b: [1., 1., 1., 1., 1., 1.]
ch_cls: [3., 3., 3., 3., 3., 3.]
ch_o_a: [11., 11., 11., 11., 11., 11.]
ch_end: [13., 13., 13., 13., 13., 13.]
ch_atm_a: [13., 13., 13., 13., 13., 13.]
optimize_timelag: [false, false, false, false, false, false]
timelag_nominal: [0., 0., 0., 0., 0., 0.]
timelag_upper_limit: [0., 0., 0., 0., 0., 0.]
timelag_lower_limit: [0., 0., 0., 0., 0., 0.]
unit_of_time: 'min'
smpl_cycle_len: 90
n_cycle_per_day: 16
schedule_3:
schedule_start: 115.9
schedule_end: 127.04166666666667
n_ch: 8
ch_no: [1, 2, 4, 3, 1, 2, 5, 3]
A_ch: [0.07047, 0.05427, 0.03178, 0.27143361,
0.07047, 0.05427, 0.03178, 0.27143361]
A_ch_std: [0.01305, 0.01005, 0., 0., 0.01305, 0.01005, 0., 0.]
V_ch: [0.01605982, 0.01492885, 0.00579222, 0.01617292,
0.01605982, 0.01492885, 0.0056651, 0.01617292]
ch_label: ['LC1', 'LC2', 'SC1', 'LC3', 'LC1', 'LC2', 'SC2', 'LC3']
is_leaf_chamber: [true, true, false, true, true, true, false, true]
flowmeter_no: [1, 2, 4, 3, 1, 2, 5, 3]
TC_no: [1, 2, 4, 3, 1, 2, 5, 3]
PAR_no: [1, 2, -1, 3, 1, 2, -1, 3]
ch_start: [2., 17., 32., 47., 62., 77., 92., 107.]
ch_o_b: [1., 1., 1., 1., 1., 1., 1., 1.]
ch_cls: [3., 3., 3., 3., 3., 3., 3., 3.]
ch_o_a: [11., 11., 11., 11., 11., 11., 11., 11.]
ch_end: [13., 13., 13., 13., 13., 13., 13., 13.]
ch_atm_a: [13., 13., 13., 13., 13., 13., 13., 13.]
optimize_timelag: [false, false, false, false, false, false, false, false]
timelag_nominal: [0., 0., 0., 0., 0., 0., 0., 0.]
timelag_upper_limit: [0., 0., 0., 0., 0., 0., 0., 0.]
timelag_lower_limit: [0., 0., 0., 0., 0., 0., 0., 0.]
unit_of_time: 'min'
smpl_cycle_len: 120
n_cycle_per_day: 12
schedule_4:
schedule_start: 127.04166666666667
schedule_end: 132.
n_ch: 8
ch_no: [1, 2, 4, 6, 1, 2, 5, 6]
A_ch: [0.07047, 0.05427, 0.03178, 0.03178,
0.07047, 0.05427, 0.03178, 0.03178]
A_ch_std: [0.01305, 0.01005, 0., 0., 0.01305, 0.01005, 0., 0.]
V_ch: [0.01605982, 0.01492885, 0.00579222, 0.00707931,
0.01605982, 0.01492885, 0.0056651, 0.00707931]
ch_label: ['LC1', 'LC2', 'SC1', 'LC3', 'LC1', 'LC2', 'SC2', 'LC3']
is_leaf_chamber: [true, true, false, true, true, true, false, true]
flowmeter_no: [1, 2, 4, 6, 1, 2, 5, 6]
TC_no: [1, 2, 4, 6, 1, 2, 5, 6]
PAR_no: [1, 2, -1, 3, 1, 2, -1, 3]
ch_start: [2., 17., 32., 47., 62., 77., 92., 107.]
ch_o_b: [1., 1., 1., 1., 1., 1., 1., 1.]
ch_cls: [3., 3., 3., 3., 3., 3., 3., 3.]
ch_o_a: [11., 11., 11., 11., 11., 11., 11., 11.]
ch_end: [13., 13., 13., 13., 13., 13., 13., 13.]
ch_atm_a: [13., 13., 13., 13., 13., 13., 13., 13.]
optimize_timelag: [false, false, false, false, false, false, false, false]
timelag_nominal: [0., 0., 0., 0., 0., 0., 0., 0.]
timelag_upper_limit: [0., 0., 0., 0., 0., 0., 0., 0.]
timelag_lower_limit: [0., 0., 0., 0., 0., 0., 0., 0.]
unit_of_time: 'min'
smpl_cycle_len: 120
n_cycle_per_day: 12