-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqa_conf.py
More file actions
executable file
·60 lines (48 loc) · 1.67 KB
/
qa_conf.py
File metadata and controls
executable file
·60 lines (48 loc) · 1.67 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
thresholds = {}
#-------------FLNTU---------------#
thresholds["flntu_ch_min"] = 0
thresholds["flntu_ch_max"] = 2.0
thresholds["flntu_tur_min"] = 0
thresholds["flntu_tur_max"] = 2.0
#-----------BAROMETER-------------#
thresholds["barometer_ps_min"] = 1000
thresholds["barometer_ps_max"] = 1028
#-----------MICROCAT-------------#
thresholds["microcat_sali_min"] = 39.0
thresholds["microcat_sali_max"] = 40.0
thresholds["microcat_cond_min"] = 4.8
thresholds["microcat_cond_max"] = 7.1
thresholds["microcat_temp_min"] = 16
thresholds["microcat_temp_max"] = 35
#-----------S9-------------#
thresholds["s9_temp_min"] = 10
thresholds["s9_temp_max"] = 40
#-----------humidity-------------#
thresholds["humidity_min"] = 0
thresholds["humidity_max"] = 100
#-----------External Temperature-------------#
thresholds["ext_temp_min"] = -5
thresholds["ext_temp_max"] = 45
#-----------waves-------------#
thresholds["waves_dominant_max"] = 15
thresholds["waves_dominant_min"] = 0
thresholds["waves_significant_max"] = 5
thresholds["waves_significant_min"] = 0
thresholds["waves_mean_max"] = 8.5
thresholds["waves_mean_min"] = 0
#-----------MetPak-------------#
thresholds["metpak_dewpoint_max"] = 40
thresholds["metpak_dewpoint_min"] = 0
#-----------Wind-------------#
thresholds["wind_speed_max"] = 30 # 30m/s ~= 100km/h
thresholds["wind_speed_min"] = 0
thresholds["wind_direction_max"] = 359
thresholds["wind_direction_min"] = 0
#-----------Wind-------------#
thresholds["dcs_direction_max"] = 359
thresholds["dcs_direction_min"] = 0
#-----------adcp-------------#
thresholds["adcp_direction_max"] = 359
thresholds["adcp_direction_min"] = 0
thresholds["adcp_speed_min"] = 0
thresholds["adcp_speed_max"] = 100