-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathB150522b.html
167 lines (160 loc) · 39.9 KB
/
B150522b.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
<!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>22-May-2015 14:30:00 al 22-May-2015 16:30:00</td></tr><tr><th scope="row">Datos adquiridos</th><td>5 datos</td></tr><tr><th scope="row">Flags</th><td><ul><li><strong>Uptime del anemómetro:</strong> 91.17%</li><li><strong>Uptime del analizador de gases:</strong> 0.00%</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="240ac1d9-52fe-48e5-81d4-6d96f63b094f loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="240ac1d9-52fe-48e5-81d4-6d96f63b094f" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("240ac1d9-52fe-48e5-81d4-6d96f63b094f", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [100, 67.98, 98.02, 89.84, 100], "name": "Anemometer Uptime", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [0, 0, 0, 0, 0], "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(){
$(".240ac1d9-52fe-48e5-81d4-6d96f63b094f.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="e3867001-11e8-4bbd-8e90-5b0140c5fde2 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="e3867001-11e8-4bbd-8e90-5b0140c5fde2" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("e3867001-11e8-4bbd-8e90-5b0140c5fde2", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [12.24717, 12.23062, 12.24718, 12.22824, 12.2474], "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(){
$(".e3867001-11e8-4bbd-8e90-5b0140c5fde2.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="be7ec071-dab7-4dc7-aea6-1084cc067744 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="be7ec071-dab7-4dc7-aea6-1084cc067744" style="height: 960px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("be7ec071-dab7-4dc7-aea6-1084cc067744", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [null, null, null, null, null], "name": "Shear Stress", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [0.6377652, 0.6590641, 0.5392016, 0.6043434, 0.5022309], "name": "Shear Speed", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1432323000000, 1432323000000, null, 1432324800000, 1432324800000, null, 1432326600000.01, 1432326600000.01, null, 1432328400000, 1432328400000, null, 1432330200000, 1432330200000, null], "y": [0, 54.36782, null, 0, 68.40625, null, 0, 54.80453, null, 0, 62.79587, null, 0, 62.51009, 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)"]}, "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)"]}, "showlegend": true}, {"xaxis": "x3", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [4.229084, 4.317119, 3.206805, 4.062773, 3.221109], "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(){
$(".be7ec071-dab7-4dc7-aea6-1084cc067744.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="79c3bc62-e0d5-4c78-81f9-40f254cf3158 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="79c3bc62-e0d5-4c78-81f9-40f254cf3158" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("79c3bc62-e0d5-4c78-81f9-40f254cf3158", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [2.360906, 1.528433, 1.778476, 1.773507, 1.433518], "name": "U-Wind", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [3.293772, 3.861602, 2.521571, 3.450251, 2.754949], "name": "V-Wind", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [0.2315395, 0.1692634, 0.1552209, 0.1580471, 0.1057724], "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(){
$(".79c3bc62-e0d5-4c78-81f9-40f254cf3158.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="5f15803a-4cfd-459d-835e-fcc3e9160f45 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="5f15803a-4cfd-459d-835e-fcc3e9160f45" style="height: 960px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("5f15803a-4cfd-459d-835e-fcc3e9160f45", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [null, null, null, null, null], "name": "Sensible Heat", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [null, null, null, null, null], "name": "Latent Heat", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [94.28687, 120.302, 120.302, 84.97695, 83.64657], "name": "Shortwave Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [-15.9299, -17.99696, -19.82362, -19.82362, -11.74858], "name": "Longwave Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [-1.19279003333333, -1.19279003333333, -1.12604063333333, -1.0811308, -1.0472675], "name": "Ground Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [78.35697, 102.30504, 100.47838, 65.15333, 71.89799], "name": "Net Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1432323000000, 1432323000000, null, 1432324800000, 1432324800000, null, 1432326600000.01, 1432326600000.01, null, 1432328400000, 1432328400000, null, 1432330200000, 1432330200000, null], "y": [0, null, null, 0, null, null, 0, null, null, 0, null, null, 0, null, 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)"]}, "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)"]}, "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [154.4982, 200.2285, 303.9034, 138.7993, 135.7783], "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(){
$(".5f15803a-4cfd-459d-835e-fcc3e9160f45.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu6" role="tabpanel" class="tab-pane"><center><h2>Aviso: Fallo en generacion de balance de energia diario.</h2></center></div><div id="menu7" role="tabpanel" class="tab-pane"><center><script type="text/javascript">window.PLOTLYENV=window.PLOTLYENV || {};window.PLOTLYENV.BASE_URL="https://plot.ly";Plotly.LINKTEXT="Export to plot.ly";</script>
<div class="0145edd5-03b1-48fc-866c-f657000ac0ac loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="0145edd5-03b1-48fc-866c-f657000ac0ac" style="height: 720px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("0145edd5-03b1-48fc-866c-f657000ac0ac", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [null, null, null, null, null], "name": "H2O Flux", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [null, null, null, null, null], "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(){
$(".0145edd5-03b1-48fc-866c-f657000ac0ac.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="bb99a846-e4eb-42db-a774-23668f8149dd loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="bb99a846-e4eb-42db-a774-23668f8149dd" style="height: 960px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("bb99a846-e4eb-42db-a774-23668f8149dd", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [null, null, null, null, null], "name": "H2O Conc.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [null, null, null, null, null], "name": "H2O Signal Strength", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [8.81421129751967, 8.80775711331761, 8.71535579268447, 8.65482049427649, 8.32221494534434], "name": "H2O Conc. (HMP)", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [null, null, null, null, null], "name": "CO2 conc.", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y5", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [null, null, null, null, null], "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(){
$(".bb99a846-e4eb-42db-a774-23668f8149dd.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu9" role="tabpanel" class="tab-pane"><center><h2>Aviso: Fallo en generacion de ciclo diario de GHG.</h2></center></div><div id="menu10" role="tabpanel" class="tab-pane"><center><script type="text/javascript">window.PLOTLYENV=window.PLOTLYENV || {};window.PLOTLYENV.BASE_URL="https://plot.ly";Plotly.LINKTEXT="Export to plot.ly";</script>
<div class="4c98c002-5399-4346-9a93-a56e024a986b loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="4c98c002-5399-4346-9a93-a56e024a986b" style="height: 1680px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("4c98c002-5399-4346-9a93-a56e024a986b", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [10.50092, 10.29321, 10.84719, 10.67791, 10.07742], "name": "Ambient Temp.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [null, null, null, null, null], "name": "Dew Point Temp.", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [8.863187, 8.797241, 8.693392, 8.638156, 8.306195], "name": "H2O Mixing Ratio", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [91.49535, 92.01781, 87.79427, 88.14991, 88.08506], "name": "Relative Humidity", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [null, null, null, null, null], "name": "Atmo. Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [null, null, null, null, null], "name": "Cell Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x5", "yaxis": "y5", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [null, null, null, null, null], "name": "Diff. Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x6", "yaxis": "y6", "type": "scatter", "visible": true, "x": [1432323000000, 1432323000000, null, 1432324800000, 1432324800000, null, 1432326600000.01, 1432326600000.01, null, 1432328400000, 1432328400000, null, 1432330200000, 1432330200000, null], "y": [0, 0, null, 0, 0, null, 0, 0, null, 0, 0.3, null, 0, 0.3, 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)"]}, "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)"]}, "showlegend": true}, {"xaxis": "x6", "yaxis": "y7", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [0, 0, 0, 0.3, 0], "name": "Pp", "mode": "lines", "showlegend": true}, {"xaxis": "x8", "yaxis": "y8", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [0.107941, 0.099912, 0.158546, 0.15224, 0.146988], "name": "Vapour Press. Def.", "mode": "lines", "showlegend": true}, {"xaxis": "x9", "yaxis": "y9", "type": "scatter", "visible": true, "x": [1432321200000.01, 1432324800000, 1432328400000], "y": [-0, null, null], "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(){
$(".4c98c002-5399-4346-9a93-a56e024a986b.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="f9d40624-ffbe-4742-98de-9e822c72b430 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="f9d40624-ffbe-4742-98de-9e822c72b430" style="height: 1024px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("f9d40624-ffbe-4742-98de-9e822c72b430", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [11.5567, 11.65042, 11.68792, 11.68766, 11.67471], "name": "Tsoil 1", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [11.604, 11.68479, 11.716, 11.71214, 11.68192], "name": "Tsoil 2", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [11.5919, 11.675, 11.70492, 11.69634, 11.66871], "name": "Tsoil 3", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [65.35715, 64.9165, 64.66932, 64.50774, 64.47101], "name": "SWC 1", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [67.87976, 67.60164, 67.39968, 67.24265, 67.14415], "name": "SWC 2", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [22.78163, 22.69039, 22.62725, 22.5711, 22.53314], "name": "SWC 3", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [-1.720675, -1.561132, -1.421159, -1.304779, -1.212104], "name": "SHF 1", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [-0.842792, -0.7925881, -0.7582959, -0.7374464, -0.7284265], "name": "SHF 2", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [-1.262207, -1.22465, -1.198667, -1.201167, -1.201272], "name": "SHF 3", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [0.435316, 0.4312404, 0.4265566, 0.4223078, 0.4193246], "name": "WTD Max", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1432323000000, 1432324800000, 1432326600000.01, 1432328400000, 1432330200000], "y": [0.4307978, 0.4264615, 0.4222353, 0.4190601, 0.4147642], "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(){
$(".f9d40624-ffbe-4742-98de-9e822c72b430.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>