-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathB140427.html
159 lines (152 loc) · 214 KB
/
B140427.html
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html>
<head>
<title>Visualizador de Datos de Diagnostico de Eddy Covariance Processing System 1.0 </title>
<meta charset="UTF-8">
<script src="./js/plotly-latest.min.js"></script>
<script src="./js/MathJax.js?config=TeX-AMS-MML_SVG"></script>
<script src="./js/TeX-AMS-MML_SVG.js?V=2.7.4"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/jquery-3.0.0.min.js"></script>
<link href="./css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
h1,h2,h3 { font-weight:bold; }
h1 { font-size:24px; }
h2 { font-size:16px; border-bottom:1px solid #ccc; padding:0 0 2px 0; margin:0 0 5px 0; }
h3 { font-size:13px; margin:0 0 2px 0; }
.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #666; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
body{ background: #EDECEC; padding:50px}
</style>
<script>
$(document).ready(function () {
$('ul.nav > li').click(function (e) {
e.preventDefault();
$(this).siblings('a.active').removeClass("active")
var index = $(this).index();
$('ul.nav > li').removeClass('active');
$('div.tab-pane').removeClass('active');
$('ul.nav > li').eq(index).addClass('active');
$('div.tab-pane').eq(index).addClass('active');
});
});
</script>
<script>
(function() {
var d3 = Plotly.d3;
var WIDTH_IN_PERCENT_OF_PARENT = 60,
HEIGHT_IN_PERCENT_OF_PARENT = 80;
var gd3 = d3.select('body')
.append('div')
.style({
width: WIDTH_IN_PERCENT_OF_PARENT + '%',
'margin-left': (100 - WIDTH_IN_PERCENT_OF_PARENT) / 2 + '%',
height: HEIGHT_IN_PERCENT_OF_PARENT + 'vh',
'margin-top': (100 - HEIGHT_IN_PERCENT_OF_PARENT) / 2 + 'vh'
});
var gd = gd3.node();
window.onresize = function() {
Plotly.Plots.resize(gd);
};
})();
</script>
</head>
<body>
<header><h1>Visualización de figuras de diagnóstico</h1> </header>
<section>
<!-- Start of Plot.ly figure embed --><table border="1" cellpadding="1" cellspacing="1" style="width:720px"><tbody><tr><th scope="row">Fecha de adquisición</th><td>24-Apr-2014 12:30:00 al 27-Apr-2014 15:00:00</td></tr><tr><th scope="row">Datos adquiridos</th><td>150 datos</td></tr><tr><th scope="row">Flags</th><td><ul><li><strong>Uptime del anemómetro:</strong> 94.01%</li><li><strong>Uptime del analizador de gases:</strong> 92.81%</li></ul></td></tr></tbody></table><p> </p><div class="container">
<div class="row">
<div class="col-md-12">
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a class="nav-link" aria-controls="menu1" role="tab" data-toggle="tab" href="#menu1">Uptime</a></li>
<li role="presentation"><a class="nav-link" aria-controls="menu2" role="tab" data-toggle="tab" href="#menu2">Batería</a></li>
<li role="presentation"><a class="nav-link" aria-controls="menu3" role="tab" data-toggle="tab" href="#menu3">Viento 2D</a></li>
<li role="presentation"><a class="nav-link" aria-controls="menu4" role="tab" data-toggle="tab" href="#menu4">Viento 3D</a></li>
<li role="presentation"><a class="nav-link" aria-controls="menu5" role="tab" data-toggle="tab" href="#menu5">Bal. Energía</a></li>
<li role="presentation"><a class="nav-link" aria-controls="menu6" role="tab" data-toggle="tab" href="#menu6">Ciclo Diario B.E.</a></li>
<li role="presentation"><a class="nav-link" aria-controls="menu7" role="tab" data-toggle="tab" href="#menu7">Flujo GEI</a></li>
<li role="presentation"><a class="nav-link" aria-controls="menu8" role="tab" data-toggle="tab" href="#menu8">Razón Mezcla GEI</a></li>
<li role="presentation"><a class="nav-link" aria-controls="menu9" role="tab" data-toggle="tab" href="#menu9">Ciclo Diario GEI</a></li>
<li role="presentation"><a class="nav-link" aria-controls="menu10" role="tab" data-toggle="tab" href="#menu10">μMeteorología</a></li>
<li role="presentation"><a class="nav-link" aria-controls="menu11" role="tab" data-toggle="tab" href="#menu11">Señales por canal</a></li>
<li role="presentation"><a class="nav-link" aria-controls="menu12" role="tab" data-toggle="tab" href="#menu12">Radiación Difusa</a></li>
</ul>
<div class="tab-content">
<!-- contenido -->
<div id="menu1" role="tabpanel" class="tab-pane"><center><script type="text/javascript">window.PLOTLYENV=window.PLOTLYENV || {};window.PLOTLYENV.BASE_URL="https://plot.ly";Plotly.LINKTEXT="Export to plot.ly";</script>
<div class="c90b3adf-3e11-40c1-9d31-093c0ad9f04d loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="c90b3adf-3e11-40c1-9d31-093c0ad9f04d" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("c90b3adf-3e11-40c1-9d31-093c0ad9f04d", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [99.97, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 99.99, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 84.19, 71.02, 100, 96.52, 38.21, 13.63, 93.52, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 95.68, 100, 100, 100, 100, 100, 100, 100, 100, 100, 86.83, 7.96, 38.39, 99.93, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 99.95, 99.96, 99.97, 99.97, 100, 100, 100, 100, 99.97, 99.22, 67.89, 56.58, 49.53, 54.47, 42.61, 49.09, 35.76, 58.49, 43.28, 53.75, 66.08, 99.96, 100, 100, 100, 100, 100, 99.95, 99.98, 100, 100, 100, 100, 100, 100, 99.99, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 99.76, 100, 100], "name": "Anemometer Uptime", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [99.55, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 99.99, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 84.19, 71.02, 100, 96.52, 38.21, 13.63, 93.52, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 95.68, 100, 100, 100, 100, 100, 100, 100, 100, 100, 86.83, 7.96, 38.39, 99.93, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 99.95, 99.96, 99.97, 99.97, 100, 100, 100, 100, 99.97, 99.22, 11.62, 0, 35.4, 54.47, 42.61, 49.09, 35.76, 58.49, 43.28, 53.75, 66.08, 99.96, 100, 100, 100, 100, 100, 99.95, 99.98, 100, 68.87, 100, 100, 100, 100, 99.99, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 78.22, 100, 100], "name": "IRGA Uptime", "mode": "lines", "showlegend": true}], {"margin": {"pad": 0, "l": 0, "r": 0, "b": 0, "t": 0}, "showlegend": false, "width": 960, "height": 480, "xaxis1": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y1"}, "yaxis1": {"domain": [0.11, 0.925], "side": "left", "title": "Duty Cycle (%)", "type": "linear", "anchor": "x1"}, "annotations": [{"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Duty Cycle of 3D Anemometer and IRGA<\/b>", "x": 0.5175, "y": 0.935}], "title": "<b>Duty Cycle of 3D Anemometer and IRGA<\/b>", "titlefont": {"color": "rgba(0,0,0,0)"}}).then(function(){
$(".c90b3adf-3e11-40c1-9d31-093c0ad9f04d.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu2" role="tabpanel" class="tab-pane active"><center><script type="text/javascript">window.PLOTLYENV=window.PLOTLYENV || {};window.PLOTLYENV.BASE_URL="https://plot.ly";Plotly.LINKTEXT="Export to plot.ly";</script>
<div class="cf71eace-9d0b-4c3b-b1a1-ab28717bb75c loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="cf71eace-9d0b-4c3b-b1a1-ab28717bb75c" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("cf71eace-9d0b-4c3b-b1a1-ab28717bb75c", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [12.26816, 12.26877, 12.25634, 12.27087, 12.25723, 12.26987, 12.25082, 12.27655, 12.26632, 12.27737, 12.26104, 12.27053, 12.26203, 12.27735, 12.25594, 12.27328, 12.25715, 13.24046, 13.47719, 12.74707, 12.73099, 12.74138, 12.71763, 12.74011, 12.72545, 12.60691, 12.25525, 12.26151, 12.24862, 12.26429, 12.24868, 12.26344, 12.24761, 12.25618, 12.24806, 12.25655, 12.24408, 12.25579, 12.23907, 12.2533, 12.23526, 12.25461, 12.23746, 12.24612, 12.24097, 12.25181, 12.23554, 12.25059, 12.23728, 12.2506, 12.24153, 12.25676, 12.24372, 12.2571, 12.24433, 12.25725, 12.24331, 12.25876, 12.24428, 12.2585, 12.2389, 12.25218, 12.24374, 12.25285, 12.23963, 12.40991, 13.49233, 12.82784, 12.71635, 12.72575, 12.71559, 12.72932, 12.71642, 12.64853, 12.24828, 12.26007, 12.24775, 12.25983, 12.245, 12.25729, 12.23444, 12.25232, 12.24095, 12.2611, 12.24714, 12.25899, 12.23178, 12.24026, 12.23776, 12.25368, 12.23507, 12.25662, 12.2479, 12.25702, 12.23874, 12.25953, 12.24748, 12.25606, 12.24512, 12.25407, 12.24011, 12.24924, 12.24467, 12.25705, 12.24748, 12.25663, 12.24479, 12.24683, 12.23382, 12.63018, 13.15611, 13.19769, 13.03854, 13.0292, 13.16629, 12.78742, 13.22491, 12.72278, 12.71008, 12.72088, 12.70964, 12.72159, 12.70931, 12.42302, 12.24164, 12.24771, 12.23231, 12.24783, 12.23298, 12.24429, 12.23317, 12.24548, 12.22799, 12.24794, 12.22873, 12.24168, 12.23412, 12.23967, 12.22901, 12.24543, 12.23445, 12.24547, 12.23398, 12.24735, 12.23609, 12.25104, 12.23837, 12.3494, 12.323, 12.31673], "name": "Voltage", "mode": "lines", "showlegend": true}], {"margin": {"pad": 0, "l": 0, "r": 0, "b": 0, "t": 80}, "showlegend": false, "width": 960, "height": 480, "xaxis1": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y1"}, "yaxis1": {"domain": [0.11, 0.925], "side": "left", "title": "Voltage (V)", "type": "linear", "anchor": "x1"}, "title": "<b>Battery Charge<\/b>"}).then(function(){
$(".cf71eace-9d0b-4c3b-b1a1-ab28717bb75c.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu3" role="tabpanel" class="tab-pane"><center><script type="text/javascript">window.PLOTLYENV=window.PLOTLYENV || {};window.PLOTLYENV.BASE_URL="https://plot.ly";Plotly.LINKTEXT="Export to plot.ly";</script>
<div class="402ad7f7-0844-47ce-8d73-1c5543b44059 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="402ad7f7-0844-47ce-8d73-1c5543b44059" style="height: 960px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("402ad7f7-0844-47ce-8d73-1c5543b44059", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [0.09868708, 0.08921593, 0.07477544, 0.07440026, 0.009174416, 0.08428182, 0.02494993, 0.09160329, 0.1724775, 0.09632942, 0.05019565, 0.04346476, 0.07403129, 0.08401901, 0.04764118, 0.04185506, 0.0570266, 0.03627971, 0.02939022, 0.01235517, 0.01712468, 0.03280421, 0.04302887, 0.08520798, 0.05051189, 0.06503842, 0.01541207, 0.06339155, 0.02812796, 0.1533414, 0.02787939, 0.06399658, 0.09455824, 0.03436743, 0.051416, 0.03383433, 0.05198815, 0.05427457, 0.04438601, 0.01128796, 0.0355687, 0.05713584, 0.03861192, 0.0288247, 0.04963003, 0.06699396, 0.02501219, 0.1435919, 0.05119547, 0.09637477, 0.2509069, 0.153063, 0.2422985, 0.307702, 0.258488, 0.2596661, 0.2902848, 0.1574248, 0.1646846, 0.1897487, 0.1782197, 0.2248404, 0.2553174, 0.2096399, 0.3602817, 0.271677, 0.3178857, 0.2624403, 0.2304995, 0.1941109, 0.1706108, 0.1979908, 0.1488468, 0.1544771, 0.05369239, 0.06111435, 0.1011192, 0.08605964, 0.07664561, 0.07292577, 0.1045963, 0.07944707, 0.03061299, 0.008685476, 0.02142976, 0.03205835, 0.2226219, 0.8841081, null, 0.1110506, 0.08261445, 0.03525173, 0.008779238, 0.05302228, 0.05545149, 0.05821695, 0.03627596, 0.0951983, 0.1044233, 0.4061068, 0.3540245, 0.1903419, 0.5410264, 0.6643009, 0.4103518, 0.3206606, 0.2419726, 0.2462458, 0.2462671, 0.2722806, 0.08745954, 0.2046942, 0.4594716, 0.06093733, 0.004405264, 0.00755504, 0.06216416, 0.08755056, 0.01461391, 0.0160369, 0.06017252, 0.01510036, 0.002025279, 0.05355139, 0.010891, 0.00516287, 0.0003512016, 0.002814219, 0.009078071, 0.005377632, 0.004040387, 0.01795007, 0.1827151, 0.008521252, 0.05209444, 0.02961797, 0.0008658659, 0.02353539, 0.007531798, 0.03334656, 0.241244, 0.2176371, 0.377034, 0.5396991, 0.5180154, 0.8272703, 0.4794328, 0.4799982, 0.4732669, 0.5639241], "name": "Shear Stress", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [0.2824562, 0.2688974, 0.2466776, 0.2466579, 0.08657341, 0.2625808, 0.1429361, 0.2736019, 0.3746878, 0.2793825, 0.2014605, 0.1874257, 0.2444515, 0.2601856, 0.1957786, 0.1834258, 0.2140249, 0.1706567, 0.1535981, 0.09958301, 0.1172362, 0.1622889, 0.1858724, 0.2615299, 0.2013751, 0.2284467, 0.1112618, 0.2255152, 0.1498825, 0.3498527, 0.1498548, 0.2270855, 0.2761286, 0.1666311, 0.2039289, 0.1648333, 0.2041413, 0.2085786, 0.188619, 0.09525039, 0.1691492, 0.2144663, 0.1764537, 0.1525279, 0.2002674, 0.2328379, 0.1424355, 0.3416013, 0.2037174, 0.2794708, 0.4514152, 0.3516223, 0.4424687, 0.4990487, 0.4574897, 0.4586958, 0.484861, 0.3573312, 0.3668724, 0.392859, 0.3805181, 0.4270935, 0.4549491, 0.412217, 0.5405094, 0.4694345, 0.5077356, 0.4612345, 0.432198, 0.3966707, 0.3719856, 0.4008173, 0.3476485, 0.3542395, 0.2088532, 0.2228401, 0.2869513, 0.2648233, 0.2497591, 0.243784, 0.2919171, 0.2544464, 0.1579648, 0.08413726, 0.1321416, 0.1615781, 0.4258961, 0.8488107, 0.3028918, 0.301076, 0.2595111, 0.1695158, 0.08457769, 0.2079361, 0.2125219, 0.2177388, 0.1718265, 0.278475, 0.2916808, 0.5745372, 0.5364615, 0.3935436, 0.6642309, 0.7362909, 0.5771161, 0.5093973, 0.4428521, 0.4466494, 0.4466399, 0.4697057, 0.2659709, 0.4068434, 0.6094785, 0.2216095, 0.05953866, 0.0780063, 0.2237353, 0.2654038, 0.1084095, 0.1136239, 0.2200123, 0.1101926, 0.04036913, 0.207284, 0.09346864, 0.06436523, 0.01679465, 0.04756118, 0.08540761, 0.06569514, 0.05694279, 0.1198283, 0.381903, 0.08255073, 0.2042955, 0.1538723, 0.02631764, 0.1371489, 0.07763529, 0.1635828, 0.4395147, 0.4178525, 0.5508306, 0.6596928, 0.646305, 0.816708, 0.621675, 0.6224061, 0.6181445, 0.6746799], "name": "Shear Speed", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398360600000.01, null, 1398362400000, 1398362400000, null, 1398364200000, 1398364200000, null, 1398366000000.01, 1398366000000.01, null, 1398367800000, 1398367800000, null, 1398369600000, 1398369600000, null, 1398371400000.01, 1398371400000.01, null, 1398373200000, 1398373200000, null, 1398375000000, 1398375000000, null, 1398376800000.01, 1398376800000.01, null, 1398378600000, 1398378600000, null, 1398380400000, 1398380400000, null, 1398382200000.01, 1398382200000.01, null, 1398384000000, 1398384000000, null, 1398385800000, 1398385800000, null, 1398387600000.01, 1398387600000.01, null, 1398389400000, 1398389400000, null, 1398391200000, 1398391200000, null, 1398393000000.01, 1398393000000.01, null, 1398394800000, 1398394800000, null, 1398396600000, 1398396600000, null, 1398398400000.01, 1398398400000.01, null, 1398400200000, 1398400200000, null, 1398402000000, 1398402000000, null, 1398403800000.01, 1398403800000.01, null, 1398405600000, 1398405600000, null, 1398407400000, 1398407400000, null, 1398409200000.01, 1398409200000.01, null, 1398411000000, 1398411000000, null, 1398412800000, 1398412800000, null, 1398414600000.01, 1398414600000.01, null, 1398416400000, 1398416400000, null, 1398418200000, 1398418200000, null, 1398420000000.01, 1398420000000.01, null, 1398421800000, 1398421800000, null, 1398423600000, 1398423600000, null, 1398425400000.01, 1398425400000.01, null, 1398427200000, 1398427200000, null, 1398429000000, 1398429000000, null, 1398430800000.01, 1398430800000.01, null, 1398432600000, 1398432600000, null, 1398434400000, 1398434400000, null, 1398436200000.01, 1398436200000.01, null, 1398438000000, 1398438000000, null, 1398439800000, 1398439800000, null, 1398441600000.01, 1398441600000.01, null, 1398443400000, 1398443400000, null, 1398445200000, 1398445200000, null, 1398447000000.01, 1398447000000.01, null, 1398448800000, 1398448800000, null, 1398450600000, 1398450600000, null, 1398452400000.01, 1398452400000.01, null, 1398454200000, 1398454200000, null, 1398456000000, 1398456000000, null, 1398457800000.01, 1398457800000.01, null, 1398459600000, 1398459600000, null, 1398461400000, 1398461400000, null, 1398463200000.01, 1398463200000.01, null, 1398465000000, 1398465000000, null, 1398466800000, 1398466800000, null, 1398468600000.01, 1398468600000.01, null, 1398470400000, 1398470400000, null, 1398472200000, 1398472200000, null, 1398474000000.01, 1398474000000.01, null, 1398475800000, 1398475800000, null, 1398477600000, 1398477600000, null, 1398479400000.01, 1398479400000.01, null, 1398481200000, 1398481200000, null, 1398483000000, 1398483000000, null, 1398484800000.01, 1398484800000.01, null, 1398486600000, 1398486600000, null, 1398488400000, 1398488400000, null, 1398490200000.01, 1398490200000.01, null, 1398492000000, 1398492000000, null, 1398493800000, 1398493800000, null, 1398495600000.01, 1398495600000.01, null, 1398497400000, 1398497400000, null, 1398499200000, 1398499200000, null, 1398501000000.01, 1398501000000.01, null, 1398502800000, 1398502800000, null, 1398504600000, 1398504600000, null, 1398506400000.01, 1398506400000.01, null, 1398508200000, 1398508200000, null, 1398510000000, 1398510000000, null, 1398511800000.01, 1398511800000.01, null, 1398513600000, 1398513600000, null, 1398515400000, 1398515400000, null, 1398517200000.01, 1398517200000.01, null, 1398519000000, 1398519000000, null, 1398520800000, 1398520800000, null, 1398522600000.01, 1398522600000.01, null, 1398524400000, 1398524400000, null, 1398526200000, 1398526200000, null, 1398528000000.01, 1398528000000.01, null, 1398529800000, 1398529800000, null, 1398531600000, 1398531600000, null, 1398533400000.01, 1398533400000.01, null, 1398535200000, 1398535200000, null, 1398537000000, 1398537000000, null, 1398538800000.01, 1398538800000.01, null, 1398540600000, 1398540600000, null, 1398542400000, 1398542400000, null, 1398544200000.01, 1398544200000.01, null, 1398546000000, 1398546000000, null, 1398547800000, 1398547800000, null, 1398549600000.01, 1398549600000.01, null, 1398551400000, 1398551400000, null, 1398553200000, 1398553200000, null, 1398555000000.01, 1398555000000.01, null, 1398556800000, 1398556800000, null, 1398558600000, 1398558600000, null, 1398560400000.01, 1398560400000.01, null, 1398562200000, 1398562200000, null, 1398564000000, 1398564000000, null, 1398565800000.01, 1398565800000.01, null, 1398567600000, 1398567600000, null, 1398569400000, 1398569400000, null, 1398571200000.01, 1398571200000.01, null, 1398573000000, 1398573000000, null, 1398574800000, 1398574800000, null, 1398576600000.01, 1398576600000.01, null, 1398578400000, 1398578400000, null, 1398580200000, 1398580200000, null, 1398582000000.01, 1398582000000.01, null, 1398583800000, 1398583800000, null, 1398585600000, 1398585600000, null, 1398587400000.01, 1398587400000.01, null, 1398589200000, 1398589200000, null, 1398591000000, 1398591000000, null, 1398592800000.01, 1398592800000.01, null, 1398594600000, 1398594600000, null, 1398596400000, 1398596400000, null, 1398598200000.01, 1398598200000.01, null, 1398600000000, 1398600000000, null, 1398601800000, 1398601800000, null, 1398603600000.01, 1398603600000.01, null, 1398605400000, 1398605400000, null, 1398607200000, 1398607200000, null, 1398609000000.01, 1398609000000.01, null, 1398610800000, 1398610800000, null, 1398612600000, 1398612600000, null, 1398614400000.01, 1398614400000.01, null, 1398616200000, 1398616200000, null, 1398618000000, 1398618000000, null, 1398619800000.01, 1398619800000.01, null, 1398621600000, 1398621600000, null, 1398623400000, 1398623400000, null, 1398625200000.01, 1398625200000.01, null, 1398627000000, 1398627000000, null, 1398628800000, 1398628800000, null], "y": [0, -119.9863, null, 0, -145.5272, null, 0, -133.8936, null, 0, 89.86876, null, 0, 15.39836, null, 0, 2.039454, null, 0, -13.53625, null, 0, 6.259225, null, 0, 2.5054, null, 0, 0.936405, null, 0, -2.209076, null, 0, -94.63596, null, 0, -127.8616, null, 0, -121.1193, null, 0, -134.5849, null, 0, -133.7969, null, 0, -142.1707, null, 0, -132.9646, null, 0, -136.6619, null, 0, -152.1736, null, 0, -164.0053, null, 0, -155.0704, null, 0, -143.3803, null, 0, -147.8828, null, 0, -149.27, null, 0, -149.0783, null, 0, -152.8017, null, 0, -146.8822, null, 0, -166.2155, null, 0, -171.7201, null, 0, -165.4588, null, 0, -147.4515, null, 0, -138.3039, null, 0, -157.9452, null, 0, -154.1885, null, 0, -145.7377, null, 0, -148.1115, null, 0, -153.3771, null, 0, -136.4477, null, 0, -163.2518, null, 0, -146.1026, null, 0, -129.5701, null, 0, -134.5026, null, 0, -126.3582, null, 0, -126.4236, null, 0, -153.811, null, 0, -109.6352, null, 0, -87.54684, null, 0, 10.83518, null, 0, -36.99017, null, 0, -18.50958, null, 0, -5.503754, null, 0, -2.000946, null, 0, -6.183472, null, 0, -3.993988, null, 0, -4.812927, null, 0, -0.1915588, null, 0, -0.9773865, null, 0, -11.74698, null, 0, -11.03928, null, 0, -8.62796, null, 0, -3.769318, null, 0, -6.399933, null, 0, -19.59201, null, 0, -28.11063, null, 0, -19.97696, null, 0, -12.93753, null, 0, -13.24698, null, 0, -10.53857, null, 0, -8.529419, null, 0, -9.173126, null, 0, -4.711334, null, 0, -26.40164, null, 0, -25.15576, null, 0, -49.5242, null, 0, -82.8504, null, 0, -75.4324, null, 0, -78.32642, null, 0, -56.36798, null, 0, -51.67285, null, 0, -74.00281, null, 0, -76.15891, null, 0, -78.22403, null, 0, -84.62213, null, 0, -85.64661, null, 0, -58.23431, null, 0, 6.190316, null, 0, -10.12366, null, 0, 1.860335, null, 0, 9.110451, null, 0, 7.017457, null, 0, 29.58771, null, 0, -11.97, null, 0, -102.8921, null, 0, -99.13721, null, 0, -104.4986, null, 0, -85.08063, null, 0, -102.5809, null, 0, -79.79422, null, 0, -77.48895, null, 0, -68.93399, null, 0, -59.11658, null, 0, -31.27875, null, 0, -20.4538, null, 0, -3.424591, null, 0, 3.698534, null, 0, -4.657074, null, 0, -9.941833, null, 0, -3.055176, null, 0, 27.89056, null, 0, 5.286632, null, 0, 17.16757, null, 0, 36.51501, null, 0, 19.98906, null, 0, -22.65366, null, 0, -0.3375854, null, 0, 20.61609, null, 0, 20.55259, null, 0, 10.02372, null, 0, 9.513371, null, 0, 19.01377, null, 0, 18.08807, null, 0, 9.893084, null, 0, 5.956698, null, 0, 14.57038, null, 0, 10.67792, null, 0, 1.041583, null, 0, -6.647736, null, 0, -13.76642, null, 0, -13.34348, null, 0, -14.9725, null, 0, -50.0188, null, 0, -13.89313, null, 0, -4.467926, null, 0, 15.01163, null, 0, 50.02191, null, 0, 1.595571, null, 0, -8.160187, null, 0, 0.4064165, null, 0, 15.7354, null, 0, 12.99963, null, 0, 5.414451, null, 0, 20.33814, null, 0, 25.18514, null, 0, 27.22723, null, 0, 29.66001, null, 0, 24.07273, null, 0, 29.26355, null, 0, 38.28428, null, 0, 37.66345, null], "name": "Wind Direction", "mode": "lines+markers", "marker": {"symbol": "circle", "line": {"color": ["rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)"]}, "color": ["rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)"]}, "showlegend": true}, {"xaxis": "x3", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [1.600998, 1.092482, 1.076111, 0.8519822, 2.239077, 1.784159, 1.525467, 2.500072, 2.432194, 2.462132, 2.00158, 0.9464798, 1.722673, 1.840163, 1.687647, 1.863314, 1.557632, 1.614655, 1.111693, 0.9350712, 1.351668, 1.360733, 1.455237, 1.583696, 1.557771, 1.68364, 1.292809, 1.996696, 1.383676, 1.481742, 1.739635, 1.594975, 2.054745, 2.12823, 1.719047, 1.464007, 1.820708, 1.632964, 1.4756, 1.083353, 0.8809469, 1.323335, 1.427641, 1.448438, 1.525069, 1.183652, 1.362055, 1.051533, 0.9149311, 1.861912, 3.060798, 2.977959, 2.988344, 2.885111, 3.249474, 2.71134, 3.460125, 3.861144, 2.890908, 3.175865, 3.323014, 3.806382, 4.157537, 3.900172, 4.478362, 5.026409, 5.346136, 3.765835, 3.75726, 3.28941, 3.765666, 3.76677, 3.121708, 2.467198, 1.713205, 2.201531, 2.157902, 2.200522, 1.873981, 2.485064, 2.669614, 2.114552, 1.504956, 1.716606, 1.490705, 1.000753, 5.424249, 6.615588, 3.56327, 3.262865, 2.823142, 1.954238, 1.585801, 2.763216, 2.439775, 2.591594, 2.861218, 2.987431, 2.723698, 3.765317, 3.205806, 3.08443, 3.998489, 5.32802, 6.363726, 4.297293, 4.330436, 4.230921, 4.435786, 3.988905, 3.493052, 4.230225, 4.616972, 2.643757, 2.176076, 4.019656, 4.619887, 4.520606, 4.240577, 4.119192, 3.955235, 3.518659, 3.382056, 4.559823, 4.053077, 3.860063, 3.800471, 3.918166, 3.90648, 3.154616, 3.140442, 2.56523, 4.243, 4.055641, 4.006396, 3.062149, 3.093946, 3.241424, 2.647868, 2.561877, 4.431005, 3.784481, 4.133606, 4.995306, 5.524589, 6.066339, 4.984793, 4.036142, 4.00035, 4.111847], "name": "Wind Speed", "mode": "lines", "showlegend": true}], {"margin": {"pad": 0, "l": 0, "r": 0, "b": 0, "t": 0}, "showlegend": false, "width": 960, "height": 960, "xaxis1": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y1"}, "yaxis1": {"domain": [0.709264705882353, 0.925], "side": "left", "title": "Shear Stress (Pa)", "type": "linear", "anchor": "x1"}, "xaxis2": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y2"}, "yaxis2": {"domain": [0.409632352941176, 0.625367647058824], "side": "left", "title": "Shear Speed (m\/s)", "type": "linear", "anchor": "x2"}, "xaxis3": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "title": "Local Time", "anchor": "y3"}, "yaxis3": {"domain": [0.11, 0.325735294117647], "side": "left", "title": "Direction (deg)", "type": "linear", "anchor": "x3"}, "yaxis4": {"domain": [0.11, 0.325735294117647], "side": "right", "title": "Speed (m\/s)", "type": "linear", "anchor": "x3", "overlaying": "y3"}, "annotations": [{"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Shear Stress<\/b>", "x": 0.5175, "y": 0.935}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Shear Speed<\/b>", "x": 0.5175, "y": 0.635367647058824}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Horizontal Wind Diagnostics<\/b>", "x": 0.5175, "y": 0.335735294117647}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b><b><\/b><\/b>", "x": 0.5175, "y": 0.335735294117647}], "title": "<b>Shear Stress<\/b>", "titlefont": {"color": "rgba(0,0,0,0)"}}).then(function(){
$(".402ad7f7-0844-47ce-8d73-1c5543b44059.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu4" role="tabpanel" class="tab-pane"><center><script type="text/javascript">window.PLOTLYENV=window.PLOTLYENV || {};window.PLOTLYENV.BASE_URL="https://plot.ly";Plotly.LINKTEXT="Export to plot.ly";</script>
<div class="f29f69df-ef8c-46c1-a115-fb2b1b705bb5 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="f29f69df-ef8c-46c1-a115-fb2b1b705bb5" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("f29f69df-ef8c-46c1-a115-fb2b1b705bb5", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [-0.712862, -0.6753347, -0.6142369, 0.0004781008, 1.787079, 1.669591, 1.358641, 2.411336, 2.357406, 2.420486, 1.965304, -0.03294344, -1.015661, -0.9122745, -1.123974, -1.263799, -1.178271, -1.027417, -0.7566891, -0.791668, -1.262058, -1.199612, -1.124274, -1.274656, -1.2935, -1.411614, -1.085662, -1.621851, -1.31162, -1.320857, -1.623884, -1.286917, -1.466077, -1.940448, -1.451485, -1.157875, -1.518965, -1.416924, -1.008172, -1.003485, -0.6557173, -0.7547979, -0.9420514, -0.8040035, -0.8481013, -1.019298, -0.3993398, 0.03551809, 0.3091625, 1.412542, 2.708266, 2.845216, 2.8535, 2.716307, 3.140476, 2.565345, 3.332058, 3.743621, 2.672582, 3.033196, 3.194107, 3.687072, 4.004767, 3.587075, 3.850904, 4.633736, 5.066918, 3.528064, 3.579188, 3.162633, 3.627948, 3.608857, 2.679858, 2.158978, 1.023996, 0.2690608, 0.5286563, 0.4359262, 0.9993565, 1.501144, 0.7228144, 0.4913179, 0.298132, 0.1591926, 0.1115569, 0.3645353, 5.172418, 6.349227, 3.452751, 3.125543, 2.683476, 1.603009, 1.399601, -0.5679762, -0.3755659, -0.6327701, 0.2400844, -0.6256388, 0.4678781, 0.7943628, 1.117381, 1.50313, 3.274362, 4.849507, 6.113631, 4.166346, 4.205056, 4.057534, 4.266949, 3.427088, 3.403637, 3.887291, 3.606589, 2.448244, 1.919452, 3.958438, 4.295047, 4.187322, 4.163612, 4.053254, 3.697372, 3.333973, 3.323016, 4.489787, 3.912281, 3.787621, 3.768137, 3.884533, 3.787007, 3.066514, 3.02806, 1.553265, 3.654451, 4.026025, 3.813437, 1.636271, 3.071778, 3.195432, 2.579328, 2.396584, 4.171088, 3.66857, 3.75305, 4.327382, 4.719831, 5.027127, 4.349622, 3.391251, 2.864021, 2.90993], "name": "U-Wind", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [-1.2354, -0.4636726, -0.638429, 0.2087363, 0.4921868, 0.05945481, -0.3270908, 0.2644774, 0.1031491, 0.03956236, -0.07581076, -0.4062541, -1.306479, -1.511147, -1.140377, -1.318021, -0.9149269, -1.103139, -0.714016, -0.417865, -0.3617647, -0.5575972, -0.8355598, -0.8001253, -0.7689415, -0.8455595, -0.5579106, -1.057989, -0.3217892, -0.1922182, -0.4212098, -0.8213873, -1.306042, -0.7861506, -0.7020322, -0.7887316, -0.9450549, -0.7102463, -0.9584675, -0.3019803, -0.4405808, -0.9133651, -0.9585512, -1.09219, -1.14935, -0.5013153, -1.1193, -0.8290626, 0.05917234, -1.064047, -0.906673, -0.2741523, -0.09969351, -0.2942923, -0.2192739, -0.2160013, -0.01114107, -0.06386636, -0.5557508, -0.5917524, -0.484657, -0.2429107, -0.4492008, -1.27674, -2.057108, -1.68443, -1.163963, -0.8305492, -0.6658534, -0.4743178, -0.5858481, -0.2974195, -1.330381, -1.013902, -1.199978, -2.145015, -2.034277, -2.109904, -1.502337, -1.89893, -2.521222, -1.994122, -1.430074, -1.691057, -1.465391, -0.588719, 0.5610223, -1.133677, 0.1121464, 0.5012162, 0.3303195, 0.9101793, -0.2967282, -2.481494, -2.335027, -2.446984, -2.78939, -2.803325, -2.598869, -3.57988, -2.900875, -2.513198, -1.989185, -1.808703, -0.3658499, 0.2693188, -0.3425464, -0.7112055, -0.2277441, 1.813828, 0.3149438, 1.200904, 2.670207, 0.8905575, -0.8011, -0.02332402, 1.615772, 1.569957, 0.735931, 0.679255, 1.274102, 1.088947, 0.5795462, 0.4684674, 1.016912, 0.7141661, 0.06850924, -0.4527376, -0.9278243, -0.72735, -0.8098066, -1.852344, -0.9039239, -0.3145863, 1.02264, 1.951539, 0.08556457, -0.4582017, 0.01829619, 0.6752484, 0.9629396, 0.3477149, 1.391131, 2.034936, 2.428492, 2.862779, 1.943211, 1.900247, 2.260603, 2.246091], "name": "V-Wind", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [0.1773213, 0.05070101, 0.01877527, 0.3687271, -0.1172571, -0.02798469, 0.1073423, 0.007039884, 0.02544624, 0.03805135, 0.02213123, 0.04006869, 0.02308003, 0.06958089, -0.009916355, -0.05900771, -0.01126649, -0.08490257, 0.02986109, 0.0477037, 0.02574446, -0.002420526, 0.01879846, 0.003453922, 0.0335655, 0.02958873, 0.03223455, 0.001929763, 0.0281429, 0.1291468, 0.01130393, 0.01530269, 0.01110638, 0.02025739, -0.03802201, 0.06352464, -0.00769869, 0.08027726, 0.01410947, 0.03496017, 0.06142354, -0.06241585, -0.003365664, -0.137606, -0.1057036, -0.05862566, -0.008239947, -0.0006794376, 0.05731411, -0.1808679, -0.0007539811, 0.02148193, 0.0133468, 0.112788, 0.06833967, 0.03370091, 0.04998189, -0.03983259, -0.01525588, 0.02710611, 0.05230042, 0.06314918, 0.09109985, -0.05468766, -0.1222888, -0.08487942, -0.001479892, 0.02011123, -0.0508667, 0.02683134, -0.02924098, -0.001796602, -0.03025107, -0.007010004, -0.03528677, -0.07977325, -0.02517265, -0.06644616, -0.04866364, -0.08411582, -0.06440315, -0.0410449, -0.04066858, -0.0392638, -0.03089084, -0.02238963, 0.1322546, 0.2215582, 0.08758886, 0.1428032, 0.05943025, 0.02586185, 0.03787804, -0.03876112, 0.001530873, 0.05556849, -0.08785872, 0.009720057, -0.03244185, -0.07883845, 0.01148419, -0.09850299, -0.05790546, -0.06429068, 0.05783361, 0.06529231, 0.03073435, 0.09407761, 0.04115609, 0.07618845, 0.0828289, 0.04342363, 0.09427845, 0.05891903, -0.01568478, 0.02275825, 0.06711072, 0.07682329, 0.07405718, 0.07338661, 0.06801751, 0.07446648, 0.07041179, 0.05972092, 0.05628203, 0.05477257, 0.03601424, 0.01233838, -0.005412396, -0.01113037, -0.006942736, -0.04083361, -0.01454954, 0.01891217, 0.05726729, 0.05758513, 0.02236801, 0.01693218, 0.0236743, 0.07214615, 0.05328798, 0.09680429, 0.08999163, 0.2254615, 0.07221121, 0.0979005, 0.009350493, 0.1510194, 0.1437718, 0.1092691], "name": "W-Wind", "mode": "lines", "showlegend": true}], {"margin": {"pad": 0, "l": 0, "r": 0, "b": 0, "t": 0}, "showlegend": false, "width": 960, "height": 480, "xaxis1": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "title": "Local Time", "anchor": "y1"}, "yaxis1": {"domain": [0.11, 0.925], "side": "left", "title": "3D Wind Speed (m\/s)", "type": "linear", "anchor": "x1"}, "annotations": [{"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>3D Wind Components<\/b>", "x": 0.5175, "y": 0.935}], "title": "<b>3D Wind Components<\/b>", "titlefont": {"color": "rgba(0,0,0,0)"}}).then(function(){
$(".f29f69df-ef8c-46c1-a115-fb2b1b705bb5.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu9" role="tabpanel" class="tab-pane"><center><h2>Aviso: Fallo en generacion de ciclo diario de GHG.</h2></center></div><div id="menu7" role="tabpanel" class="tab-pane"><center><script type="text/javascript">window.PLOTLYENV=window.PLOTLYENV || {};window.PLOTLYENV.BASE_URL="https://plot.ly";Plotly.LINKTEXT="Export to plot.ly";</script>
<div class="5b1737d8-2856-444b-884c-d1af22a47af3 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="5b1737d8-2856-444b-884c-d1af22a47af3" style="height: 720px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("5b1737d8-2856-444b-884c-d1af22a47af3", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [0, 1.0180338139208, 1.0180338139208, 1.0180338139208, 3.2635226552412, 6.7124488576156, 10.884450824136, 10.884450824136, 5.883923411086, 3.3495538482468, -0.57095349801231, -1.3901803213199, -1.3901803213199, -1.4558655002528, 0.33998136250428, 0.33998136250428, 0.33998136250428, -0.7654617156634, -0.7654617156634, -0.22445917359789, -0.22445917359789, -0.110527937817, -0.35949045520704, -1.2547379390016, -1.2763501090992, -1.2763501090992, 0.04400443166584, 0.04400443166584, -0.5815953305547, -0.5815953305547, -0.74388315735486, -0.74388315735486, -0.74388315735486, -0.8214622403792, -1.1906228672112, -1.1906228672112, -0.72716742033136, -0.72716742033136, -0.25277774665728, -0.66664019799372, -0.66664019799372, -4.6965697756092, -6.1978588326072, -6.4420948633664, -9.98079804049, -10.9228142322, -10.9228142322, -8.88058307815, -8.262296604768, -6.9554555623275, -6.9554555623275, -15.82225755347, -15.82225755347, -10.876324774458, -10.252244951928, -4.3453005159102, -4.3453005159102, -0.9041458920452, -0.74672941314552, -0.74672941314552, -0.22483853075208, -1.03161547632, -0.4968931926695, -0.4968931926695, -0.20696061589248, -0.20696061589248, 1.5847882396932, 0.8941748068986, 0.8941748068986, 0.8941748068986, 0.66991294614244, 0.63890323338432, 0.63890323338432, 0.69241472683136, 0.69241472683136, 0.69241472683136, 0.4300767483335, 0.47091772276192, 0.47091772276192, 0.47091772276192, 0.03986712004167, -0.37199351975464, -0.2608582587376, -0.2608582587376, -0.2608582587376, -0.793746531446, null, null, null, null, null, -3.056705647816, -7.0881818026068, -7.0881818026068, -3.8396010243624, 0.944640011175, 0.738039725976, 0.944640011175, 0.7650583948852, 0.7650583948852, -4.3490779118776, -4.3490779118776, 0.3910218203288, 3.6253550575649, 0.3910218203288, -2.013262536441, -2.013262536441, -2.013262536441, 30.935686994396, -13.223929515039, -3.4763540201727, -13.223929515039, -3.4763540201727, 0.74488604740175, 0.74488604740175, 0.74488604740175, 0.35090688889626, -0.04403548165758, -0.11410951689896, -0.04403548165758, -0.11410951689896, 0.10017245042456, 0.10017245042456, 0.52114101218064, 0.52114101218064, 0.17623024937168, 0.17623024937168, 0.17623024937168, 2.1927747628512, 0.35869752024345, 2.6040385715808, 2.6040385715808, 15.102213462532, 17.57154306272, 15.102213462532, 1.8740179415376, -2.7363182079477, 0.3084296649225, 0.3084296649225, 15.265627179264, 18.917938271232, 18.917938271232, 35.161847989992, 39.64636693142, 48.710316512425, 48.710316512425, 61.3617267916, 61.3617267916, 61.3617267916, 52.338055317075], "name": "H2O Flux", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [-0.6466021, -0.6630587, -0.6466021, -0.3988737, -0.2926586, -0.2926586, -0.4429909, -0.4429909, -0.3244807, -0.1873455, 0.04457762, 0.1914902, 0.2900482, 0.2900482, 0.2482499, 0.2482499, 0.2482499, 0.3254402, 0.2245001, 0.2485905, 0.2245001, 0.2216397, 0.2216397, 0.4322356, 0.4322356, 0.3442666, 0.3442666, 0.1701118, 0.151856, 0.1002617, 0.1002617, 0.2202955, 0.2202955, 0.1629435, 0.1629435, 0.1970432, 0.2275983, 0.2275983, 0.2237042, 0.1544345, 0.1544345, 0.1544345, 0.03715595, 0.009422124, -0.1434469, -0.2829493, -0.3074374, -0.4003857, -0.4003857, -0.4003857, -0.3336479, -0.5059956, -0.5105105, -0.5105105, -0.1681532, -0.1622513, -0.02901606, -0.009361333, 0.07240775, 0.1675342, 0.2450536, 0.2450536, 0.1843443, 0.1843443, 0.2433022, 0.2433022, 0.2433022, 0.2548288, 0.2548288, 0.145236, 0.145236, 0.145236, 0.119581, 0.1010205, 0.1010205, 0.1354791, 0.2349301, 0.2349301, 0.2349301, 0.2193111, 0.2193111, 0.1686671, 0.03146111, 0.03146111, 0.110352, 0.110352, 0.1210548, null, null, null, 0.1467044, 0.09074967, 0.08244202, 0.07421073, 0.01310227, 0.01310227, 0.03624969, 0.03624969, 0.03624969, 0.02591447, 0.02591447, -0.03565039, -0.03565039, -0.03565039, 0.171099, 0.1400725, 0.171099, 0.6684835, 0.6684835, 0.05244998, 0.05244998, 0.2116925, 0.2116925, 0.09776954, 0.08466347, 0.08466347, 0.1754024, 0.1754024, 0.1078899, 0.1078899, 0.07481809, 0.07481809, 0.07481809, 0.01101957, -0.008050236, -0.008050236, -0.004740261, -0.004617234, 0.01349054, 0.02929726, 0.01349054, -0.2034083, -0.2034083, 0.09826788, 0.09826788, 0.01631296, 0.01631296, 0.00855517, -0.2159835, -0.2159835, -0.3151321, -0.3151321, -0.4929593, -0.4929593, -0.5418284, -0.5305794, -0.5305794, -0.5305794, -0.570328, -0.570328], "name": "CO2 Flux", "mode": "lines", "showlegend": true}], {"margin": {"pad": 0, "l": 0, "r": 0, "b": 0, "t": 0}, "showlegend": false, "width": 960, "height": 720, "xaxis1": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "title": "Local Time", "anchor": "y1"}, "yaxis1": {"domain": [0.583837209302326, 0.925], "side": "left", "title": "Flux (mg\/m3 m\/s)", "type": "linear", "anchor": "x1"}, "xaxis2": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y2"}, "yaxis2": {"domain": [0.11, 0.451162790697674], "side": "left", "title": "Flux (mg\/m3 m\/s)", "type": "linear", "anchor": "x2"}, "annotations": [{"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Water Vapour Flux<\/b>", "x": 0.5175, "y": 0.935}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Carbon Dioxide Flux<\/b>", "x": 0.5175, "y": 0.461162790697674}], "title": "<b>Water Vapour Flux<\/b>", "titlefont": {"color": "rgba(0,0,0,0)"}}).then(function(){
$(".5b1737d8-2856-444b-884c-d1af22a47af3.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu8" role="tabpanel" class="tab-pane"><center><script type="text/javascript">window.PLOTLYENV=window.PLOTLYENV || {};window.PLOTLYENV.BASE_URL="https://plot.ly";Plotly.LINKTEXT="Export to plot.ly";</script>
<div class="402c276d-70e7-45a6-98bf-91d3e422571d loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="402c276d-70e7-45a6-98bf-91d3e422571d" style="height: 960px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("402c276d-70e7-45a6-98bf-91d3e422571d", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [-3.496357, -3.496357, -3.112671, -2.73337, -1.700387, -1.224973, -1.176289, -1.176289, -1.419945, -1.62776, -1.831504, -2.531222, -4.006937, -4.558259, -4.878032, -5.089566, -5.187593, -5.305604, -5.367872, -5.386647, -5.442283, -5.449801, -5.45761, -5.475363, -5.568935, -5.686282, -5.686282, -5.689224, -5.925866, -5.997618, -6.091532, -6.091532, -6.116877, -6.166096, -6.178084, -6.244577, -6.314907, -6.382369, -6.382369, -6.279256, -6.247453, -6.178052, -6.122254, -5.913512, -5.801653, -5.780478, -5.462452, -5.100102, -4.747824, -3.922003, -3.922003, -4.053848, -4.649888, -5.276321, -5.54923, -5.593158, -5.756928, -5.765831, -5.765831, -5.720087, -5.720087, -5.720038, -5.667377, -5.532325, -5.42371, -5.416101, -5.416101, -5.488626, -5.545729, -5.545729, -5.461202, -5.392142, -5.372892, -5.198356, -5.198356, -5.329316, -5.329316, -5.35398, -5.383958, -5.415018, -5.545276, -5.545276, -5.415946, -5.297048, -5.297048, -5.319229, -5.661382, null, null, null, -9.507124, -9.843695, -9.843695, -9.690918, -9.690918, -9.690918, -9.227229, -9.213663, -9.213663, -9.073668, -9.036082, -8.661304, -8.478054, -8.478054, -9.393236, -13.52671, -15.3783, -16.15793, -15.3783, -14.16446, -12.2882, -11.2434, -11.22589, -10.94623, -10.70783, -10.81054, -10.70783, -10.81054, -10.63377, -10.45393, -10.32021, -10.26228, -10.09721, -10.09721, -10.70968, -11.67614, -12.22596, -12.98124, -13.18607, -14.35328, -15.12421, -15.12421, -14.4205, -13.97066, -12.29396, -12.19242, -11.19219, -10.68984, -9.725209, -6.340372, -5.502867, -5.120231, -4.846048, -4.661849, -4.549341, -4.341439, -4.341439, -4.465741, -4.465741, -4.418882], "name": "H2O Conc.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [53.38103, 54.00537, 54.72751, 55.28328, 57.59663, 58.17888, 58.26083, 58.29349, 58.22033, 57.76551, 57.06905, 55.0029, 50.32098, 49.42491, 49.04778, 49.01754, 48.84493, 48.82476, 48.82128, 48.97413, 48.98115, 48.81221, 48.8513, 49.26783, 49.15797, 49.26444, 48.82485, 49.65465, 49.42214, 49.46305, 49.19088, 48.82095, 49.22554, 49.32716, 48.99532, 49.3762, 49.41662, 49.08192, 48.88469, 49.23254, 49.27592, 49.48375, 49.0595, 49.72336, 50.07895, 49.81956, 50.07243, 51.05154, 51.32126, 53.29612, 54.58102, 54.44479, 52.94644, 50.95682, 49.91913, 49.29194, 48.87126, 48.71525, 48.07494, 48.28012, 48.57383, 48.25894, 47.90715, 47.75597, 47.43719, 47.46149, 47.84496, 48.37474, 48.59338, 48.50806, 48.59664, 49.1276, 49.48106, 50.46188, 50.73105, 50.16937, 49.83573, 49.82256, 48.9028, 48.70841, 49.87492, 49.08777, 48.74988, 49.1297, 49.60004, 49.78334, 48.79946, 45.0653, null, 32.55705, 33.91273, 33.76171, 33.69597, 34.36177, 34.52574, 34.34191, 34.83476, 34.98366, 35.28362, 35.9326, 35.9515, 36.13673, 36.33799, 36.89706, 36.38818, 34.74766, 33.57785, 33.09795, 33.32484, 34.47046, 35.66084, 35.36146, 36.00745, 36.43024, 36.09143, 36.18335, 36.21308, 37.2669, 36.877, 37.48549, 37.6516, 37.73425, 37.98187, 38.55075, 37.45904, 37.18513, 37.12159, 36.70167, 36.60714, 35.98537, 35.64067, 35.90933, 36.48171, 37.13673, 37.66846, 37.61294, 38.05416, 38.14886, 39.27774, 43.16321, 45.39516, 45.21121, 45.45727, 45.75689, 46.51362, 47.06358, 47.03417, 47.00652, 47.13776, 47.25551], "name": "H2O Signal Strength", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [10.0289689153824, 10.2786449187101, 10.4643935664273, 10.4359296793089, 10.5819450601355, 10.5762802421155, 10.5762802421155, 10.4787840801561, 10.0639723400325, 9.85398682846842, 9.79799415658482, 9.80181767511821, 9.74939905648551, 9.52312113877625, 9.32411936313206, 9.13696213623572, 9.06716537706436, 8.99547126753599, 8.95086551272551, 8.94498464765495, 8.94498464765495, 8.95523573153138, 8.95523573153138, 8.87527604525259, 8.87226602489511, 8.84573310615782, 8.7480865485778, 8.68935820417055, 8.60550446355732, 8.51831180349847, 8.51831180349847, 8.47726418852173, 8.47726418852173, 8.4246315525765, 8.40439652050215, 8.33748367202564, 8.30105189646564, 8.30105189646564, 8.34232543326903, 8.34744940922385, 8.34744940922385, 8.36359493221407, 8.56135730665777, 8.58844600869086, 8.63442746856364, 8.75130460498014, 9.03095946216045, 9.1115725080553, 9.54061543234961, 9.69982451175153, 9.69982451175153, 9.13387816204502, 9.13387816204502, 9.43670895793204, 9.5393092827953, 9.57678236844841, 9.5772010507383, 9.54683057617853, 9.54683057617853, 9.54651496721536, 9.54373973165879, 9.54373973165879, 9.6308789381883, 9.69582217767564, 9.73448929687759, 9.7331205274574, 9.69360576596637, 9.61550127624824, 9.54943020079837, 9.54943020079837, 9.62847373741828, 9.62242097346421, 9.59023957047891, 9.45440994888461, 9.45496842547486, 9.54715201500768, 9.67388274815057, 9.71165583856865, 9.85447868248277, 9.87264167035089, 9.87631192508936, 9.82656476401413, 9.82557252386722, 9.79939124652856, 9.75288028232172, 9.74119309637905, 9.68478905254421, 9.57479476311174, 9.53688063231218, 9.44860808826566, 9.2733058304892, 9.2733058304892, 9.2935078528631, 9.29303142825559, 9.28155198832786, 9.21580290368688, 9.15822533754525, 9.10610936760012, 9.00641597081868, 8.99584282977196, 9.03017925415836, 9.15757002729268, 9.19320992546988, 9.19320992546988, 8.89035465203527, 8.90406692838222, 9.06163419445294, 9.15274978800985, 9.15267839498834, 8.90562234343395, 8.55596550572522, 8.51542719268197, 8.12568048749208, 7.9427235999692, 7.90776689957374, 7.9048842924495, 7.84962239862437, 7.53049933505061, 7.45017238444588, 7.50576717055875, 7.44426229494602, 7.44384957221461, 7.42205944431398, 7.45391182903447, 7.64040107178156, 7.68048736813991, 7.78170520809319, 8.0420110934353, 8.08663996579662, 8.23239097845279, 8.23430407539514, 8.11381088109687, 7.52878906581675, 7.28389086016008, 7.27679333958491, 7.27022108479793, 7.11945365596564, 7.11756565677987, 7.27086176024151, 7.2602469691984, 7.57264893500245, 7.57250448688338, 7.75570111753907, 7.74006224415224, 7.35898757389286, 7.33209412614022, 7.06131632302475, 6.9656932851546, 6.87660198992531, 6.7650967960225], "name": "H2O Conc. (HMP)", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [342.347140901744, 343.020977021465, 339.745689335359, 336.572109270864, 336.575602047252, 335.710195901112, 335.739763179053, 337.426998337312, 339.879593149892, 341.594511618955, 344.960015589102, 346.682376967917, 357.316703333871, 359.115591192482, 362.196339725645, 363.557382165772, 364.826685250152, 365.212416575741, 365.03565395356, 364.999343076746, 364.622272979597, 364.415001374863, 364.463337969976, 362.288611516863, 362.325813027811, 362.419965693344, 360.81462686778, 362.541321911761, 361.574017358626, 361.704513644229, 365.248179441469, 364.617908702578, 364.85650416291, 364.308634952204, 364.325989197601, 363.74986427723, 363.355940070213, 365.169564419759, 365.188052971695, 365.757485143841, 366.066038135271, 364.162715570004, 364.160843437829, 363.039423635994, 362.083490368101, 361.721215904284, 359.176528529987, 356.913328681967, 354.32991851774, 354.41437998177, 355.444216596498, 358.459483276229, 358.490833246889, 357.773148899992, 353.1543770335, 353.201436079263, 353.118481237749, 353.510485135478, 354.490180302101, 356.649088381262, 357.670783452855, 358.300129581661, 358.272892569053, 360.104702674751, 360.4188437043, 360.448500226181, 358.530237889802, 356.964530975728, 356.13852383493, 355.68012739164, 355.54371805173, 354.285869023151, 354.448160568415, 355.702376938206, 357.255486064527, 359.678711937199, 361.099080913481, 361.289198932727, 363.681714461882, 363.54459559243, 364.603892969547, 367.208108526846, 372.943433969913, 376.915442273849, 381.25487146188, 381.217161734006, 367.391535015182, null, null, null, 441.398212338914, 441.335453249355, 441.297016499483, 436.840370114677, 434.40216246741, 434.24272118728, 433.632003714789, 432.241867296977, 426.848596911393, 419.807088572933, 419.029475134059, 417.390089993283, 410.002618151133, 408.579056226919, 406.836620466815, 407.575587919332, 408.30240252818, 415.593004260574, 415.35132878208, 415.117221075388, 413.970092128353, 413.762900077537, 413.460571110177, 413.437251031782, 416.451913179478, 417.411471054955, 417.240040833489, 410.344316077612, 408.829433604423, 405.355591626075, 405.114910593418, 404.029200015331, 400.313461092739, 398.582108040098, 398.446505324364, 398.414025064437, 394.516151537973, 394.912149991172, 397.107469607248, 399.163647785664, 399.160015908914, 401.71497930237, 401.419945192763, 394.268200546151, 394.266254569014, 398.023738898952, 397.757635856984, 396.872274068609, 385.229767113767, 352.487314258011, 352.002863746264, 350.340767680442, 349.532025010467, 350.211970573923, 350.517143727121, 350.965060212509, 351.447687572264, 351.741643981061, 351.787507417915, 351.409470577811], "name": "CO2 conc.", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y5", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [61.30595, 62.08752, 62.96378, 63.70554, 66.69363, 67.44877, 67.51662, 67.54265, 67.46355, 66.9807, 66.23336, 63.96679, 57.58786, 56.47077, 55.98453, 55.90829, 55.66274, 55.63098, 55.62088, 55.81483, 55.83745, 55.62576, 55.67537, 56.16947, 56.05208, 56.19444, 55.66942, 56.6452, 56.39864, 56.43672, 56.12899, 55.68464, 56.13424, 56.27235, 55.87741, 56.33039, 56.38326, 56.00069, 55.75752, 56.14657, 56.2032, 56.45908, 55.97192, 56.74263, 57.20015, 56.92466, 57.22267, 58.41812, 58.77157, 61.16616, 62.72399, 62.68169, 61.01475, 58.71561, 57.44404, 56.63728, 56.11463, 55.88309, 55.08194, 55.26814, 55.60406, 55.22077, 54.75578, 54.526, 54.06726, 54.04743, 54.52713, 55.20191, 55.48802, 55.40503, 55.50939, 56.1321, 56.56087, 57.71971, 58.07933, 57.45532, 57.06331, 57.05281, 55.99509, 55.73469, 57.05827, 56.17808, 55.76832, 56.18872, 56.7353, 56.9659, 55.85417, 51.43567, null, 36.91431, 38.95034, 38.726, 38.64896, 39.47199, 39.72296, 39.46691, 40.13257, 40.34783, 40.79693, 41.72848, 41.74665, 42.00126, 42.2881, 43.06364, 42.43068, 40.54583, 39.09597, 37.86536, 38.25443, 39.79813, 41.27136, 40.95284, 41.82183, 42.39928, 41.83819, 41.93053, 42.01078, 43.51288, 43.03788, 43.80023, 44.01674, 44.12235, 44.43358, 45.17924, 43.76664, 43.31838, 43.35929, 42.8239, 42.69236, 41.984, 41.58652, 41.94159, 42.64447, 43.54671, 44.11338, 44.05147, 44.57012, 44.70774, 46.46522, 51.94066, 54.68863, 54.54153, 54.83797, 55.18844, 56.00851, 56.60164, 56.58796, 56.58596, 56.75097, 56.90305], "name": "CO2 Signal Strength", "mode": "lines", "showlegend": true}], {"margin": {"pad": 0, "l": 0, "r": 0, "b": 0, "t": 0}, "showlegend": false, "width": 960, "height": 960, "xaxis1": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y1"}, "yaxis1": {"domain": [0.709264705882353, 0.925], "side": "left", "title": "Concentration (g\/m3)", "type": "linear", "anchor": "x1"}, "yaxis2": {"domain": [0.709264705882353, 0.925], "side": "right", "title": "Signal Strength (%)", "type": "linear", "anchor": "x1", "overlaying": "y1"}, "xaxis3": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y3"}, "yaxis3": {"domain": [0.409632352941176, 0.625367647058824], "side": "left", "title": "Concentration (g\/m3)", "type": "linear", "anchor": "x3"}, "xaxis4": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y4"}, "yaxis4": {"domain": [0.11, 0.325735294117647], "side": "left", "title": "Concentration (ppm)", "type": "linear", "anchor": "x4"}, "yaxis5": {"domain": [0.11, 0.325735294117647], "side": "right", "title": "Signal Strength (%)", "type": "linear", "anchor": "x4", "overlaying": "y4"}, "annotations": [{"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Water Vapour Concentration<\/b>", "x": 0.5175, "y": 0.935}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b><b><\/b><\/b>", "x": 0.5175, "y": 0.935}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b><b><\/b><\/b>", "x": 0.5175, "y": 0.635367647058824}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Carbon Dioxide Concentration<\/b>", "x": 0.5175, "y": 0.335735294117647}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b><b><\/b><\/b>", "x": 0.5175, "y": 0.335735294117647}], "title": "<b>Water Vapour Concentration<\/b>", "titlefont": {"color": "rgba(0,0,0,0)"}}).then(function(){
$(".402c276d-70e7-45a6-98bf-91d3e422571d.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu9" role="tabpanel" class="tab-pane"><center><h2>Aviso: Fallo en generacion de ciclo diario de GHG.</h2></center></div><div id="menu10" role="tabpanel" class="tab-pane"><center><script type="text/javascript">window.PLOTLYENV=window.PLOTLYENV || {};window.PLOTLYENV.BASE_URL="https://plot.ly";Plotly.LINKTEXT="Export to plot.ly";</script>
<div class="29dfb0cc-4d4f-4695-b621-a1331a9f8831 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="29dfb0cc-4d4f-4695-b621-a1331a9f8831" style="height: 1680px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("29dfb0cc-4d4f-4695-b621-a1331a9f8831", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [11.55188, 12.26445, 13.41121, 14.84519, 14.72474, 14.99945, 15.66709, 14.8737, 13.79517, 12.38724, 11.47128, 11.23477, 11.00502, 10.49329, 10.09647, 9.750855, 9.608994, 9.472216, 9.381782, 9.36432, 9.334742, 9.389134, 9.367193, 9.218434, 9.214237, 8.989584, 9.156587, 8.881204, 8.720571, 8.56585, 8.475557, 8.586556, 8.483221, 8.342286, 8.378346, 8.21778, 8.127555, 8.14115, 8.251741, 8.217247, 8.231369, 8.273536, 8.634878, 8.694984, 8.786529, 9.001587, 9.504191, 9.65119, 10.40925, 11.06971, 11.33028, 10.11854, 10.07286, 10.39206, 10.48537, 10.60758, 10.47297, 10.40437, 10.38466, 10.4218, 10.32622, 10.37756, 10.55909, 10.69171, 10.77643, 10.81636, 10.83005, 10.73174, 10.6228, 10.65655, 10.80231, 10.98093, 11.11726, 11.0767, 11.09349, 11.01823, 11.15383, 11.23982, 11.15989, 11.13426, 11.02861, 10.94217, 10.93929, 10.89368, 10.81529, 10.70554, 10.84764, 10.58639, 10.57125, 10.39334, 10.05841, 10.01841, 10.07838, 10.06386, 10.10056, 10.11344, 10.12625, 10.09735, 10.27376, 10.60689, 10.86806, 11.085, 11.70388, 11.98017, 10.51505, 9.682558, 10.07819, 10.16709, 10.16488, 10.47598, 10.11773, 10.12093, 10.40822, 9.743444, 9.415371, 9.846608, 9.898782, 9.904102, 9.799662, 10.18928, 10.12883, 10.08093, 10.41237, 9.74641, 9.678155, 9.887611, 10.20082, 10.47695, 10.35441, 10.07498, 10.1408, 9.478786, 8.78384, 9.400182, 9.9498, 9.503689, 9.759216, 9.684189, 10.1491, 10.97644, 10.56331, 10.98186, 11.95613, 12.53221, 12.63081, 12.64502, 12.47298, 12.94149, 13.1048, 13.08874], "name": "Ambient Temp.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [11.0689852521218, 11.4655180297101, 11.8063352502098, 12.1236002974661, 11.8549255605684, 12.0742981312359, 12.297375083964, 11.9286477690804, 11.2504616769439, 10.8432469794397, 10.6971617846529, 10.7015287192727, 10.6007569070543, 10.2191953582013, 9.88326784758482, 9.56267642252328, 9.44093842144112, 9.31590580331378, 9.23736723572514, 9.22647140416737, 9.20103603580643, 9.2627016582902, 9.24333073576977, 9.09722521113738, 9.10202841026, 8.87686665914419, 9.04950249222916, 8.77041956898989, 8.61960710451949, 8.46141266458152, 8.37725988814094, 8.49360639397381, 8.38592631264272, 8.25130211605243, 8.28843552022578, 8.12718395572893, 8.03826946289223, 8.05837928382454, 8.16703698236506, 8.13549691966184, 8.14518946604179, 8.17626689373347, 8.53831567734248, 8.58885790220471, 8.67270690092673, 8.88207180003836, 9.37496934527745, 9.51504411575682, 10.2403506490368, 10.7567770422182, 10.5311881551295, 9.48846237517265, 9.58020204524838, 10.0788236212803, 10.2447692462971, 10.407514573972, 10.3028284470589, 10.2508937994978, 10.2496025854289, 10.2913628231816, 10.1992102078802, 10.2444746224828, 10.3912813158192, 10.4988307167125, 10.5706311297508, 10.5633966792262, 10.5035787569895, 10.3782766990624, 10.242045757252, 10.271711495373, 10.4092018169969, 10.4048737142086, 10.3620435065717, 10.1517960235019, 10.1173327654931, 10.295249155173, 10.4949713839433, 10.5540084601799, 10.7693959799827, 10.8616309638585, 10.7940079066413, 10.7137959829909, 10.7122026772382, 10.6692582470656, 10.5937735060277, 10.4830692030243, 10.5761451710834, 10.2460929565957, null, 10.0972279177611, 9.80076784549158, 9.78825647064544, 9.85397855483909, 9.83279555897238, 9.81607105578239, 9.7123550422447, 9.62027083676836, 9.53672056991548, 9.38401156802372, 9.21224222896352, 9.46049200053937, 9.68081266499349, 9.8782224405195, 9.78021276272246, 9.18453084666567, 9.0151190019722, 9.46103203364327, 9.61455672734547, 9.62534940562806, 9.21522321205997, 8.62293625507986, 8.55332318717425, 7.87372485942157, 7.36546677807017, 7.51351840360894, 7.45373741777061, 7.35562353157756, 6.57797786636536, 6.75489223981702, 6.60566810512588, 6.72281661907669, 6.55833050212247, 6.60703228751101, 6.33316780212511, 6.95478071202582, 7.03991993367957, 7.2478738136759, 7.73665487834552, 7.81592389960065, 8.06065909262919, 8.17248332821105, 7.79649114186881, 6.71468004384338, 6.22392618252297, 6.2518772873242, 6.23665797535519, 5.78834725752817, 5.93601724642351, 6.26569649547746, 7.32487758553739, 6.03470845913838, 6.89795014227204, 7.31000399066801, 7.42123738745742, 6.59514769217436, 6.00341822990943, 6.54035773765772, 5.85846757423578, 5.41796849706216, 5.6525455297816], "name": "Dew Point Temp.", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [10.00966, 10.25885, 10.44424, 10.59898, 10.41583, 10.55591, 10.67963, 10.4586, 10.04459, 9.835016, 9.774815, 9.787265, 9.730625, 9.504789, 9.306167, 9.119368, 9.049706, 8.978153, 8.933637, 8.927763, 8.913229, 8.949047, 8.937998, 8.855055, 8.858321, 8.731245, 8.8287, 8.672627, 8.588934, 8.501915, 8.456213, 8.520054, 8.460941, 8.388216, 8.408417, 8.321433, 8.273981, 8.285076, 8.343124, 8.326262, 8.331379, 8.347496, 8.544876, 8.571916, 8.617803, 8.734456, 9.013572, 9.094032, 9.522245, 9.831738, 9.672281, 9.059679, 9.11776, 9.418538, 9.520944, 9.621385, 9.558761, 9.528452, 9.528138, 9.553603, 9.498405, 9.525367, 9.612339, 9.677154, 9.720674, 9.71438, 9.674475, 9.596986, 9.51353, 9.531043, 9.614073, 9.603894, 9.570412, 9.436765, 9.414122, 9.531295, 9.655256, 9.690237, 9.835506, 9.897593, 9.857293, 9.807647, 9.806657, 9.78052, 9.734101, 9.666141, 9.721333, 9.51801, 9.556869, 9.430417, 9.255449, 9.249484, 9.288631, 9.275617, 9.26368, 9.198062, 9.140183, 9.089503, 8.989073, 8.871593, 9.012795, 9.139936, 9.239951, 9.166615, 8.873236, 8.788151, 9.04419, 9.135056, 9.142294, 8.878726, 8.539589, 8.499034, 8.101819, 7.845296, 7.936634, 7.889668, 7.83451, 7.424203, 7.518634, 7.428345, 7.491315, 7.40777, 7.422089, 7.305521, 7.627531, 7.6657, 7.766723, 8.023059, 8.071069, 8.218453, 8.278966, 8.098187, 7.530721, 7.259694, 7.255754, 7.262784, 7.031024, 7.105747, 7.256863, 7.782492, 7.129036, 7.557925, 7.74077, 7.78029, 7.344818, 7.047719, 7.322019, 6.95228, 6.751691, 6.863359], "name": "H2O Mixing Ratio", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [96.8091, 94.79559, 89.86897, 83.52092, 82.68494, 82.40898, 80.07429, 82.28581, 84.41061, 90.17007, 94.92625, 96.47399, 97.31222, 98.16398, 98.56526, 98.72961, 98.86363, 98.94165, 99.02121, 99.06541, 99.09319, 99.14266, 99.15989, 99.17695, 99.23783, 99.23316, 99.27222, 99.24568, 99.31155, 99.28715, 99.3285, 99.36543, 99.33536, 99.37772, 99.3852, 99.37981, 99.38836, 99.43293, 99.42018, 99.44021, 99.41002, 99.33453, 99.34106, 99.27632, 99.22453, 99.18713, 99.1245, 99.07874, 98.86431, 97.91454, 94.76118, 95.81348, 96.71188, 97.90267, 98.38652, 98.65785, 98.85649, 98.96748, 99.09076, 99.12197, 99.14438, 99.10394, 98.87277, 98.70654, 98.62125, 98.30815, 97.82156, 97.64176, 97.45985, 97.43352, 97.38167, 96.1889, 95.03503, 93.94863, 93.62379, 95.23904, 95.65694, 95.48556, 97.40519, 98.18163, 98.43231, 98.47272, 98.48123, 98.49846, 98.51696, 98.50948, 98.18552, 97.72629, 98.22598, 98.01624, 98.26791, 98.45099, 98.49008, 98.4454, 98.08955, 97.3163, 96.62547, 96.26639, 94.14031, 90.97399, 90.90987, 90.94398, 88.42042, 86.22521, 91.36711, 95.55665, 95.89642, 96.32121, 96.40633, 91.80057, 90.32327, 89.87437, 84.12654, 84.97153, 87.78068, 84.89462, 84.02354, 79.58835, 81.14496, 78.2157, 79.17788, 78.53315, 77.05196, 79.08733, 82.95932, 82.27188, 81.71148, 82.95123, 84.09883, 87.15923, 87.44073, 89.12481, 86.7171, 80.35785, 77.56372, 79.8648, 76.07352, 77.25477, 76.59751, 77.95838, 73.29324, 75.66158, 72.92493, 70.71636, 66.34776, 63.61029, 66.79389, 61.74123, 59.22251, 60.26718], "name": "Relative Humidity", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [101.2541, 101.2171, 101.161, 101.1139, 101.083, 101.0605, 101.0513, 101.0516, 101.0558, 101.0638, 101.0722, 101.0627, 101.0726, 101.0607, 101.075, 101.0752, 101.0826, 101.0826, 101.0726, 101.0676, 101.0507, 101.0375, 101.0241, 100.9979, 100.9678, 100.9489, 100.9299, 100.9128, 100.8921, 100.8557, 100.8474, 100.8315, 100.7929, 100.7687, 100.7639, 100.7532, 100.7515, 100.7358, 100.7307, 100.7149, 100.729, 100.7337, 100.7404, 100.7414, 100.7374, 100.7209, 100.7062, 100.7116, 100.708, 100.684, 100.6484, 100.6291, 100.6203, 100.5957, 100.5743, 100.5611, 100.5677, 100.5574, 100.5444, 100.5423, 100.5447, 100.5604, 100.5815, 100.5816, 100.5693, 100.5663, 100.5656, 100.5582, 100.5528, 100.5543, 100.5596, 100.5678, 100.5252, 100.4774, 100.4288, 100.3701, 100.3271, 100.2921, 100.2542, 100.2116, 100.1524, 100.1189, 100.0901, 100.0816, 100.0754, 100.0915, 100.148, 100.1439, null, 100.2708, 100.2989, 100.3096, 100.3362, 100.3219, 100.3338, 100.34, 100.3361, 100.2768, 100.2884, 100.2483, 100.2366, 100.2427, 100.2339, 100.2322, 100.271, 100.2977, 100.3114, 100.3275, 100.3625, 100.4191, 100.4696, 100.5175, 100.591, 100.6529, 100.7175, 100.7625, 100.8039, 100.8548, 100.8984, 100.9293, 100.9647, 101.0063, 101.0522, 101.0788, 101.1132, 101.1519, 101.169, 101.1768, 101.1786, 101.1986, 101.2299, 101.258, 101.2906, 101.3029, 101.3034, 101.3572, 101.3868, 101.4334, 101.4957, 101.5375, 101.5601, 101.5784, 101.5771, 101.5793, 101.5861, 101.573, 101.5794, 101.5699, 101.5628, 101.5651], "name": "Atmo. Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [97.61455, 97.58755, 97.52805, 97.46361, 97.44113, 97.42307, 97.41634, 97.42523, 97.4416, 97.46017, 97.47495, 97.46351, 97.46502, 97.44598, 97.45595, 97.44975, 97.45336, 97.44538, 97.42924, 97.3933, 97.37702, 97.38089, 97.3699, 97.34439, 97.31966, 97.30542, 97.25697, 97.24528, 97.24215, 97.21656, 97.2011, 97.18581, 97.14799, 97.12901, 97.12828, 97.11623, 97.10588, 97.09572, 97.07829, 97.06178, 97.07368, 97.08013, 97.09489, 97.09988, 97.10941, 97.08575, 97.07435, 97.09785, 97.09748, 97.08135, 97.05245, 97.05289, 97.04616, 97.0188, 96.99468, 96.981, 96.98474, 96.97239, 96.95682, 96.95281, 96.95433, 96.96735, 96.97742, 96.97858, 96.96013, 96.95615, 96.95666, 96.95961, 96.95757, 96.96159, 96.95938, 96.96561, 96.93167, 96.88596, 96.84421, 96.78362, 96.74029, 96.71223, 96.6656, 96.31181, 93.3532, 95.11704, 96.10731, 96.45395, 96.4838, 96.50456, 95.92439, 91.97048, null, 95.88252, 95.08176, 95.93171, 96.44615, 96.0844, 94.69324, 96.50907, 96.72285, 96.64982, 96.66864, 96.62439, 96.61806, 96.62897, 96.61945, 96.60602, 96.62502, 96.63239, 96.62965, 95.32845, 96.10779, 96.74249, 96.81346, 96.85159, 96.92036, 96.9912, 97.04892, 97.07559, 97.10962, 97.15599, 97.20239, 97.22389, 97.25896, 97.30033, 97.3439, 97.37296, 97.4072, 97.44215, 97.45124, 97.453, 97.45348, 97.47668, 97.50412, 97.53414, 97.56796, 97.57896, 97.57601, 97.63502, 97.66546, 97.70862, 97.77043, 97.80358, 97.8411, 97.86177, 97.86298, 97.86633, 97.87711, 97.87305, 97.90845, 97.86575, 97.88374, 97.89965], "name": "Cell Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x5", "yaxis": "y5", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [-3.639546, -3.629557, -3.632909, -3.650256, -3.641917, -3.63739, -3.634999, -3.626416, -3.614173, -3.60359, -3.597232, -3.599229, -3.607593, -3.614696, -3.619021, -3.625442, -3.629246, -3.637202, -3.643376, -3.674359, -3.673675, -3.656603, -3.654161, -3.653466, -3.64818, -3.643463, -3.672945, -3.667511, -3.649954, -3.639125, -3.646271, -3.645644, -3.644955, -3.639685, -3.635632, -3.636935, -3.645658, -3.640078, -3.652434, -3.653121, -3.655317, -3.653596, -3.645567, -3.641526, -3.627949, -3.63514, -3.631875, -3.613753, -3.610573, -3.602655, -3.595938, -3.576171, -3.574137, -3.576942, -3.579663, -3.580072, -3.583007, -3.585039, -3.58756, -3.589481, -3.590413, -3.593035, -3.604113, -3.603021, -3.609119, -3.61011, -3.608945, -3.598539, -3.595192, -3.592755, -3.600179, -3.602234, -3.593479, -3.591429, -3.584605, -3.586519, -3.586818, -3.579901, -3.588582, -3.899806, -6.799197, -5.001849, -3.982754, -3.627695, -3.59163, -3.586954, -4.223583, -8.173404, null, -4.388267, -5.21709, -4.377852, -3.890058, -4.237517, -5.640527, -3.830882, -3.613234, -3.626982, -3.619746, -3.623926, -3.6185, -3.613747, -3.614487, -3.626186, -3.645956, -3.665277, -3.681753, -4.999057, -4.254748, -3.676582, -3.656142, -3.665894, -3.670654, -3.661689, -3.668616, -3.686898, -3.694313, -3.698835, -3.696021, -3.70541, -3.705763, -3.706012, -3.708308, -3.705862, -3.706023, -3.709695, -3.717792, -3.723806, -3.725071, -3.721925, -3.725826, -3.723902, -3.722648, -3.723888, -3.727435, -3.722153, -3.721324, -3.724834, -3.725228, -3.733958, -3.718973, -3.716632, -3.714101, -3.712976, -3.708994, -3.699928, -3.670986, -3.704107, -3.679043, -3.665405], "name": "Diff. Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x6", "yaxis": "y6", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398360600000.01, null, 1398362400000, 1398362400000, null, 1398364200000, 1398364200000, null, 1398366000000.01, 1398366000000.01, null, 1398367800000, 1398367800000, null, 1398369600000, 1398369600000, null, 1398371400000.01, 1398371400000.01, null, 1398373200000, 1398373200000, null, 1398375000000, 1398375000000, null, 1398376800000.01, 1398376800000.01, null, 1398378600000, 1398378600000, null, 1398380400000, 1398380400000, null, 1398382200000.01, 1398382200000.01, null, 1398384000000, 1398384000000, null, 1398385800000, 1398385800000, null, 1398387600000.01, 1398387600000.01, null, 1398389400000, 1398389400000, null, 1398391200000, 1398391200000, null, 1398393000000.01, 1398393000000.01, null, 1398394800000, 1398394800000, null, 1398396600000, 1398396600000, null, 1398398400000.01, 1398398400000.01, null, 1398400200000, 1398400200000, null, 1398402000000, 1398402000000, null, 1398403800000.01, 1398403800000.01, null, 1398405600000, 1398405600000, null, 1398407400000, 1398407400000, null, 1398409200000.01, 1398409200000.01, null, 1398411000000, 1398411000000, null, 1398412800000, 1398412800000, null, 1398414600000.01, 1398414600000.01, null, 1398416400000, 1398416400000, null, 1398418200000, 1398418200000, null, 1398420000000.01, 1398420000000.01, null, 1398421800000, 1398421800000, null, 1398423600000, 1398423600000, null, 1398425400000.01, 1398425400000.01, null, 1398427200000, 1398427200000, null, 1398429000000, 1398429000000, null, 1398430800000.01, 1398430800000.01, null, 1398432600000, 1398432600000, null, 1398434400000, 1398434400000, null, 1398436200000.01, 1398436200000.01, null, 1398438000000, 1398438000000, null, 1398439800000, 1398439800000, null, 1398441600000.01, 1398441600000.01, null, 1398443400000, 1398443400000, null, 1398445200000, 1398445200000, null, 1398447000000.01, 1398447000000.01, null, 1398448800000, 1398448800000, null, 1398450600000, 1398450600000, null, 1398452400000.01, 1398452400000.01, null, 1398454200000, 1398454200000, null, 1398456000000, 1398456000000, null, 1398457800000.01, 1398457800000.01, null, 1398459600000, 1398459600000, null, 1398461400000, 1398461400000, null, 1398463200000.01, 1398463200000.01, null, 1398465000000, 1398465000000, null, 1398466800000, 1398466800000, null, 1398468600000.01, 1398468600000.01, null, 1398470400000, 1398470400000, null, 1398472200000, 1398472200000, null, 1398474000000.01, 1398474000000.01, null, 1398475800000, 1398475800000, null, 1398477600000, 1398477600000, null, 1398479400000.01, 1398479400000.01, null, 1398481200000, 1398481200000, null, 1398483000000, 1398483000000, null, 1398484800000.01, 1398484800000.01, null, 1398486600000, 1398486600000, null, 1398488400000, 1398488400000, null, 1398490200000.01, 1398490200000.01, null, 1398492000000, 1398492000000, null, 1398493800000, 1398493800000, null, 1398495600000.01, 1398495600000.01, null, 1398497400000, 1398497400000, null, 1398499200000, 1398499200000, null, 1398501000000.01, 1398501000000.01, null, 1398502800000, 1398502800000, null, 1398504600000, 1398504600000, null, 1398506400000.01, 1398506400000.01, null, 1398508200000, 1398508200000, null, 1398510000000, 1398510000000, null, 1398511800000.01, 1398511800000.01, null, 1398513600000, 1398513600000, null, 1398515400000, 1398515400000, null, 1398517200000.01, 1398517200000.01, null, 1398519000000, 1398519000000, null, 1398520800000, 1398520800000, null, 1398522600000.01, 1398522600000.01, null, 1398524400000, 1398524400000, null, 1398526200000, 1398526200000, null, 1398528000000.01, 1398528000000.01, null, 1398529800000, 1398529800000, null, 1398531600000, 1398531600000, null, 1398533400000.01, 1398533400000.01, null, 1398535200000, 1398535200000, null, 1398537000000, 1398537000000, null, 1398538800000.01, 1398538800000.01, null, 1398540600000, 1398540600000, null, 1398542400000, 1398542400000, null, 1398544200000.01, 1398544200000.01, null, 1398546000000, 1398546000000, null, 1398547800000, 1398547800000, null, 1398549600000.01, 1398549600000.01, null, 1398551400000, 1398551400000, null, 1398553200000, 1398553200000, null, 1398555000000.01, 1398555000000.01, null, 1398556800000, 1398556800000, null, 1398558600000, 1398558600000, null, 1398560400000.01, 1398560400000.01, null, 1398562200000, 1398562200000, null, 1398564000000, 1398564000000, null, 1398565800000.01, 1398565800000.01, null, 1398567600000, 1398567600000, null, 1398569400000, 1398569400000, null, 1398571200000.01, 1398571200000.01, null, 1398573000000, 1398573000000, null, 1398574800000, 1398574800000, null, 1398576600000.01, 1398576600000.01, null, 1398578400000, 1398578400000, null, 1398580200000, 1398580200000, null, 1398582000000.01, 1398582000000.01, null, 1398583800000, 1398583800000, null, 1398585600000, 1398585600000, null, 1398587400000.01, 1398587400000.01, null, 1398589200000, 1398589200000, null, 1398591000000, 1398591000000, null, 1398592800000.01, 1398592800000.01, null, 1398594600000, 1398594600000, null, 1398596400000, 1398596400000, null, 1398598200000.01, 1398598200000.01, null, 1398600000000, 1398600000000, null, 1398601800000, 1398601800000, null, 1398603600000.01, 1398603600000.01, null, 1398605400000, 1398605400000, null, 1398607200000, 1398607200000, null, 1398609000000.01, 1398609000000.01, null, 1398610800000, 1398610800000, null, 1398612600000, 1398612600000, null, 1398614400000.01, 1398614400000.01, null, 1398616200000, 1398616200000, null, 1398618000000, 1398618000000, null, 1398619800000.01, 1398619800000.01, null, 1398621600000, 1398621600000, null, 1398623400000, 1398623400000, null, 1398625200000.01, 1398625200000.01, null, 1398627000000, 1398627000000, null, 1398628800000, 1398628800000, null], "y": [0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0, null, 0, 0.1, null], "name": "Cumulative Pp", "mode": "lines+markers", "marker": {"symbol": "circle", "line": {"color": ["rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgb(0,113.985,188.955)", "rgba(0,0,0,0)"]}, "color": ["rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)", "rgba(0,0,0,0)"]}, "showlegend": true}, {"xaxis": "x6", "yaxis": "y7", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.1], "name": "Pp", "mode": "lines", "showlegend": true}, {"xaxis": "x8", "yaxis": "y8", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [0.0433869999999998, 0.0742530000000001, 0.155845, 0.278189, 0.290034, 0.299905, 0.35453, 0.299537, 0.245876, 0.14141, 0.068686, 0.0469889999999999, 0.0352749999999999, 0.0232920000000001, 0.0177230000000002, 0.015333, 0.013585, 0.012537, 0.011525, 0.010991, 0.010643, 0.0100990000000001, 0.00988200000000017, 0.00958499999999995, 0.00887300000000013, 0.00879300000000005, 0.00844, 0.0085869999999999, 0.0077520000000002, 0.00794299999999981, 0.00743700000000014, 0.00708100000000011, 0.00736399999999993, 0.00682899999999997, 0.00676399999999999, 0.00674899999999989, 0.00661599999999996, 0.00614000000000003, 0.006324, 0.00609099999999985, 0.00642600000000004, 0.00727000000000011, 0.00737699999999997, 0.008135, 0.00877100000000008, 0.00932899999999992, 0.010394, 0.0110460000000001, 0.014327, 0.0274909999999999, 0.070265, 0.051796, 0.040554, 0.0264249999999999, 0.020456, 0.0171560000000002, 0.0144850000000001, 0.01302, 0.0114509999999999, 0.011085, 0.0107330000000001, 0.0112789999999998, 0.0143610000000001, 0.016626, 0.0178229999999999, 0.0219280000000002, 0.02826, 0.0303929999999999, 0.0325009999999999, 0.0329110000000001, 0.0339039999999999, 0.0499399999999999, 0.065652, 0.0797999999999999, 0.084179, 0.0625410000000002, 0.0575680000000001, 0.0601830000000001, 0.0344089999999999, 0.024071, 0.0206069999999998, 0.0199609999999999, 0.019846, 0.0195609999999999, 0.01922, 0.0191760000000001, 0.0235670000000001, 0.029023, 0.0226200000000001, 0.0249980000000001, 0.0213409999999998, 0.0190349999999999, 0.0186300000000001, 0.0191619999999999, 0.023606, 0.0331889999999999, 0.041768, 0.0461230000000001, 0.0732489999999999, 0.115366, 0.118228, 0.119491, 0.159216, 0.192866, 0.109851, 0.0533859999999999, 0.050632, 0.045658, 0.044597, 0.103893, 0.119706, 0.125289, 0.200224, 0.181312, 0.144197, 0.183504, 0.194763, 0.2489439, 0.2283324, 0.270771, 0.2577787, 0.2649095, 0.2895279, 0.2524262, 0.204683, 0.215954, 0.227515, 0.216028, 0.19984, 0.158399, 0.1556, 0.129001, 0.1502191, 0.2315944, 0.2744526, 0.2390629, 0.2889775, 0.2733131, 0.2901315, 0.288778, 0.3404246, 0.3190752, 0.378475, 0.425145, 0.4917616, 0.5322404, 0.4802398, 0.5693003, 0.6146843, 0.598256], "name": "Vapour Press. Def.", "mode": "lines", "showlegend": true}, {"xaxis": "x9", "yaxis": "y9", "type": "scatter", "visible": true, "x": [1398358800000, 1398362400000, 1398366000000.01, 1398369600000, 1398373200000, 1398376800000.01, 1398380400000, 1398384000000, 1398387600000.01, 1398391200000, 1398394800000, 1398398400000.01, 1398402000000, 1398405600000, 1398409200000.01, 1398412800000, 1398416400000, 1398420000000.01, 1398423600000, 1398427200000, 1398430800000.01, 1398434400000, 1398438000000, 1398441600000.01, 1398445200000, 1398448800000, 1398452400000.01, 1398456000000, 1398459600000, 1398463200000.01, 1398466800000, 1398470400000, 1398474000000.01, 1398477600000, 1398481200000, 1398484800000.01, 1398488400000, 1398492000000, 1398495600000.01, 1398499200000, 1398502800000, 1398506400000.01, 1398510000000, 1398513600000, 1398517200000.01, 1398520800000, 1398524400000, 1398528000000.01, 1398531600000, 1398535200000, 1398538800000.01, 1398542400000, 1398546000000, 1398549600000.01, 1398553200000, 1398556800000, 1398560400000.01, 1398564000000, 1398567600000, 1398571200000.01, 1398574800000, 1398578400000, 1398582000000.01, 1398585600000, 1398589200000, 1398592800000.01, 1398596400000, 1398600000000, 1398603600000.01, 1398607200000, 1398610800000, 1398614400000.01, 1398618000000, 1398621600000, 1398625200000.01, 1398628800000], "y": [-0, 0.0111767312928439, 0.0100439846870095, 0.00500485216475556, 0.000213795128602335, 0.00504323996072613, 0.00154087583034567, 6.98469190192748e-05, 0.000352097353948339, 0.00019276269759882, 0.000414155715693402, 0.000101717807380852, 0.000217101776718249, 0.000207283449364367, 0.000260886719581863, 0.000271023173572404, 8.04728477350092e-05, 0.000405199478574868, 0.000194839458168959, 3.29257668352084e-05, 3.50479982296644e-05, 0.000179495582708966, 0.000269506262386904, 0.000357921893714388, 0.00163981992397501, 0.00237919864767505, 0.000525565086203314, 0.00169496008896556, 0.00101956885929849, 0.00089382071769026, 0.000408674280557842, 0.000907735413838061, 0.0011090951955216, 0.00354203706266964, 0.00135792263601154, 0.00228584807441479, 0.00391395004397785, 0.000544116611481829, 0.00175077378676354, 0.00046235907121948, 0.00137775132893732, 0.000580091164544106, 0.00165258470589162, 0.00219410288776439, 0.00202303386439511, 0.00225686740206309, 0.00166527853583795, 0.00227202149383868, 0.00471854512772928, 0.00468874584499447, 0.00976945678206149, 0.00804978828341299, 0.0138858159267745, 0.00400602937260757, 0.00447524184032482, 0.0111484172234948, 0.0103369939644092, 0.0215083606711682, 0.0444464909303891, 0.0538989945659816, 0.0573335716036823, 0.0615365310410238, 0.0536768883652356, 0.0552247653887197, 0.0507818677276077, 0.0333870403076684, 0.0200639681937018, 0.0569806236622077, 0.0524325404119542, 0.0519051937046762, 0.0383690393522498, 0.012055822925103, 0.016672748526472, 0.00387099906036576, 0.0464255532751696, -0], "name": "Evapotranspiration", "mode": "lines", "showlegend": true}], {"margin": {"pad": 0, "l": 0, "r": 0, "b": 0, "t": 0}, "showlegend": false, "width": 960, "height": 1680, "xaxis1": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y1"}, "yaxis1": {"domain": [0.837678571428571, 0.925], "side": "left", "title": "Temperature (degC)", "type": "linear", "anchor": "x1"}, "xaxis2": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y2"}, "yaxis2": {"domain": [0.716398809523809, 0.803720238095238], "side": "left", "title": "Mix.Rat. (g\/kg)", "type": "linear", "anchor": "x2"}, "yaxis3": {"domain": [0.716398809523809, 0.803720238095238], "side": "right", "title": "RH (%)", "type": "linear", "anchor": "x2", "overlaying": "y2"}, "xaxis4": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y4"}, "yaxis4": {"domain": [0.595119047619048, 0.682440476190476], "side": "left", "title": "Pressure (kPa)", "type": "linear", "anchor": "x4"}, "xaxis5": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y5"}, "yaxis5": {"domain": [0.473839285714286, 0.561160714285714], "side": "left", "title": "Diff. Pres (kPa)", "type": "linear", "anchor": "x5"}, "xaxis6": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y6"}, "yaxis6": {"domain": [0.352559523809524, 0.439880952380952], "side": "left", "title": "Cum. Rain (mm)", "type": "linear", "anchor": "x6"}, "yaxis7": {"domain": [0.352559523809524, 0.439880952380952], "side": "right", "title": "Rain (mm)", "type": "linear", "anchor": "x6", "overlaying": "y6"}, "xaxis8": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "title": "Local Time", "anchor": "y8"}, "yaxis8": {"domain": [0.231279761904762, 0.31860119047619], "side": "left", "title": "VPD (kPa)", "type": "linear", "anchor": "x8"}, "xaxis9": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "title": "Local Time", "anchor": "y9"}, "yaxis9": {"domain": [0.11, 0.197321428571429], "side": "left", "title": "ET rate (mm\/h)", "type": "linear", "anchor": "x9"}, "annotations": [{"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Dry and Wet Bulb Temperature Diagnostics<\/b>", "x": 0.5175, "y": 0.935}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Water Vapour Diagnostics<\/b>", "x": 0.5175, "y": 0.813720238095238}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b><b><\/b><\/b>", "x": 0.5175, "y": 0.813720238095238}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Pressure Diagnostics<\/b>", "x": 0.5175, "y": 0.692440476190476}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b><b><\/b><\/b>", "x": 0.5175, "y": 0.571160714285714}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Precipitation<\/b>", "x": 0.5175, "y": 0.449880952380952}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b><b><\/b><\/b>", "x": 0.5175, "y": 0.449880952380952}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Vapour Pressure Deficit<\/b>", "x": 0.5175, "y": 0.32860119047619}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Hourly Evapotranspiration after Wind Downscalling<\/b>", "x": 0.5175, "y": 0.207321428571429}], "title": "<b>Dry and Wet Bulb Temperature Diagnostics<\/b>", "titlefont": {"color": "rgba(0,0,0,0)"}}).then(function(){
$(".29dfb0cc-4d4f-4695-b621-a1331a9f8831.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu11" role="tabpanel" class="tab-pane"><center><script type="text/javascript">window.PLOTLYENV=window.PLOTLYENV || {};window.PLOTLYENV.BASE_URL="https://plot.ly";Plotly.LINKTEXT="Export to plot.ly";</script>
<div class="11bb2953-0dc8-4f07-92bb-76e94bbaf00f loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="11bb2953-0dc8-4f07-92bb-76e94bbaf00f" style="height: 1024px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("11bb2953-0dc8-4f07-92bb-76e94bbaf00f", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [null, 10.48666, 10.57162, 10.63348, 10.68952, 10.6992, 10.82901, 10.89757, 10.97587, 11.044, 11.07345, 11.10388, 11.12941, 11.15068, 11.1722, 11.17814, 11.1735, 11.16357, 11.14851, 11.12021, 11.09387, 11.07235, 11.05235, 11.03237, 11.01473, 10.99736, 10.97508, 10.95403, 10.9403, 10.92088, 10.90098, 10.87341, 10.84423, 10.82436, 10.79929, 10.77481, 10.75108, 10.72824, 10.70003, 10.67293, 10.64744, 10.61687, 10.58854, 10.56716, 10.5555, 10.55386, 10.55001, 10.56081, 10.5824, 10.58207, 10.61978, 10.71053, 10.77565, 10.82502, 10.8752, 10.92392, 10.97506, 11.01589, 11.05439, 11.07712, 11.09208, 11.10073, 11.09919, 11.09102, 11.08262, 11.07539, 11.06947, 11.06121, 11.05533, 11.04776, 11.03785, 11.0281, 11.01808, 11.01031, 11.00475, 11.00069, 10.99537, 10.99106, 10.98754, 10.98028, 10.97483, 10.97096, 10.96862, 10.96594, 10.96279, 10.95919, 10.95631, 10.94873, 10.93573, 10.92003, 10.91112, 10.89831, 10.87843, 10.86284, 10.85261, 10.84182, 10.84289, 10.84315, 10.8379, 10.82901, 10.85321, 10.88161, 10.91813, 10.97136, 11.03564, 11.10736, 11.10888, 11.08497, 11.06893, 11.05388, 11.04881, 11.04033, 11.01789, 11.0175, 11.0124, 10.98127, 10.93553, 10.87524, 10.82354, 10.76498, 10.69572, 10.64653, 10.59045, 10.54479, 10.50811, 10.46098, 10.4058, 10.3533, 10.29551, 10.24411, 10.19481, 10.15152, 10.09115, 10.00918, 9.957859, 9.909838, 9.872222, 9.834215, 9.767094, 9.7062, 9.658159, 9.635889, 9.594733, 9.58969, 9.615126, 9.616888, 9.643906, 9.573689, 9.768582, 9.840873], "name": "Tsoil 1", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [9.874852, 10.28561, 10.32677, 10.33193, 10.33738, 10.30142, 10.39169, 10.42816, 10.47078, 10.51233, 10.52777, 10.55617, 10.57691, 10.59851, 10.62612, 10.64333, 10.65191, 10.65868, 10.66192, 10.66006, 10.65947, 10.65557, 10.65378, 10.65005, 10.64416, 10.64227, 10.62503, 10.61729, 10.61839, 10.61136, 10.60725, 10.59131, 10.57647, 10.57077, 10.55657, 10.54567, 10.53593, 10.52441, 10.50715, 10.49111, 10.47529, 10.45396, 10.4324, 10.4162, 10.4035, 10.39161, 10.38071, 10.37095, 10.36205, 10.33827, 10.34356, 10.3862, 10.40813, 10.42225, 10.43965, 10.45327, 10.47947, 10.49885, 10.5228, 10.53669, 10.54991, 10.5611, 10.56759, 10.57139, 10.57507, 10.58138, 10.58752, 10.58962, 10.59469, 10.59964, 10.60008, 10.60255, 10.60315, 10.60327, 10.60705, 10.6094, 10.61143, 10.61478, 10.61746, 10.61733, 10.61961, 10.6225, 10.62524, 10.62878, 10.63174, 10.63312, 10.63895, 10.64428, 10.64606, 10.64284, 10.65027, 10.6504, 10.6434, 10.63937, 10.63741, 10.62963, 10.63591, 10.63098, 10.61715, 10.60207, 10.60978, 10.6132, 10.62109, 10.64808, 10.68875, 10.73459, 10.71729, 10.70202, 10.70386, 10.70517, 10.71368, 10.71532, 10.69826, 10.71789, 10.73303, 10.72326, 10.71037, 10.68001, 10.66142, 10.62401, 10.58511, 10.56267, 10.53212, 10.51621, 10.50197, 10.46935, 10.43459, 10.40429, 10.36619, 10.33553, 10.31038, 10.29646, 10.23983, 10.17653, 10.14604, 10.11575, 10.09173, 10.05836, 10.00011, 9.945005, 9.909385, 9.878364, 9.827287, 9.796452, 9.803803, 9.782836, 9.776297, 9.635256, 9.790741, 9.819781], "name": "Tsoil 2", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [9.470232, 9.8423, 9.889306, 9.905635, 9.922575, 9.869804, 9.965343, 10.0071, 10.04898, 10.09267, 10.11641, 10.14795, 10.17597, 10.20075, 10.22809, 10.24728, 10.26223, 10.27178, 10.27751, 10.27978, 10.27934, 10.27669, 10.27532, 10.27062, 10.27114, 10.26703, 10.26246, 10.25283, 10.25318, 10.24556, 10.23255, 10.21602, 10.20166, 10.19402, 10.18186, 10.16813, 10.15444, 10.14584, 10.12785, 10.11058, 10.09435, 10.07213, 10.05169, 10.03073, 10.02666, 10.01826, 9.998463, 9.985567, 9.981003, 9.956283, 9.962926, 9.999325, 10.02546, 10.04315, 10.06204, 10.0801, 10.1046, 10.12481, 10.14868, 10.16445, 10.1788, 10.19215, 10.20223, 10.20784, 10.21408, 10.2212, 10.23028, 10.23627, 10.24382, 10.25087, 10.25405, 10.2584, 10.26526, 10.27023, 10.27614, 10.28153, 10.28656, 10.2922, 10.29772, 10.30061, 10.30472, 10.31091, 10.31699, 10.32351, 10.32957, 10.33395, 10.34062, 10.3472, 10.35324, 10.35543, 10.36326, 10.36865, 10.3668, 10.36464, 10.36518, 10.36288, 10.36512, 10.36496, 10.35992, 10.3489, 10.35703, 10.3614, 10.36776, 10.38563, 10.41565, 10.45704, 10.44818, 10.43642, 10.43595, 10.43686, 10.44439, 10.44895, 10.44188, 10.44738, 10.45431, 10.44832, 10.42724, 10.39538, 10.37433, 10.34413, 10.30205, 10.27764, 10.24695, 10.21797, 10.19801, 10.17058, 10.13739, 10.10712, 10.07146, 10.03824, 10.00451, 9.974057, 9.932545, 9.867167, 9.830172, 9.790258, 9.758776, 9.728896, 9.674094, 9.622021, 9.579025, 9.549566, 9.506853, 9.491601, 9.492021, 9.47466, 9.47701, 9.34179, 9.490604, 9.529367], "name": "Tsoil 3", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [61.26471, 69.34038, 69.18998, 69.06903, 68.95083, 68.90067, 68.64082, 68.48942, 68.32548, 68.18498, 68.10887, 68.03762, 67.97405, 67.92781, 67.87931, 67.85916, 67.85565, 67.86349, 67.88033, 67.92001, 67.95874, 67.9884, 68.01965, 68.04664, 68.06942, 68.09289, 68.12521, 68.15414, 68.17017, 68.19898, 68.22409, 68.26521, 68.30715, 68.33346, 68.36907, 68.40533, 68.43845, 68.47185, 68.51356, 68.55222, 68.5887, 68.63412, 68.67617, 68.71224, 68.72424, 68.72318, 68.72526, 68.70312, 68.6637, 68.66098, 68.59508, 68.43062, 68.30267, 68.20633, 68.11294, 68.0249, 67.93514, 67.85933, 67.7875, 67.74743, 67.71441, 67.6925, 67.68926, 67.69407, 67.70098, 67.70633, 67.70939, 67.71758, 67.71824, 67.72419, 67.73271, 67.74263, 67.75428, 67.76065, 67.76518, 67.77076, 67.77313, 67.78442, 67.82935, 67.89342, 67.94681, 67.99875, 68.0702, 68.1588, 68.25785, 68.43509, 72.90727, 76.42137, 76.20208, 75.68787, 75.84182, 76.34888, 76.07593, 75.55849, 75.24337, 75.09402, 74.93284, 74.75939, 74.63903, 74.50972, 74.30407, 74.07765, 73.85039, 73.60864, 73.40935, 73.65598, 75.04141, 75.62162, 75.23874, 74.87757, 74.60541, 74.3799, 74.23993, 74.0994, 73.96668, 73.88949, 73.84592, 73.84747, 73.81958, 73.80148, 73.81921, 73.81251, 73.81546, 73.81397, 73.80256, 73.81327, 73.83439, 73.85937, 73.89771, 73.92786, 73.95277, 73.97037, 74.02033, 68.04206, 57.12049, 57.06272, 57.02766, 56.99452, 56.9614, 56.93538, 56.90902, 56.88258, 56.85704, 56.82862, 56.78793, 56.7478, 56.70848, 55.82191, 56.6404, 56.59896], "name": "SWC 1", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [63.49343, 74.49788, 74.39483, 74.35536, 74.2973, 74.30676, 73.85142, 73.66129, 73.52783, 73.40293, 73.33707, 73.25491, 73.19729, 73.14439, 73.08494, 73.04716, 73.02538, 73.00557, 72.99407, 72.98791, 72.98301, 72.98434, 72.9808, 72.97712, 72.9819, 72.97785, 73.00045, 73.00502, 72.99721, 73.00102, 73.00047, 73.02192, 73.04015, 73.0387, 73.05434, 73.06231, 73.06982, 73.0844, 73.10956, 73.12871, 73.17075, 73.22108, 73.2456, 73.26735, 73.27487, 73.28475, 73.29166, 73.29443, 73.29934, 73.32557, 73.29729, 73.20223, 73.13672, 73.09141, 73.03517, 72.9843, 72.92143, 72.87661, 72.8249, 72.78867, 72.75648, 72.72332, 72.7012, 72.68482, 72.66952, 72.64966, 72.63009, 72.6123, 72.58807, 72.56623, 72.55741, 72.54217, 72.53121, 72.52463, 72.51296, 72.51981, 72.51167, 72.5364, 72.63975, 72.68057, 73.44899, 75.364, 75.79119, 75.91063, 75.96612, 76.16442, 79.00476, 81.47653, 81.8709, 81.84724, 82.07548, 82.26203, 82.04421, 81.87676, 81.84726, 81.85065, 81.56911, 81.58389, 81.58782, 81.3167, 80.95604, 80.66463, 80.38746, 80.12024, 79.90002, 80.61638, 81.93582, 82.09239, 81.63236, 81.23754, 80.91642, 80.71992, 80.61033, 80.40394, 80.27017, 80.20987, 80.11065, 80.02307, 79.90406, 79.82355, 79.75334, 79.64227, 79.58975, 79.50901, 79.43637, 79.39417, 79.367, 79.33812, 79.33, 79.30733, 79.27868, 79.2299, 79.27012, 79.3182, 79.29546, 79.29223, 79.27893, 79.28911, 70.0343, 60.38452, 60.35848, 60.32971, 60.3077, 60.28701, 60.26452, 60.23899, 60.21798, 59.28535, 60.16223, 60.11819], "name": "SWC 2", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [26.89971, 27.00851, 26.99511, 26.97924, 26.96285, 26.94881, 26.97537, 29.02907, 30.38569, 30.33985, 30.30826, 30.27817, 30.24988, 30.22613, 30.20595, 30.1848, 30.16648, 30.15113, 30.13766, 30.12115, 30.10641, 30.10364, 30.09222, 30.08477, 30.07497, 30.0677, 30.06079, 30.05638, 30.04656, 30.04185, 30.03765, 30.03336, 30.03246, 30.02554, 30.0216, 30.01818, 30.01598, 30.01072, 30.00484, 30.0016, 29.99976, 30.00092, 30.00056, 30.0058, 30.00101, 29.99764, 27.76304, 26.55823, 26.55371, 26.54703, 26.54305, 28.46506, 29.94117, 29.92258, 29.90413, 29.88492, 29.86637, 29.85376, 29.83898, 29.82278, 29.81208, 29.7974, 29.7859, 29.77578, 29.76535, 29.75661, 29.74697, 29.73517, 29.72556, 29.71633, 29.70825, 29.69939, 29.69105, 29.68265, 29.67721, 29.67101, 29.66649, 29.67914, 30.0755, 31.3521, 32.61536, 33.19868, 33.17527, 33.10777, 33.08714, 33.7201, 36.0929, 36.66219, 36.06893, 36.00201, 36.34204, 36.33373, 35.94667, 35.75042, 35.78516, 35.74135, 35.43782, 35.42559, 35.33931, 35.03016, 34.77206, 34.56305, 34.40107, 34.24157, 34.22286, 35.27645, 36.38129, 36.06932, 35.47424, 35.1335, 34.9251, 34.74706, 34.62085, 34.5348, 34.42883, 34.31764, 34.22374, 34.1424, 34.06608, 33.99939, 33.91908, 33.84883, 33.78932, 33.74621, 33.7038, 33.66458, 33.62499, 33.58751, 33.56844, 33.54579, 32.05276, 29.28895, 29.26118, 29.23561, 29.21236, 29.18845, 29.16315, 29.14102, 29.12431, 29.10894, 29.08585, 29.06483, 29.04152, 29.02022, 28.99685, 28.9772, 28.95367, 28.49889, 28.90803, 28.87894], "name": "SWC 3", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [-2.620162, -2.462536, -2.19396, -1.872716, -1.526329, -1.174388, -0.8202323, -0.4616587, -0.1149657, 0.1961087, 0.4786524, 0.7121325, 0.8971473, 1.038571, 1.139205, 1.198137, 1.217752, 1.195228, 1.139711, 1.054429, 0.9463049, 0.8219285, 0.6887882, 0.5518556, 0.4142997, 0.2801276, 0.1506699, 0.02929473, -0.08506219, -0.2025539, -0.3172554, -0.4299089, -0.5432993, -0.6576517, -0.7715324, -0.8849875, -0.9965624, -1.10609, -1.212946, -1.317808, -1.420742, -1.521783, -1.616551, -1.69996, -1.762793, -1.797078, -1.795361, -1.757614, -1.679548, -1.555088, -1.383104, -1.171033, -0.9247454, -0.6576218, -0.3814679, -0.1040707, 0.1567215, 0.4063496, 0.6253673, 0.804705, 0.9399518, 1.026435, 1.065285, 1.062993, 1.026331, 0.9655671, 0.889661, 0.8060744, 0.7211279, 0.6379142, 0.5571775, 0.4796824, 0.405642, 0.3373767, 0.2744345, 0.2170786, 0.1665224, 0.1222461, 0.08450229, 0.05311351, 0.03048781, 0.003635451, -0.02274381, -0.04494085, -0.06192113, -0.08048259, -0.110202, -0.1620463, -0.2158598, -0.2694511, -0.3307378, -0.3992881, -0.4620411, -0.5150108, -0.5622608, -0.6011742, -0.625997, -0.6339154, -0.6217949, -0.5905569, -0.5405582, -0.4556324, -0.3216484, -0.1433549, 0.05516385, 0.2728562, 0.4925565, 0.6671952, 0.7391175, 0.7211231, 0.6468298, 0.5438956, 0.4257113, 0.2984451, 0.1617615, 0.02007297, -0.1364586, -0.3298441, -0.5544769, -0.8061147, -1.075619, -1.353393, -1.630165, -1.897402, -2.149264, -2.386083, -2.611642, -2.832563, -3.052883, -3.271226, -3.484534, -3.692849, -3.89412, -4.089541, -4.28253, -4.470739, -4.648691, -4.809255, -4.954124, -5.087465, -5.204559, -5.297022, -5.347962, -5.352982, -5.311135, -5.214607, -5.057847, -4.670114, -4.575858, -4.263828], "name": "SHF 1", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [-1.583138, -1.515083, -1.397912, -1.258608, -1.106672, -0.9489654, -0.7891189, -0.616066, -0.434863, -0.2512973, -0.07885615, 0.06712434, 0.1957137, 0.3027475, 0.3834437, 0.4398067, 0.4717025, 0.4791438, 0.4654207, 0.4301985, 0.3804526, 0.3213986, 0.2542726, 0.1850838, 0.1158037, 0.05172405, -0.008838737, -0.06570508, -0.1259693, -0.1858734, -0.2442916, -0.3034203, -0.3636743, -0.4272363, -0.4906185, -0.5535516, -0.6163324, -0.6771333, -0.7371392, -0.7971981, -0.8556228, -0.9119335, -0.9654294, -1.011441, -1.048004, -1.071469, -1.076381, -1.065018, -1.035752, -0.9865366, -0.9162526, -0.8268184, -0.7206889, -0.6052476, -0.4843352, -0.3628213, -0.2449141, -0.1343689, -0.03963044, 0.04029274, 0.1038372, 0.1517383, 0.1819048, 0.1961253, 0.1968773, 0.1876199, 0.1735661, 0.1585211, 0.1421234, 0.1264479, 0.1133263, 0.09963458, 0.08561152, 0.07555568, 0.06389222, 0.055881, 0.04955357, 0.04836603, 0.04814059, 0.04752464, 0.04753962, 0.04750922, 0.04784006, 0.04878692, 0.04968873, 0.0533409, 0.05813556, 0.06099195, 0.05278672, 0.04378409, 0.02854296, 0.004238614, -0.02523659, -0.05119477, -0.07715303, -0.1006611, -0.1180355, -0.1250542, -0.1238965, -0.1154624, -0.09575474, -0.06165085, -0.01208346, 0.05676379, 0.1390465, 0.2293464, 0.3245913, 0.4015636, 0.4064672, 0.3711179, 0.3240422, 0.2762912, 0.2272791, 0.1767908, 0.1204702, 0.05850954, -0.0158464, -0.1091234, -0.2298902, -0.36654, -0.513238, -0.6646081, -0.8141457, -0.9591277, -1.094991, -1.222611, -1.344656, -1.464456, -1.584175, -1.703657, -1.822202, -1.939081, -2.053898, -2.169048, -2.290208, -2.412111, -2.523526, -2.621717, -2.705639, -2.779343, -2.840883, -2.885891, -2.905322, -2.898959, -2.865294, -2.797919, -2.695769, -2.462265, -2.405056, -2.23427], "name": "SHF 2", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1398360600000.01, 1398362400000, 1398364200000, 1398366000000.01, 1398367800000, 1398369600000, 1398371400000.01, 1398373200000, 1398375000000, 1398376800000.01, 1398378600000, 1398380400000, 1398382200000.01, 1398384000000, 1398385800000, 1398387600000.01, 1398389400000, 1398391200000, 1398393000000.01, 1398394800000, 1398396600000, 1398398400000.01, 1398400200000, 1398402000000, 1398403800000.01, 1398405600000, 1398407400000, 1398409200000.01, 1398411000000, 1398412800000, 1398414600000.01, 1398416400000, 1398418200000, 1398420000000.01, 1398421800000, 1398423600000, 1398425400000.01, 1398427200000, 1398429000000, 1398430800000.01, 1398432600000, 1398434400000, 1398436200000.01, 1398438000000, 1398439800000, 1398441600000.01, 1398443400000, 1398445200000, 1398447000000.01, 1398448800000, 1398450600000, 1398452400000.01, 1398454200000, 1398456000000, 1398457800000.01, 1398459600000, 1398461400000, 1398463200000.01, 1398465000000, 1398466800000, 1398468600000.01, 1398470400000, 1398472200000, 1398474000000.01, 1398475800000, 1398477600000, 1398479400000.01, 1398481200000, 1398483000000, 1398484800000.01, 1398486600000, 1398488400000, 1398490200000.01, 1398492000000, 1398493800000, 1398495600000.01, 1398497400000, 1398499200000, 1398501000000.01, 1398502800000, 1398504600000, 1398506400000.01, 1398508200000, 1398510000000, 1398511800000.01, 1398513600000, 1398515400000, 1398517200000.01, 1398519000000, 1398520800000, 1398522600000.01, 1398524400000, 1398526200000, 1398528000000.01, 1398529800000, 1398531600000, 1398533400000.01, 1398535200000, 1398537000000, 1398538800000.01, 1398540600000, 1398542400000, 1398544200000.01, 1398546000000, 1398547800000, 1398549600000.01, 1398551400000, 1398553200000, 1398555000000.01, 1398556800000, 1398558600000, 1398560400000.01, 1398562200000, 1398564000000, 1398565800000.01, 1398567600000, 1398569400000, 1398571200000.01, 1398573000000, 1398574800000, 1398576600000.01, 1398578400000, 1398580200000, 1398582000000.01, 1398583800000, 1398585600000, 1398587400000.01, 1398589200000, 1398591000000, 1398592800000.01, 1398594600000, 1398596400000, 1398598200000.01, 1398600000000, 1398601800000, 1398603600000.01, 1398605400000, 1398607200000, 1398609000000.01, 1398610800000, 1398612600000, 1398614400000.01, 1398616200000, 1398618000000, 1398619800000.01, 1398621600000, 1398623400000, 1398625200000.01, 1398627000000, 1398628800000], "y": [-1.763463, -1.708098, -1.61275, -1.498468, -1.370636, -1.231415, -1.082444, -0.923273, -0.7600889, -0.599831, -0.4465754, -0.3054311, -0.1791838, -0.0742203, 0.004773126, 0.0624938, 0.1054412, 0.1280264, 0.1308235, 0.1175693, 0.08983006, 0.05302952, 0.0136714, -0.03264903, -0.07687107, -0.1263406, -0.1745844, -0.2224015, -0.2715334, -0.3198381, -0.3695647, -0.4214097, -0.4771236, -0.5357351, -0.5918047, -0.6489998, -0.7059261, -0.7660061, -0.822762, -0.8789922, -0.9352422, -0.9893535, -1.038021, -1.080172, -1.112795, -1.134653, -1.144447, -1.141695, -1.123423, -1.092376, -1.048588, -0.9870194, -0.9034526, -0.808193, -0.7098, -0.61485, -0.5249703, -0.4419173, -0.3654378, -0.298637, -0.2418817, -0.1963256, -0.1613482, -0.136227, -0.1202962, -0.1087105, -0.1016755, -0.09693169, -0.09384298, -0.08840503, -0.08524215, -0.08284858, -0.08142988, -0.0807641, -0.07937466, -0.07740878, -0.07502968, -0.07102448, -0.06688657, -0.05874407, -0.04353708, -0.03851215, -0.03088669, -0.02411819, -0.0166995, -0.004743828, 0.05422169, 0.1035381, 0.07204679, 0.05719482, 0.05185929, 0.03761287, 0.009015298, -0.02471082, -0.05211154, -0.07988166, -0.09931534, -0.113015, -0.1206997, -0.1210671, -0.1165411, -0.1021744, -0.07772996, -0.0475534, -0.01136365, 0.03902816, 0.135195, 0.1631926, 0.1140082, 0.05732979, 0.01105513, -0.03179134, -0.06578632, -0.1081186, -0.1566188, -0.2178094, -0.2926359, -0.388341, -0.5067697, -0.6331708, -0.768016, -0.9031488, -1.038121, -1.166573, -1.284966, -1.396808, -1.507868, -1.618821, -1.732281, -1.84598, -1.96009, -2.066189, -2.185446, -2.284949, -2.399289, -2.504659, -2.59957, -2.676348, -2.720508, -2.77825, -2.828615, -2.856856, -2.867533, -2.843419, -2.802987, -2.727399, -2.615389, -2.388895, -2.331893, -2.17434], "name": "SHF 3", "mode": "lines", "showlegend": true}], {"margin": {"pad": 0, "l": 0, "r": 0, "b": 0, "t": 0}, "showlegend": false, "width": 960, "height": 1024, "xaxis1": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y1"}, "yaxis1": {"domain": [0.767258064516129, 0.925], "side": "left", "title": "Soil Temp (degC)", "type": "linear", "anchor": "x1"}, "xaxis2": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y2"}, "yaxis2": {"domain": [0.548172043010753, 0.705913978494624], "side": "left", "title": "Soil Water Cont. (%)", "type": "linear", "anchor": "x2"}, "xaxis3": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y3"}, "yaxis3": {"domain": [0.329086021505376, 0.486827956989247], "side": "left", "title": "Soil Heat (Wm-2)", "type": "linear", "anchor": "x3"}, "xaxis4": {"domain": [0.13, 0.905], "side": "bottom", "type": "linear", "anchor": "y4"}, "yaxis4": {"domain": [0.11, 0.267741935483871], "side": "left", "type": "linear", "anchor": "x4"}, "annotations": [{"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Soil Temperature by Channel<\/b>", "x": 0.5175, "y": 0.935}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Soil Water Content by Channel<\/b>", "x": 0.5175, "y": 0.715913978494624}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Soil (or Ground) Heat by Channel<\/b>", "x": 0.5175, "y": 0.496827956989247}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b><b><\/b><\/b>", "x": 0.5175, "y": 0.277741935483871}, {"showarrow": false, "xref": "x4", "yref": "y4", "xanchor": "left", "align": "left", "yanchor": "middle", "text": "No hay profundidad de napa o hay error", "x": 0.5, "y": 0.5}], "title": "<b>Soil Temperature by Channel<\/b>", "titlefont": {"color": "rgba(0,0,0,0)"}}).then(function(){
$(".11bb2953-0dc8-4f07-92bb-76e94bbaf00f.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu12" role="tabpanel" class="tab-pane"><center><h2>Aviso: La estación seleccionada no posee Radiómetro BF5.</h2></center></div> </div>
</div>
</div>
</div><!-- End of Plot.ly figure embed --></section><footer> <p>Generado con Eddy Covariance Processing System versión 1.0. </p></footer></body></html>