-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathB140914.html
183 lines (176 loc) · 125 KB
/
B140914.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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!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>13-Sep-2014 10:00:00 al 14-Sep-2014 10:30:00</td></tr><tr><th scope="row">Datos adquiridos</th><td>50 datos</td></tr><tr><th scope="row">Flags</th><td><ul><li><strong>Uptime del anemómetro:</strong> 100.00%</li><li><strong>Uptime del analizador de gases:</strong> 99.77%</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="1b8432b4-2749-4817-965f-df72ef93ffac loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="1b8432b4-2749-4817-965f-df72ef93ffac" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("1b8432b4-2749-4817-965f-df72ef93ffac", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [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, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100], "name": "Anemometer Uptime", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [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, 88.61, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 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(){
$(".1b8432b4-2749-4817-965f-df72ef93ffac.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="4d9eec06-57bd-43f5-abca-7561ab8ff6d1 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="4d9eec06-57bd-43f5-abca-7561ab8ff6d1" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("4d9eec06-57bd-43f5-abca-7561ab8ff6d1", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [12.17721, 12.16503, 12.18816, 12.1666, 12.20032, 12.18126, 12.20787, 12.18683, 12.20923, 12.1824, 12.21388, 12.18701, 12.21033, 12.18734, 12.20734, 12.18763, 12.20628, 12.18727, 12.21406, 12.19095, 12.20772, 12.19127, 12.20667, 12.18113, 12.88609, 12.85301, 12.67617, 12.65658, 12.67461, 12.65873, 12.67805, 12.62872, 12.20994, 12.18809, 12.20494, 12.17931, 12.20383, 12.18562, 12.20319, 12.18079, 12.2078, 12.18433, 12.20198, 12.18748, 12.20281, 12.18159, 12.20206, 12.18076, 12.20941, 12.18653], "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(){
$(".4d9eec06-57bd-43f5-abca-7561ab8ff6d1.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="ad6dea34-471d-4fbb-85c6-a502cd1b523a loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="ad6dea34-471d-4fbb-85c6-a502cd1b523a" style="height: 960px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("ad6dea34-471d-4fbb-85c6-a502cd1b523a", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [0.0909278, 0.1072708, 0.1852272, 0.1691214, 0.227216, 0.1125638, 0.1218794, 0.3188805, 0.4153798, 0.4033918, 0.1984988, 0.4631322, 0.3661498, 0.2297263, 0.266674, 0.1469719, 0.1552513, 0.2083802, 0.1312402, 0.0429845, 0.009420089, 0.01464038, 0.01691893, 0.01023969, 0.0251675, 0.02077888, 0.06136733, 0.03735777, 0.05542311, 0.02250623, 0.04752777, 0.04885183, 0.04580473, 0.02901125, 0.01541225, 0.01461266, 0.0136515, 0.005985224, 0.0576042, 0.05070928, 0.06134523, 0.1182531, 0.1044526, 0.117901, 0.150221, 0.1635866, 0.143096, 0.2826627, 0.373323, 0.4538943], "name": "Shear Stress", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [0.2687503, 0.2925327, 0.3850487, 0.3683552, 0.4275124, 0.3011478, 0.3136519, 0.507144, 0.5785291, 0.5705238, 0.4004357, 0.6118895, 0.5438694, 0.4305897, 0.4636253, 0.3438129, 0.3528365, 0.408333, 0.3236769, 0.185117, 0.08665574, 0.1080424, 0.1161026, 0.09026635, 0.1415215, 0.1285587, 0.2209619, 0.1724205, 0.2100829, 0.1338894, 0.1946604, 0.1973738, 0.1910939, 0.1520699, 0.1108552, 0.1079539, 0.1043323, 0.06908985, 0.2141777, 0.2006141, 0.220598, 0.3061953, 0.2878205, 0.3057752, 0.3452517, 0.3603283, 0.3370588, 0.4743548, 0.5454324, 0.6017022], "name": "Shear Speed", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1410620400000, 1410620400000, null, 1410622200000, 1410622200000, null, 1410624000000.01, 1410624000000.01, null, 1410625800000, 1410625800000, null, 1410627600000, 1410627600000, null, 1410629400000.01, 1410629400000.01, null, 1410631200000, 1410631200000, null, 1410633000000, 1410633000000, null, 1410634800000.01, 1410634800000.01, null, 1410636600000, 1410636600000, null, 1410638400000, 1410638400000, null, 1410640200000.01, 1410640200000.01, null, 1410642000000, 1410642000000, null, 1410643800000, 1410643800000, null, 1410645600000.01, 1410645600000.01, null, 1410647400000, 1410647400000, null, 1410649200000, 1410649200000, null, 1410651000000.01, 1410651000000.01, null, 1410652800000, 1410652800000, null, 1410654600000, 1410654600000, null, 1410656400000.01, 1410656400000.01, null, 1410658200000, 1410658200000, null, 1410660000000, 1410660000000, null, 1410661800000.01, 1410661800000.01, null, 1410663600000, 1410663600000, null, 1410665400000, 1410665400000, null, 1410667200000.01, 1410667200000.01, null, 1410669000000, 1410669000000, null, 1410670800000, 1410670800000, null, 1410672600000.01, 1410672600000.01, null, 1410674400000, 1410674400000, null, 1410676200000, 1410676200000, null, 1410678000000.01, 1410678000000.01, null, 1410679800000, 1410679800000, null, 1410681600000, 1410681600000, null, 1410683400000.01, 1410683400000.01, null, 1410685200000, 1410685200000, null, 1410687000000, 1410687000000, null, 1410688800000.01, 1410688800000.01, null, 1410690600000, 1410690600000, null, 1410692400000, 1410692400000, null, 1410694200000.01, 1410694200000.01, null, 1410696000000, 1410696000000, null, 1410697800000, 1410697800000, null, 1410699600000.01, 1410699600000.01, null, 1410701400000, 1410701400000, null, 1410703200000, 1410703200000, null, 1410705000000.01, 1410705000000.01, null, 1410706800000, 1410706800000, null, 1410708600000, 1410708600000, null], "y": [0, 133.3026, null, 0, 122.3575, null, 0, 114.8897, null, 0, 160.6294, null, 0, -176.4955, null, 0, 105.5373, null, 0, 72.29428, null, 0, 7.035869, null, 0, -3.641632, null, 0, 10.21154, null, 0, 24.74378, null, 0, 81.01863, null, 0, 94.95382, null, 0, 101.5326, null, 0, 99.23725, null, 0, 94.3844, null, 0, 94.20319, null, 0, 58.35709, null, 0, 38.77037, null, 0, 29.69249, null, 0, 14.35382, null, 0, 13.78159, null, 0, 31.6285, null, 0, 15.23749, null, 0, 3.183487, null, 0, 28.65388, null, 0, 18.51294, null, 0, 21.42787, null, 0, 14.0301, null, 0, 3.303225, null, 0, 22.79929, null, 0, 20.68111, null, 0, 7.884553, null, 0, -5.815643, null, 0, 3.480408, null, 0, 2.329066, null, 0, -0.8977051, null, 0, -5.894318, null, 0, -27.45541, null, 0, -78.09183, null, 0, -77.62473, null, 0, -72.92374, null, 0, -68.31757, null, 0, -63.62427, null, 0, -60.18054, null, 0, -57.17261, null, 0, -63.70129, null, 0, -50.54913, null, 0, -47.10931, null, 0, -36.37421, 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)"]}, "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)"]}, "showlegend": true}, {"xaxis": "x3", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [2.348835, 2.10216, 1.971991, 1.420577, 1.418158, 1.653189, 1.453679, 3.139795, 3.727136, 3.717917, 3.319686, 3.696226, 3.193795, 3.905363, 3.355078, 3.181879, 3.377136, 2.598359, 2.462485, 2.332465, 2.888655, 2.722314, 2.874025, 2.259667, 2.913501, 3.208179, 3.546432, 2.845274, 2.717402, 2.689264, 2.870525, 2.624565, 2.455572, 2.827074, 2.709667, 2.117048, 2.334853, 2.101365, 2.045661, 2.116256, 2.456162, 2.659831, 2.972909, 3.146973, 3.72615, 3.838378, 3.086397, 4.320797, 3.946578, 4.438224], "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(){
$(".ad6dea34-471d-4fbb-85c6-a502cd1b523a.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="f1e6b1a7-74b1-43a1-b555-1d059745d718 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="f1e6b1a7-74b1-43a1-b555-1d059745d718" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("f1e6b1a7-74b1-43a1-b555-1d059745d718", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [-1.548118, -1.016976, -0.7019728, -0.844076, -0.6215807, -0.3284237, 0.2414664, 2.771364, 3.601138, 3.33535, 2.840268, 0.53325, -0.2607738, -0.7629482, -0.5197122, -0.2356904, -0.2438797, 1.289319, 1.868821, 1.951485, 2.773826, 2.609365, 2.404445, 2.011937, 2.790495, 2.67371, 3.303089, 2.616755, 2.551121, 2.634514, 2.617599, 2.422289, 2.389741, 2.782836, 2.681473, 2.084404, 2.318345, 2.079141, 1.530944, 0.4288076, 0.5190828, 0.7692948, 1.086022, 1.378434, 1.832378, 2.051254, 1.337816, 2.693135, 2.614332, 3.434894], "name": "U-Wind", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [1.642666, 1.605125, 1.512986, 0.2967588, -0.0380656, 1.181266, 0.7563551, 0.3420421, -0.2291907, 0.6008157, 1.309008, 3.373937, 3.00859, 3.73912, 3.195626, 3.073992, 3.318462, 2.092249, 1.500977, 1.11277, 0.709815, 0.6400349, 1.480873, 0.5480499, 0.1552048, 1.461011, 1.106025, 1.026968, 0.6374928, 0.1520535, 1.100298, 0.9143984, 0.3309465, -0.2834384, 0.1630856, 0.08477718, -0.0363261, -0.2146496, -0.7954495, -2.033407, -2.365804, -2.504322, -2.73149, -2.779778, -3.196981, -3.179581, -2.707005, -3.272748, -2.814271, -2.530041], "name": "V-Wind", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [0.09562104, 0.09987663, 0.2692812, 0.06395379, 0.04955189, 0.112608, 0.4175206, 0.03283488, 0.04358413, 0.06876452, 0.04902587, 0.08505827, 0.2241521, 0.07729868, 0.1773412, 0.0858397, 0.07165051, 0.0645835, 0.02370751, 0.06250782, 0.03674516, 0.03363787, 0.02030043, 0.008347416, 0.0982011, 0.05081376, 0.08423145, 0.06009185, 0.06281359, 0.05521942, 0.05412243, 0.06667975, 0.03436745, 0.03430807, 0.03372539, 0.02750031, 0.01836418, 0.01153737, 0.01412177, -0.12374, -0.1354922, -0.06884308, -0.07793614, -0.05317391, -0.1265667, -0.08672594, -0.08440231, -0.1502679, -0.05760863, -0.1455021], "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(){
$(".f1e6b1a7-74b1-43a1-b555-1d059745d718.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu5" 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="5e7cab9d-c692-4161-9e35-828abd338d8c loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="5e7cab9d-c692-4161-9e35-828abd338d8c" style="height: 960px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("5e7cab9d-c692-4161-9e35-828abd338d8c", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [67.86462, 72.85449, 89.88713, 195.4192, 198.4137, 198.4137, 198.4137, 267.9843, 267.9843, 212.9093, 167.2776, 143.8928, 139.4618, 62.33224, 53.3306, 31.97186, -5.239435, -6.073565, -10.43031, -10.43031, -3.235382, -3.235382, -0.7578706, -3.486136, -9.585221, -17.77566, -17.77566, -24.7812, -14.78644, -13.36587, -13.36587, -14.59004, -14.84074, -14.84074, -10.19224, -7.522882, -6.215691, -6.215691, -6.215691, -9.207123, -17.35809, -17.7452, -17.35809, -17.7452, -18.33795, -18.33795, -14.65116, -5.168597, -2.640649, 0], "name": "Sensible Heat", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [10.64317, 22.7887, 21.50935, 90.97908, 53.69349, 91.01765, 72.25466, 77.03788, 72.25466, 39.67844, 39.67844, 62.99991, 62.99991, 57.00875, 36.38116, 29.69881, 27.3017, 16.86698, 5.976584, 1.208918, 0.5184811, -0.7379707, -0.7379707, -1.065058, -1.163635, -1.163635, -0.4211251, -0.1856378, -0.1856378, 0.4919077, 0.4919077, 1.868841, 1.868841, 1.680292, 1.238777, 1.202161, 0.3880251, 0.3880251, -1.608037, -6.527556, -1.608037, 0.1697859, 1.001774, 1.001774, 1.782291, 5.224743, 8.734234, 13.66725, 22.48373, 22.48373], "name": "Latent Heat", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [417.4492, 486.3335, 546.7489, 596.973, 634.9621, 655.6232, 665.0819, 665.0819, 649.0191, 620.7723, 506.6324, 488.0483, 421.8929, 343.0253, 235.2656, 181.169, 74.65077, 19.2117, -1.020672, -2.702602, -2.706511, -2.702602, -2.125404, -2.125404, -2.732115, -2.732115, -2.586308, -1.291175, -1.2213, -0.868024, -0.7705203, -0.7705203, -0.8005488, -0.8384773, -0.8384773, -0.8423352, -0.8927108, -0.9253103, -0.9253103, -0.7844741, -0.7844741, -0.7844741, -0.2450327, 7.311511, 25.37579, 40.09448, 77.13079, 116.9508, 125.83, 116.9508], "name": "Shortwave Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [-137.988, -143.1053, -146.9567, -150.721, -152.9109, -153.6529, -155.3342, -155.7776, -155.7776, -153.873, -143.4189, -143.4189, -141.9313, -140.8616, -134.9978, -124.9419, -106.4982, -72.7625, -68.17075, -68.17075, -72.0071, -72.0071, -56.59061, -56.59061, -72.14901, -73.42213, -72.14901, -32.79889, -31.5788, -20.69292, -17.37599, -17.37599, -17.74207, -18.77204, -18.90673, -19.68209, -20.5808, -20.88965, -20.88965, -19.4627, -19.4627, -19.829, -20.0965, -20.0965, -19.51362, -19.51362, -20.56872, -25.95963, -25.95963, -23.8629], "name": "Longwave Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [-6.72054366666667, -6.73624333333333, -6.73624333333333, -6.65107433333333, -6.49952, -6.28908, -6.01392566666667, -5.68440633333333, -5.30219466666667, -4.88695633333333, -4.443597, -3.962513, -3.457363, -2.95559733333333, -2.48735033333333, -2.07050633333333, -1.713114, -1.41683766666667, -1.18216803333333, -1.00679353333333, -0.8858755, -0.817419533333333, -0.809780766666667, -0.809780766666667, -0.854726333333333, -0.920932933333333, -1.000086, -1.08704566666667, -1.180874, -1.275713, -1.36660466666667, -1.448142, -1.51624, -1.57071533333333, -1.610762, -1.64042066666667, -1.66000333333333, -1.67223666666667, -1.67872933333333, -1.68086333333333, -1.68086333333333, -1.67969966666667, -1.676527, -1.67295933333333, -1.669059, -1.66437066666667, -1.65635666666667, -1.64272833333333, -1.61732866666667, -1.57138133333333], "name": "Ground Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [279.4612, 343.2282, 399.7922, 446.252, 482.0512, 501.9703, 509.7477, 509.3043, 493.2415, 466.8993, 363.2135, 344.6294, 279.9616, 202.1637, 100.2678, 56.2271, -31.84743, -53.5508, -69.191422, -70.873352, -74.713611, -74.709702, -58.716014, -58.716014, -74.881125, -76.154245, -74.735318, -34.090065, -32.8001, -21.560944, -18.1465103, -18.1465103, -18.5426188, -19.6105173, -19.7452073, -20.5244252, -21.4735108, -21.8149603, -21.8149603, -20.2471741, -20.2471741, -20.6134741, -20.3415327, -12.784989, 5.86217, 20.58086, 56.56207, 90.99117, 99.87037, 93.0879], "name": "Net Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1410620400000, 1410620400000, null, 1410622200000, 1410622200000, null, 1410624000000.01, 1410624000000.01, null, 1410625800000, 1410625800000, null, 1410627600000, 1410627600000, null, 1410629400000.01, 1410629400000.01, null, 1410631200000, 1410631200000, null, 1410633000000, 1410633000000, null, 1410634800000.01, 1410634800000.01, null, 1410636600000, 1410636600000, null, 1410638400000, 1410638400000, null, 1410640200000.01, 1410640200000.01, null, 1410642000000, 1410642000000, null, 1410643800000, 1410643800000, null, 1410645600000.01, 1410645600000.01, null, 1410647400000, 1410647400000, null, 1410649200000, 1410649200000, null, 1410651000000.01, 1410651000000.01, null, 1410652800000, 1410652800000, null, 1410654600000, 1410654600000, null, 1410656400000.01, 1410656400000.01, null, 1410658200000, 1410658200000, null, 1410660000000, 1410660000000, null, 1410661800000.01, 1410661800000.01, null, 1410663600000, 1410663600000, null, 1410665400000, 1410665400000, null, 1410667200000.01, 1410667200000.01, null, 1410669000000, 1410669000000, null, 1410670800000, 1410670800000, null, 1410672600000.01, 1410672600000.01, null, 1410674400000, 1410674400000, null, 1410676200000, 1410676200000, null, 1410678000000.01, 1410678000000.01, null, 1410679800000, 1410679800000, null, 1410681600000, 1410681600000, null, 1410683400000.01, 1410683400000.01, null, 1410685200000, 1410685200000, null, 1410687000000, 1410687000000, null, 1410688800000.01, 1410688800000.01, null, 1410690600000, 1410690600000, null, 1410692400000, 1410692400000, null, 1410694200000.01, 1410694200000.01, null, 1410696000000, 1410696000000, null, 1410697800000, 1410697800000, null, 1410699600000.01, 1410699600000.01, null, 1410701400000, 1410701400000, null, 1410703200000, 1410703200000, null, 1410705000000.01, 1410705000000.01, null, 1410706800000, 1410706800000, null, 1410708600000, 1410708600000, null], "y": [0, 207.673953666667, null, 0, 254.321253333333, null, 0, 295.131963333333, null, 0, 166.504794333333, null, 0, 236.44353, null, 0, 218.82803, null, 0, 245.093265666667, null, 0, 169.966526333333, null, 0, 158.304734666667, null, 0, 219.198516333333, null, 0, 160.701057, null, 0, 141.699203, null, 0, 80.957253, null, 0, 85.7783073333334, null, 0, 13.0433903333333, null, 0, -3.37306366666666, null, 0, -52.196581, null, 0, -62.9273773333333, null, 0, -63.5555279666667, null, 0, -60.6451664666667, null, 0, -71.1108346, null, 0, -69.9189297666667, null, 0, -56.4103919333333, null, 0, -53.3550392333333, null, 0, -63.2775426666667, null, 0, -56.2940170666667, null, 0, -55.5384469, null, 0, -8.03618153333333, null, 0, -16.6471482, null, 0, -7.4112687, null, 0, -3.90594333333333, null, 0, -3.9771693, null, 0, -4.0544798, null, 0, -4.87935396666667, null, 0, -9.1809823, null, 0, -12.5632835333333, null, 0, -13.9858415666667, null, 0, -14.3150577333333, null, 0, -12.3125029666667, null, 0, -2.83163176666667, null, 0, 0.399816233333333, null, 0, -1.35836033333333, null, 0, -2.3086897, null, 0, 5.63139633333333, null, 0, 24.086888, null, 0, 35.3584376666667, null, 0, 64.1353526666667, null, 0, 84.1352453333333, null, 0, 81.6446176666666, null, 0, 72.1755513333333, null], "name": "Closure", "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)"]}, "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)"]}, "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [887.3276, 1034.815, 1165.338, 1278.564, 1356.895, 1244.389, 1158.622, 1418.163, 1375.341, 1313.444, 1058.39, 1017.111, 873.8051, 696.9013, 476.7217, 356.517, 149.4816, 39.26677, 3.393533, 0.04753878, 0.003961795, 0.006603618, 0.01452856, 0.0132081, 0.01188776, 0.01320891, 0.001320889, 0.006604976, 0.01056783, 0.01320977, 0.01188871, 0.006604679, 0.0105674, 0.0290601, 0.01849251, 0.01585052, 0.01585044, 0.01717117, 0.01452941, 0.01585028, 0.0105669, 0.02773777, 1.108195, 14.8847, 45.80157, 74.26865, 141.112, 233.3697, 212.7095, 232.3265], "name": "PAR", "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": "Radiant flux (W\/m2)", "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": "Radiant flux (W\/m2)", "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": "PAR (umol m-2 s-1)", "type": "linear", "anchor": "x3"}, "annotations": [{"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Energy Budget<\/b>", "x": 0.5175, "y": 0.935}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Energy Budget Closure Term<\/b>", "x": 0.5175, "y": 0.635367647058824}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Photosynthetically active radiation<\/b>", "x": 0.5175, "y": 0.335735294117647}], "title": "<b>Energy Budget<\/b>", "titlefont": {"color": "rgba(0,0,0,0)"}}).then(function(){
$(".5e7cab9d-c692-4161-9e35-828abd338d8c.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu6" 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="b72b8d3a-1498-4046-b0d8-d916ca5374ab loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="b72b8d3a-1498-4046-b0d8-d916ca5374ab" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("b72b8d3a-1498-4046-b0d8-d916ca5374ab", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14, 14.5, 15, 15.5, 16, 16.5, 17, 17.5, 18, 18.5, 19, 19.5, 20, 20.5, 21, 21.5, 22, 22.5, 23, 23.5, 24], "y": [-14.78644, -13.36587, -13.36587, -14.59004, -14.84074, -14.84074, -10.19224, -7.522882, -6.215691, -6.215691, -6.215691, -9.207123, -17.35809, -17.7452, -17.35809, -17.7452, -18.33795, -18.33795, -14.65116, -5.168597, 32.6119855, 36.427245, 89.88713, 195.4192, 198.4137, 198.4137, 198.4137, 267.9843, 267.9843, 212.9093, 167.2776, 143.8928, 139.4618, 62.33224, 53.3306, 31.97186, -5.239435, -6.073565, -10.43031, -10.43031, -3.235382, -3.235382, -0.7578706, -3.486136, -9.585221, -17.77566, -17.77566, -24.7812, -14.78644], "name": "Sensible Heat", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14, 14.5, 15, 15.5, 16, 16.5, 17, 17.5, 18, 18.5, 19, 19.5, 20, 20.5, 21, 21.5, 22, 22.5, 23, 23.5, 24], "y": [-0.1856378, 0.4919077, 0.4919077, 1.868841, 1.868841, 1.680292, 1.238777, 1.202161, 0.3880251, 0.3880251, -1.608037, -6.527556, -1.608037, 0.1697859, 1.001774, 1.001774, 1.782291, 5.224743, 8.734234, 13.66725, 16.56345, 22.636215, 21.50935, 90.97908, 53.69349, 91.01765, 72.25466, 77.03788, 72.25466, 39.67844, 39.67844, 62.99991, 62.99991, 57.00875, 36.38116, 29.69881, 27.3017, 16.86698, 5.976584, 1.208918, 0.5184811, -0.7379707, -0.7379707, -1.065058, -1.163635, -1.163635, -0.4211251, -0.1856378, -0.1856378], "name": "Latent Heat", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14, 14.5, 15, 15.5, 16, 16.5, 17, 17.5, 18, 18.5, 19, 19.5, 20, 20.5, 21, 21.5, 22, 22.5, 23, 23.5, 24], "y": [-1.2213, -0.868024, -0.7705203, -0.7705203, -0.8005488, -0.8384773, -0.8384773, -0.8423352, -0.8927108, -0.9253103, -0.9253103, -0.7844741, -0.7844741, -0.7844741, -0.2450327, 7.311511, 25.37579, 40.09448, 77.13079, 116.9508, 271.6396, 301.64215, 546.7489, 596.973, 634.9621, 655.6232, 665.0819, 665.0819, 649.0191, 620.7723, 506.6324, 488.0483, 421.8929, 343.0253, 235.2656, 181.169, 74.65077, 19.2117, -1.020672, -2.702602, -2.706511, -2.702602, -2.125404, -2.125404, -2.732115, -2.732115, -2.586308, -1.291175, -1.2213], "name": "Shortwave Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14, 14.5, 15, 15.5, 16, 16.5, 17, 17.5, 18, 18.5, 19, 19.5, 20, 20.5, 21, 21.5, 22, 22.5, 23, 23.5, 24], "y": [-31.5788, -20.69292, -17.37599, -17.37599, -17.74207, -18.77204, -18.90673, -19.68209, -20.5808, -20.88965, -20.88965, -19.4627, -19.4627, -19.829, -20.0965, -20.0965, -19.51362, -19.51362, -20.56872, -25.95963, -81.973815, -83.4841, -146.9567, -150.721, -152.9109, -153.6529, -155.3342, -155.7776, -155.7776, -153.873, -143.4189, -143.4189, -141.9313, -140.8616, -134.9978, -124.9419, -106.4982, -72.7625, -68.17075, -68.17075, -72.0071, -72.0071, -56.59061, -56.59061, -72.14901, -73.42213, -72.14901, -32.79889, -31.5788], "name": "Longwave Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14, 14.5, 15, 15.5, 16, 16.5, 17, 17.5, 18, 18.5, 19, 19.5, 20, 20.5, 21, 21.5, 22, 22.5, 23, 23.5, 24], "y": [-1.180874, -1.275713, -1.36660466666667, -1.448142, -1.51624, -1.57071533333333, -1.610762, -1.64042066666667, -1.66000333333333, -1.67223666666667, -1.67872933333333, -1.68086333333333, -1.68086333333333, -1.67969966666667, -1.676527, -1.67295933333333, -1.669059, -1.66437066666667, -1.65635666666667, -1.64272833333333, -4.16893616666667, -4.15381233333333, -6.73624333333333, -6.65107433333333, -6.49952, -6.28908, -6.01392566666667, -5.68440633333333, -5.30219466666667, -4.88695633333333, -4.443597, -3.962513, -3.457363, -2.95559733333333, -2.48735033333333, -2.07050633333333, -1.713114, -1.41683766666667, -1.18216803333333, -1.00679353333333, -0.8858755, -0.817419533333333, -0.809780766666667, -0.809780766666667, -0.854726333333333, -0.920932933333333, -1.000086, -1.08704566666667, -1.180874], "name": "Ground Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14, 14.5, 15, 15.5, 16, 16.5, 17, 17.5, 18, 18.5, 19, 19.5, 20, 20.5, 21, 21.5, 22, 22.5, 23, 23.5, 24], "y": [-32.8001, -21.560944, -18.1465103, -18.1465103, -18.5426188, -19.6105173, -19.7452073, -20.5244252, -21.4735108, -21.8149603, -21.8149603, -20.2471741, -20.2471741, -20.6134741, -20.3415327, -12.784989, 5.86217, 20.58086, 56.56207, 90.99117, 189.665785, 218.15805, 399.7922, 446.252, 482.0512, 501.9703, 509.7477, 509.3043, 493.2415, 466.8993, 363.2135, 344.6294, 279.9616, 202.1637, 100.2678, 56.2271, -31.84743, -53.5508, -69.191422, -70.873352, -74.713611, -74.709702, -58.716014, -58.716014, -74.881125, -76.154245, -74.735318, -34.090065, -32.8001], "name": "Net Rad.", "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": "linear", "title": "Hours along Mean Day", "anchor": "y1"}, "yaxis1": {"domain": [0.11, 0.925], "side": "left", "title": "Radiant Flux (W\/m2)", "type": "linear", "anchor": "x1"}, "annotations": [{"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Diurnal Cycle Energy Budget (with Median Filter)<\/b>", "x": 0.5175, "y": 0.935}], "title": "<b>Diurnal Cycle Energy Budget (with Median Filter)<\/b>", "titlefont": {"color": "rgba(0,0,0,0)"}}).then(function(){
$(".b72b8d3a-1498-4046-b0d8-d916ca5374ab.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></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="de35c858-090b-46bb-b8be-ea3a71c783d5 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="de35c858-090b-46bb-b8be-ea3a71c783d5" style="height: 720px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("de35c858-090b-46bb-b8be-ea3a71c783d5", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [3.3975147230128, 7.2746169496832, 6.8291609265672, 28.82292447804, 16.977044139147, 28.82292447804, 22.823361223754, 24.33425067738, 22.823361223754, 12.529298432294, 12.529298432294, 19.867319620456, 19.867319620456, 17.994887650632, 11.499387226563, 9.407772149984, 8.692643190252, 5.3590025106865, 1.907379520172, 0.38633390669998, 0.16569099842038, -0.2358513462935, -0.2358513462935, -0.34056666239411, -0.37262178264312, -0.37262178264312, -0.13485364738506, -0.05943235555818, -0.05943235555818, 0.15720048323775, 0.15720048323775, 0.5972315386581, 0.5972315386581, 0.53700350760044, 0.39584592033741, 0.3840665459346, 0.12399016009338, 0.12399016009338, -0.51626561309352, -2.0960903621952, -0.51626561309352, 0.054529199205376, 0.32170993713682, 0.32170993713682, 0.5720741841139, 1.676643493016, 2.8019765544064, 4.3728609693726, 7.1862310081244, 7.1862310081244], "name": "H2O Flux", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [-0.2462997, -0.2655966, -0.5923919, -0.5923919, -0.557982, -0.4565113, -0.4565113, -0.480595, -0.480595, -0.4073536, -0.4073536, -0.4680539, -0.4680539, -0.3983425, -0.3153029, -0.2355516, -0.1063045, -0.09689913, 0.04343884, 0.04343884, 0.01488308, 0.007099075, 0.004657933, 0.007099075, 0.1122599, 0.1122867, 0.1122599, 0.135149, 0.08030516, 0.09865733, 0.08905836, 0.09865733, 0.09214829, 0.09214829, 0.07290966, 0.06508183, 0.04094093, 0.03806369, 0.03806369, 0.1234776, 0.1823413, 0.1823413, 0.1429541, 0.1429541, 0.1271716, 0.1271716, 0.06498829, -0.003478795, -0.1100582, -0.1100582], "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(){
$(".de35c858-090b-46bb-b8be-ea3a71c783d5.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="670946dc-5a6c-44fe-903e-204cc6008246 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="670946dc-5a6c-44fe-903e-204cc6008246" style="height: 960px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("670946dc-5a6c-44fe-903e-204cc6008246", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [1.893855, 2.242062, 2.506346, 2.75794, 2.784894, 2.895472, 3.00302, 3.056724, 3.115002, 3.322372, 3.322372, 3.293115, 3.022915, 3.022915, 3.132935, 3.169918, 3.169918, 3.109967, 3.109967, 3.109967, 3.107146, 3.107146, 3.112088, 3.177931, 3.177931, 3.177748, 3.177748, 3.183075, 3.194376, 3.293765, 3.293765, 3.282817, 3.282817, 3.290447, 3.299121, 3.323742, 3.327292, 3.358513, 3.412395, 3.412395, 2.847682, 2.650651, 2.548048, 2.52817, 2.52817, 2.568656, 2.568656, 2.568656, 2.588857, 2.588857], "name": "H2O Conc.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [44.73989, 45.23778, 45.90137, 46.63636, 46.98885, 47.09231, 47.09887, 47.1251, 47.12249, 46.92497, 46.82154, 46.7808, 46.8399, 46.83127, 46.72859, 46.64906, 46.51905, 46.41612, 46.28711, 46.12948, 46.07228, 46.04646, 46.01357, 45.8903, 45.87968, 45.74221, 45.62424, 45.62424, 45.73391, 46.28988, 45.94598, 46.00555, 46.02859, 46.0468, 46.04954, 46.05034, 46.05632, 46.04737, 46.02017, 45.67402, 44.20078, 43.7821, 43.79187, 43.79861, 43.76829, 43.64229, 43.63931, 44.09744, 44.50982, 44.72181], "name": "H2O Signal Strength", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [6.15038116893399, 6.36313567402575, 6.34737482809069, 6.27619583863195, 6.14756862405849, 6.13809665170051, 6.29547646006644, 6.31339486220312, 6.37888042712391, 6.80143046091304, 6.79880657555542, 6.78794409765981, 6.42175148427339, 6.42709908397589, 6.55445204412118, 6.65019630000888, 6.6729365294589, 6.68332901562875, 6.7243620133102, 6.84388791707733, 6.84388791707733, 6.84177841229704, 6.8864818464625, 7.05483104840769, 7.06190493437616, 7.14122058930501, 7.16127939400853, 7.19817087203604, 7.22141880732924, 7.22226439108352, 7.21508606486841, 7.13479535217107, 7.1335101422647, 7.14674446666623, 7.16963656870965, 7.19905514153768, 7.20575186519864, 7.25809866379667, 7.28445008060972, 7.51538884170807, 7.51846478175407, 7.44426579637018, 7.38617095520962, 7.38419869009708, 7.38826964417829, 7.47430836130771, 7.4713873573791, 7.36432299537541, 7.31915346354833, 7.23814147128979], "name": "H2O Conc. (HMP)", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [348.213606647741, 349.599696334602, 347.618845172635, 347.778315231393, 348.617394879486, 348.039809135637, 348.126712988386, 348.169642665695, 348.229624843037, 347.495839181234, 346.821648212162, 346.979261194906, 347.124182345294, 346.92461178959, 346.525925066489, 346.73050903297, 347.810424258745, 348.843406130932, 350.589537866, 351.674448145421, 351.600426566065, 351.674691486586, 352.110959834324, 353.92670423248, 353.845370272301, 353.172844360583, 352.300926007794, 351.946583095869, 352.013185684936, 351.738070110534, 351.460368012312, 351.478210502252, 351.590628520441, 351.590628520441, 351.276414130574, 351.300547811533, 351.092828595946, 352.34014281872, 356.281870406499, 363.426553011837, 365.913391787084, 365.844060675376, 365.548802639493, 365.161527263948, 365.183996229301, 361.475131343732, 359.374289964002, 353.438098042606, 351.252588549129, 349.593553987247], "name": "CO2 conc.", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y5", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [57.69832, 58.26565, 59.03413, 59.88193, 60.2616, 60.38292, 60.39653, 60.43525, 60.43313, 60.22021, 60.10512, 60.05709, 60.11106, 60.09695, 59.98765, 59.90263, 59.76238, 59.65105, 59.51403, 59.34942, 59.28993, 59.26347, 59.23142, 59.10156, 59.09276, 58.93517, 58.79994, 58.8007, 58.92646, 59.49687, 59.15307, 59.22178, 59.25085, 59.27243, 59.27696, 59.27967, 59.28735, 59.27831, 59.24849, 58.85561, 57.06273, 56.55883, 56.5744, 56.58286, 56.54548, 56.394, 56.40346, 56.9707, 57.46436, 57.70912], "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(){
$(".670946dc-5a6c-44fe-903e-204cc6008246.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu9" 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="347b0754-b13b-4d21-9a82-47ed7d26f0bc loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="347b0754-b13b-4d21-9a82-47ed7d26f0bc" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("347b0754-b13b-4d21-9a82-47ed7d26f0bc", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14, 14.5, 15, 15.5, 16, 16.5, 17, 17.5, 18, 18.5, 19, 19.5, 20, 20.5, 21, 21.5, 22, 22.5, 23, 23.5, 24], "y": [-0.05943235555818, 0.15720048323775, 0.15720048323775, 0.5972315386581, 0.5972315386581, 0.53700350760044, 0.39584592033741, 0.3840665459346, 0.12399016009338, 0.12399016009338, -0.51626561309352, -2.0960903621952, -0.51626561309352, 0.054529199205376, 0.32170993713682, 0.32170993713682, 0.5720741841139, 1.676643493016, 2.8019765544064, 4.3728609693726, 5.2918728655686, 7.2304239789038, 6.8291609265672, 28.82292447804, 16.977044139147, 28.82292447804, 22.823361223754, 24.33425067738, 22.823361223754, 12.529298432294, 12.529298432294, 19.867319620456, 19.867319620456, 17.994887650632, 11.499387226563, 9.407772149984, 8.692643190252, 5.3590025106865, 1.907379520172, 0.38633390669998, 0.16569099842038, -0.2358513462935, -0.2358513462935, -0.34056666239411, -0.37262178264312, -0.37262178264312, -0.13485364738506, -0.05943235555818, -0.05943235555818], "name": "H2O Flux", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y2", "type": "scatter", "visible": true, "x": [0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14, 14.5, 15, 15.5, 16, 16.5, 17, 17.5, 18, 18.5, 19, 19.5, 20, 20.5, 21, 21.5, 22, 22.5, 23, 23.5, 24], "y": [0.08030516, 0.09865733, 0.08905836, 0.09865733, 0.09214829, 0.09214829, 0.07290966, 0.06508183, 0.04094093, 0.03806369, 0.03806369, 0.1234776, 0.1823413, 0.1823413, 0.1429541, 0.1429541, 0.1271716, 0.1271716, 0.06498829, -0.003478795, -0.17817895, -0.1878274, -0.5923919, -0.5923919, -0.557982, -0.4565113, -0.4565113, -0.480595, -0.480595, -0.4073536, -0.4073536, -0.4680539, -0.4680539, -0.3983425, -0.3153029, -0.2355516, -0.1063045, -0.09689913, 0.04343884, 0.04343884, 0.01488308, 0.007099075, 0.004657933, 0.007099075, 0.1122599, 0.1122867, 0.1122599, 0.135149, 0.08030516], "name": "CO2 Flux", "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": "linear", "title": "Local Time", "anchor": "y1"}, "yaxis1": {"domain": [0.11, 0.925], "side": "left", "title": "H2O Flux (mg\/m3 m\/s)", "type": "linear", "anchor": "x1"}, "yaxis2": {"domain": [0.11, 0.925], "side": "right", "title": "CO2 Flux (mg\/m3 m\/s)", "type": "linear", "anchor": "x1", "overlaying": "y1"}, "annotations": [{"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Greenhouse Gas Flux Diurnal Cycle (with Median Filter)<\/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}], "title": "<b>Greenhouse Gas Flux Diurnal Cycle (with Median Filter)<\/b>", "titlefont": {"color": "rgba(0,0,0,0)"}}).then(function(){
$(".347b0754-b13b-4d21-9a82-47ed7d26f0bc.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></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="ca89c283-182f-4227-be06-ec1c7a80b4bd loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="ca89c283-182f-4227-be06-ec1c7a80b4bd" style="height: 1680px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("ca89c283-182f-4227-be06-ec1c7a80b4bd", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [7.89755, 9.177504, 9.878562, 10.70439, 11.47303, 11.91226, 12.48987, 12.04468, 11.686, 12.0966, 12.20669, 12.47551, 12.50126, 12.23785, 11.92324, 11.45225, 10.48234, 10.04128, 9.548335, 9.163668, 9.110643, 9.305511, 9.250716, 8.911382, 8.909738, 8.740371, 8.874094, 8.924557, 9.327046, 9.453878, 9.735052, 9.741553, 9.792522, 9.808445, 9.771351, 9.877357, 9.807117, 9.908604, 9.570859, 8.521498, 8.406257, 8.256099, 8.382765, 8.457963, 8.553085, 8.703528, 8.813725, 9.573024, 10.0765, 10.29171], "name": "Ambient Temp.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [3.74199960741112, 4.41299978027479, 4.31033983681995, 4.20348831443499, 3.66274114247424, 3.96338686780723, 4.33389139559154, 4.51206855846252, 4.36396534281465, 5.43071899129867, 5.48868313786097, 5.42665188506535, 4.63913819349518, 4.40508082298568, 4.89412332663793, 5.09481017382824, 5.05942596389155, 4.98414667138375, 5.11191821361266, 5.36262740596604, 5.3401497775761, 5.30599186316671, 5.43375622012967, 5.77043433591886, 5.75760286076912, 5.92787187744744, 5.97029704230379, 6.04762057628877, 6.11747384857807, 6.39343341728703, 6.13011012353188, 5.85927479632717, 5.97156299807916, 6.04233337774477, 5.99780833420739, 6.10351734197998, 6.1195136637222, 6.22161832708193, 6.25565118209928, 6.71172377945259, 6.64110854560266, 6.49649510879813, 6.3462234117404, 6.38469566210659, 6.39844892418859, 6.57493635184021, 6.65823331105697, 6.41431974677868, 6.35785691016779, 6.19876974726551], "name": "Dew Point Temp.", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [6.138542, 6.400623, 6.335155, 6.264112, 6.009566, 6.126278, 6.273561, 6.366597, 6.309173, 6.788334, 6.81142, 6.774874, 6.408808, 6.311285, 6.541831, 6.648398, 6.660089, 6.637484, 6.711417, 6.841292, 6.831995, 6.810264, 6.873225, 7.048269, 7.04129, 7.130854, 7.147493, 7.184314, 7.207516, 7.343614, 7.201195, 7.065512, 7.119776, 7.155833, 7.133519, 7.183412, 7.193665, 7.241528, 7.270426, 7.537004, 7.503991, 7.433279, 7.352703, 7.369984, 7.374047, 7.459919, 7.500089, 7.350144, 7.305062, 7.21872], "name": "H2O Mixing Ratio", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [74.80322, 71.85765, 68.01741, 63.83844, 58.34354, 57.87291, 57.16288, 59.63121, 60.44413, 63.38871, 63.18043, 61.78899, 58.36274, 58.42423, 61.75703, 64.64181, 68.83197, 70.54269, 73.60063, 76.89436, 77.05144, 75.85308, 76.82166, 80.49464, 80.43147, 82.34126, 81.83407, 81.99358, 80.16317, 81.01597, 78.03855, 76.54417, 76.88004, 77.17705, 77.13168, 77.14542, 77.60041, 77.61818, 79.60708, 88.27048, 88.53522, 88.55759, 86.87889, 86.66392, 86.18351, 86.35363, 86.20267, 80.47931, 77.47149, 75.51031], "name": "Relative Humidity", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [101.437, 101.4217, 101.4029, 101.3722, 101.3634, 101.3779, 101.3882, 101.3654, 101.3354, 101.3198, 101.3025, 101.2998, 101.3266, 101.3492, 101.3823, 101.4301, 101.4904, 101.5546, 101.6142, 101.6494, 101.6708, 101.7094, 101.7554, 101.7702, 101.7386, 101.7584, 101.7886, 101.8119, 101.8361, 101.8581, 101.8838, 101.893, 101.9034, 101.8999, 101.8951, 101.8881, 101.8881, 101.8886, 101.8873, 101.9155, 101.9376, 101.9598, 101.9603, 101.959, 101.9649, 101.9842, 102.0071, 102.0218, 102.0293, 102.0211], "name": "Atmo. Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [97.62557, 97.60705, 97.60172, 97.6084, 97.6921, 97.76096, 97.78741, 97.78053, 97.7662, 97.75378, 97.72589, 97.70463, 97.72511, 97.73234, 97.76035, 97.79795, 97.85497, 97.91592, 97.97285, 97.99876, 98.00565, 98.03316, 98.06856, 98.07863, 98.03875, 98.05109, 98.07352, 98.09104, 98.11028, 98.10726, 98.14596, 98.16244, 98.17601, 98.17486, 98.17047, 98.16691, 98.16853, 98.17179, 98.17512, 98.21008, 98.23307, 98.25349, 98.25401, 98.25159, 98.25493, 98.27206, 98.29544, 98.30296, 98.32513, 98.33082], "name": "Cell Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x5", "yaxis": "y5", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [-3.811464, -3.814629, -3.801185, -3.76382, -3.671293, -3.616961, -3.600795, -3.584827, -3.56921, -3.565979, -3.576642, -3.595212, -3.60153, -3.616814, -3.621962, -3.632195, -3.635394, -3.638649, -3.641376, -3.650621, -3.665152, -3.676281, -3.686833, -3.691541, -3.699816, -3.707309, -3.715019, -3.720853, -3.725798, -3.750886, -3.73785, -3.730509, -3.727358, -3.725021, -3.724655, -3.72115, -3.719527, -3.716786, -3.71219, -3.705405, -3.704562, -3.706337, -3.706314, -3.707441, -3.709955, -3.712088, -3.711699, -3.718852, -3.704202, -3.69025], "name": "Diff. Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x6", "yaxis": "y6", "type": "scatter", "visible": true, "x": [1410620400000, 1410620400000, null, 1410622200000, 1410622200000, null, 1410624000000.01, 1410624000000.01, null, 1410625800000, 1410625800000, null, 1410627600000, 1410627600000, null, 1410629400000.01, 1410629400000.01, null, 1410631200000, 1410631200000, null, 1410633000000, 1410633000000, null, 1410634800000.01, 1410634800000.01, null, 1410636600000, 1410636600000, null, 1410638400000, 1410638400000, null, 1410640200000.01, 1410640200000.01, null, 1410642000000, 1410642000000, null, 1410643800000, 1410643800000, null, 1410645600000.01, 1410645600000.01, null, 1410647400000, 1410647400000, null, 1410649200000, 1410649200000, null, 1410651000000.01, 1410651000000.01, null, 1410652800000, 1410652800000, null, 1410654600000, 1410654600000, null, 1410656400000.01, 1410656400000.01, null, 1410658200000, 1410658200000, null, 1410660000000, 1410660000000, null, 1410661800000.01, 1410661800000.01, null, 1410663600000, 1410663600000, null, 1410665400000, 1410665400000, null, 1410667200000.01, 1410667200000.01, null, 1410669000000, 1410669000000, null, 1410670800000, 1410670800000, null, 1410672600000.01, 1410672600000.01, null, 1410674400000, 1410674400000, null, 1410676200000, 1410676200000, null, 1410678000000.01, 1410678000000.01, null, 1410679800000, 1410679800000, null, 1410681600000, 1410681600000, null, 1410683400000.01, 1410683400000.01, null, 1410685200000, 1410685200000, null, 1410687000000, 1410687000000, null, 1410688800000.01, 1410688800000.01, null, 1410690600000, 1410690600000, null, 1410692400000, 1410692400000, null, 1410694200000.01, 1410694200000.01, null, 1410696000000, 1410696000000, null, 1410697800000, 1410697800000, null, 1410699600000.01, 1410699600000.01, null, 1410701400000, 1410701400000, null, 1410703200000, 1410703200000, null, 1410705000000.01, 1410705000000.01, null, 1410706800000, 1410706800000, null, 1410708600000, 1410708600000, 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], "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)"]}, "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)"]}, "showlegend": true}, {"xaxis": "x6", "yaxis": "y7", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "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], "name": "Pp", "mode": "lines", "showlegend": true}, {"xaxis": "x8", "yaxis": "y8", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [0.2684253, 0.3269004, 0.3894346, 0.4652357, 0.5640995, 0.5871857, 0.6202868, 0.5677719, 0.5432219, 0.5165825, 0.5232084, 0.5527503, 0.6032718, 0.5920433, 0.5334258, 0.4780628, 0.3951007, 0.3625584, 0.3143427, 0.2680691, 0.2652927, 0.28285, 0.2705067, 0.2225182, 0.2231917, 0.1991208, 0.2066888, 0.2055658, 0.2327127, 0.2246257, 0.2648013, 0.2829144, 0.279828, 0.276579, 0.2763917, 0.2782118, 0.2713939, 0.2730187, 0.2432196, 0.1303043, 0.1263749, 0.1248417, 0.1444062, 0.1475209, 0.1538244, 0.1534782, 0.1563458, 0.2328207, 0.2779083, 0.3065172], "name": "Vapour Press. Def.", "mode": "lines", "showlegend": true}, {"xaxis": "x9", "yaxis": "y9", "type": "scatter", "visible": true, "x": [1410620400000, 1410624000000.01, 1410627600000, 1410631200000, 1410634800000.01, 1410638400000, 1410642000000, 1410645600000.01, 1410649200000, 1410652800000, 1410656400000.01, 1410660000000, 1410663600000, 1410667200000.01, 1410670800000, 1410674400000, 1410678000000.01, 1410681600000, 1410685200000, 1410688800000.01, 1410692400000, 1410696000000, 1410699600000.01, 1410703200000, 1410706800000], "y": [0.0038298736948997, 0.0514334434790723, 0.0718971301913879, 0.0538335022753751, 0.0394132137343998, 0.0227805365109121, 0.0122807156844554, 0.0124429357137754, 0.00439152213000504, 0.0157750731495788, 0.0495065988898153, 0.0402743576472275, 0.0377942264988195, 0.0325775479670063, 0.0312446658854196, 0.0345225266059321, 0.0367492833356762, 0.0415078973445117, 0.0403172429606044, 0.0109563603031497, 0.00804418234596407, 0.012866734637806, 0.0175120854488518, 0.0137598230841663, 0.00646875947480421], "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(){
$(".ca89c283-182f-4227-be06-ec1c7a80b4bd.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="d25eb7ba-9360-4c9d-b893-16505235b99c loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="d25eb7ba-9360-4c9d-b893-16505235b99c" style="height: 1024px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("d25eb7ba-9360-4c9d-b893-16505235b99c", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [6.996676, 7.196688, 7.075818, 7.305353, 8.136595, 7.969283, 7.493651, 7.455501, 7.555758, 7.699184, 7.657917, 7.654839, 7.740526, 7.830377, 7.91583, 7.988951, 8.052533, 8.116983, 8.168343, 8.210127, 8.236223, 8.24513, 8.252099, 8.24994, 8.236094, 8.206193, 8.193075, 8.184129, 8.180106, 8.168634, 8.157554, 8.15182, 8.147676, 8.14071, 8.14465, 8.145552, 8.147405, 8.145525, 8.144149, 8.142478, 8.139553, 8.137187, 8.136395, 8.134917, 8.136448, 8.141825, 8.143628, 8.154492, 8.167554, 8.165269], "name": "Tsoil 1", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [null, null, null, null, null, null, -582096.4, -7183014, -3153658, -7101655, -3647135, -6948811, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null], "name": "Tsoil 2", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [-1.604904e+15, -1.654548e+15, -1.697893e+15, -1.71929e+15, -1.782272e+15, -1.815171e+15, -1.848889e+15, -1.757067e+15, -1.789686e+15, -1.760246e+15, -1.784703e+15, -1.760396e+15, -1.771052e+15, -1.759543e+15, -1.725143e+15, -1.75889e+15, -1.742491e+15, -1.770745e+15, -1.7165e+15, -1.719305e+15, -1.647225e+15, -1.658118e+15, -1.611357e+15, -1.62122e+15, -1.605406e+15, -1.584071e+15, -1.667653e+15, -1.643049e+15, -1.608844e+15, -1.630999e+15, -1.663337e+15, -1.628304e+15, -1.629632e+15, -1.630001e+15, -1.649628e+15, -1.614171e+15, -1.663314e+15, -1.584608e+15, -1.658298e+15, -1.626123e+15, -1.614946e+15, -1.630793e+15, -1.638824e+15, -1.636221e+15, -1.690993e+15, -1.700592e+15, -1.696931e+15, -1.727865e+15, -1.741584e+15, -1.703955e+15], "name": "Tsoil 3", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [58.2137, 58.21322, 58.21322, 58.20543, 58.18741, 58.16307, 58.13826, 58.1008, 58.06043, 58.02347, 57.98556, 57.95155, 57.91267, 57.87771, 57.84761, 57.81605, 57.78742, 57.76558, 57.74084, 57.72677, 57.71077, 57.70059, 57.69186, 57.68265, 57.67488, 57.67246, 57.66518, 57.66228, 57.66034, 57.65549, 57.65403, 57.65064, 57.65161, 57.64967, 57.64288, 57.64434, 57.64239, 57.64191, 57.63804, 57.63319, 57.63561, 57.63173, 57.63416, 57.63319, 57.63464, 57.62979, 57.63367, 57.63028, 57.62591, 57.62107], "name": "SWC 1", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [60.95766, 60.95667, 60.9517, 60.93978, 60.90899, 60.87672, 60.83401, 60.78835, 60.73776, 60.68766, 60.64453, 60.60141, 60.54789, 60.50977, 60.46867, 60.44094, 60.41223, 60.39046, 60.3687, 60.35634, 60.35041, 60.34249, 60.3321, 60.56824, 60.33012, 60.32517, 60.3227, 60.32221, 60.31973, 60.3232, 60.31677, 60.31529, 60.31182, 60.30985, 60.30737, 60.30242, 60.30341, 60.29946, 60.29599, 60.29302, 60.28957, 60.28907, 60.28462, 60.28364, 60.27769, 60.2782, 60.27967, 60.27275, 60.27127, 60.26435], "name": "SWC 2", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [34.53503, 34.53034, 34.52176, 34.50732, 34.49561, 34.47689, 34.44804, 34.42075, 34.39347, 34.3627, 34.33076, 34.30312, 34.27666, 34.25176, 34.21948, 34.19538, 34.17322, 34.15263, 34.13087, 34.12194, 34.11301, 34.10214, 34.09204, 34.08389, 34.07768, 34.07224, 34.06448, 34.05749, 34.04973, 34.04507, 34.0377, 34.02839, 34.02413, 34.01714, 34.01442, 34.00938, 34.00124, 33.99813, 34.00201, 34.00705, 34.00124, 33.99658, 33.99115, 33.98611, 33.98107, 33.97681, 33.97991, 33.96634, 33.96091, 33.94696], "name": "SWC 3", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [-8.391253, -8.537913, -8.627343, -8.631821, -8.539989, -8.363774, -8.094259, -7.733284, -7.294488, -6.784921, -6.194613, -5.504019, -4.719994, -3.919493, -3.17851, -2.531413, -1.984122, -1.5345, -1.181601, -0.9147905, -0.7287554, -0.6187174, -0.5787411, -0.5972182, -0.6648387, -0.7692753, -0.8962556, -1.037083, -1.188987, -1.347089, -1.503236, -1.649777, -1.778926, -1.887593, -1.973624, -2.042531, -2.094939, -2.132549, -2.161018, -2.181957, -2.197399, -2.208203, -2.218148, -2.226043, -2.234102, -2.239964, -2.241439, -2.238109, -2.216837, -2.169523], "name": "SHF 1", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [-6.618098, -6.625954, -6.569115, -6.432197, -6.221355, -5.949798, -5.607657, -5.202639, -4.758183, -4.300583, -3.840139, -3.372437, -2.911636, -2.466626, -2.050797, -1.679148, -1.361137, -1.100543, -0.8964821, -0.7520291, -0.6630391, -0.6259112, -0.6347846, -0.6794721, -0.7484263, -0.8337995, -0.9273014, -1.025229, -1.127473, -1.227629, -1.320384, -1.399403, -1.460286, -1.505118, -1.536407, -1.555695, -1.565332, -1.569749, -1.56857, -1.564691, -1.557838, -1.553313, -1.5452, -1.536627, -1.528497, -1.519389, -1.507818, -1.488298, -1.455231, -1.397323], "name": "SHF 2", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [-5.15228, -5.098998, -5.012272, -4.889205, -4.737216, -4.553668, -4.339861, -4.117296, -3.853913, -3.575365, -3.296039, -3.011083, -2.740459, -2.480673, -2.232744, -2.000958, -1.794083, -1.61547, -1.468421, -1.353561, -1.265832, -1.20763, -1.170966, -1.152652, -1.150914, -1.159724, -1.176701, -1.198825, -1.226162, -1.252421, -1.276194, -1.295246, -1.309508, -1.319435, -1.322255, -1.323036, -1.319739, -1.314412, -1.3066, -1.297641, -1.287353, -1.277583, -1.266233, -1.256208, -1.244578, -1.233759, -1.219813, -1.201778, -1.179918, -1.147298], "name": "SHF 3", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [0.3263954, 0.3257082, 0.324738, 0.3240565, 0.3240184, 0.3225055, 0.3210813, 0.3206866, 0.3193917, 0.3186067, 0.317353, 0.3157539, 0.314997, 0.3135183, 0.312116, 0.3107287, 0.3096718, 0.3081317, 0.3066192, 0.3049101, 0.3037463, 0.3019224, 0.3006299, 0.298941, 0.2973551, 0.29588, 0.2946093, 0.2935196, 0.2928077, 0.291729, 0.290659, 0.289681, 0.2887507, 0.2877803, 0.2871103, 0.2858385, 0.2851671, 0.2842756, 0.283333, 0.2823769, 0.2814845, 0.2801693, 0.2790816, 0.2780732, 0.2771297, 0.2762117, 0.2751887, 0.2741158, 0.2731884, 0.2721147], "name": "WTD Max", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1410620400000, 1410622200000, 1410624000000.01, 1410625800000, 1410627600000, 1410629400000.01, 1410631200000, 1410633000000, 1410634800000.01, 1410636600000, 1410638400000, 1410640200000.01, 1410642000000, 1410643800000, 1410645600000.01, 1410647400000, 1410649200000, 1410651000000.01, 1410652800000, 1410654600000, 1410656400000.01, 1410658200000, 1410660000000, 1410661800000.01, 1410663600000, 1410665400000, 1410667200000.01, 1410669000000, 1410670800000, 1410672600000.01, 1410674400000, 1410676200000, 1410678000000.01, 1410679800000, 1410681600000, 1410683400000.01, 1410685200000, 1410687000000, 1410688800000.01, 1410690600000, 1410692400000, 1410694200000.01, 1410696000000, 1410697800000, 1410699600000.01, 1410701400000, 1410703200000, 1410705000000.01, 1410706800000, 1410708600000], "y": [0.3252686, 0.3242391, 0.3230221, 0.3220826, 0.3208103, 0.320144, 0.3191124, 0.3177244, 0.317298, 0.3159454, 0.3151651, 0.3142059, 0.3131155, 0.3116217, 0.3101687, 0.3089778, 0.3076793, 0.3061575, 0.3046868, 0.3031203, 0.3017657, 0.3000177, 0.2985488, 0.2969689, 0.2956645, 0.2941739, 0.2930208, 0.2922361, 0.2912648, 0.2905099, 0.2893919, 0.288525, 0.2873117, 0.2865326, 0.2854388, 0.2848449, 0.28373, 0.2827739, 0.2819084, 0.2809895, 0.279978, 0.2788117, 0.2775773, 0.2767063, 0.275811, 0.2746271, 0.2735675, 0.272584, 0.271374, 0.2703484], "name": "WTD Min", "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", "title": "Water Depth (m)", "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>Water Depth by Channel<\/b>", "x": 0.5175, "y": 0.277741935483871}], "title": "<b>Soil Temperature by Channel<\/b>", "titlefont": {"color": "rgba(0,0,0,0)"}}).then(function(){
$(".d25eb7ba-9360-4c9d-b893-16505235b99c.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>