-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathB150720b.html
More file actions
167 lines (160 loc) · 38.5 KB
/
B150720b.html
File metadata and controls
167 lines (160 loc) · 38.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
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>20-Jul-2015 15:00:00 al 20-Jul-2015 16:30:00</td></tr><tr><th scope="row">Datos adquiridos</th><td>4 datos</td></tr><tr><th scope="row">Flags</th><td><ul><li><strong>Uptime del anemómetro:</strong> 63.97%</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="27cd882a-3863-4b4b-9cbd-cc7284bde583 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="27cd882a-3863-4b4b-9cbd-cc7284bde583" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("27cd882a-3863-4b4b-9cbd-cc7284bde583", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [64.74, 71.31, 62.68, 57.15], "name": "Anemometer Uptime", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [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(){
$(".27cd882a-3863-4b4b-9cbd-cc7284bde583.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="39b9371c-569b-4612-8922-a7bc4ef62052 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="39b9371c-569b-4612-8922-a7bc4ef62052" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("39b9371c-569b-4612-8922-a7bc4ef62052", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [10.29634, 10.23592, 10.24894, 10.18629], "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(){
$(".39b9371c-569b-4612-8922-a7bc4ef62052.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="6c85370f-a73d-4250-a4da-5c9e3f0a83c4 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="6c85370f-a73d-4250-a4da-5c9e3f0a83c4" style="height: 960px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("6c85370f-a73d-4250-a4da-5c9e3f0a83c4", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [null, null, null, null], "name": "Shear Stress", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [0.910548, 0.8673965, 0.9780433, 0.8908913], "name": "Shear Speed", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1437422400000, 1437422400000, null, 1437424200000.01, 1437424200000.01, null, 1437426000000, 1437426000000, null, 1437427800000, 1437427800000, null], "y": [0, -71.71436, null, 0, -61.14227, null, 0, -54.25369, null, 0, -59.26129, 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)"]}, "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)"]}, "showlegend": true}, {"xaxis": "x3", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [6.032367, 5.394813, 6.442377, 6.916404], "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(){
$(".6c85370f-a73d-4250-a4da-5c9e3f0a83c4.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="7f0a6b2f-be8a-4ff9-aed7-d65b9e95a7a8 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="7f0a6b2f-be8a-4ff9-aed7-d65b9e95a7a8" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("7f0a6b2f-be8a-4ff9-aed7-d65b9e95a7a8", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [1.853911, 2.531026, 3.699514, 3.470736], "name": "U-Wind", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [-5.610443, -4.592951, -5.139659, -5.836402], "name": "V-Wind", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [-0.4037896, -0.3055598, -0.4553372, -0.5483432], "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(){
$(".7f0a6b2f-be8a-4ff9-aed7-d65b9e95a7a8.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="a11c466d-6921-4c0d-9d97-cd1a58fa1f73 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="a11c466d-6921-4c0d-9d97-cd1a58fa1f73" style="height: 960px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("a11c466d-6921-4c0d-9d97-cd1a58fa1f73", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [null, null, null, null], "name": "Sensible Heat", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [null, null, null, null], "name": "Latent Heat", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [45.34396, 45.34396, 37.61217, 30.28063], "name": "Shortwave Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [-1.198271, -1.212176, -1.198271, -1.16135], "name": "Longwave Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [-4.65846833333333, -4.65846833333333, -4.60928333333333, -4.38332966666667], "name": "Ground Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [44.145689, 44.131784, 36.413899, 29.11928], "name": "Net Rad.", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1437422400000, 1437422400000, null, 1437424200000.01, 1437424200000.01, null, 1437426000000, 1437426000000, null, 1437427800000, 1437427800000, null], "y": [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)"]}, "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)"]}, "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [112.4397, 67.63885, 55.93567, 44.13361], "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(){
$(".a11c466d-6921-4c0d-9d97-cd1a58fa1f73.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="28825662-49a0-4528-b530-13c231056302 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="28825662-49a0-4528-b530-13c231056302" style="height: 720px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("28825662-49a0-4528-b530-13c231056302", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [null, null, null, null], "name": "H2O Flux", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [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(){
$(".28825662-49a0-4528-b530-13c231056302.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="32cf85fb-8116-48a2-bcae-35bd3fcdac22 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="32cf85fb-8116-48a2-bcae-35bd3fcdac22" style="height: 960px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("32cf85fb-8116-48a2-bcae-35bd3fcdac22", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [null, null, null, null], "name": "H2O Conc.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [null, null, null, null], "name": "H2O Signal Strength", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [-0.00179940616189195, -0.00182811108231032, -0.00183299241700611, -0.00183299241700611], "name": "H2O Conc. (HMP)", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [null, null, null, null], "name": "CO2 conc.", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y5", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [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(){
$(".32cf85fb-8116-48a2-bcae-35bd3fcdac22.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="86c4c7b4-8e6e-4eb7-83f5-e8f3a1cb904e loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="86c4c7b4-8e6e-4eb7-83f5-e8f3a1cb904e" style="height: 1680px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("86c4c7b4-8e6e-4eb7-83f5-e8f3a1cb904e", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [-65.88241, -65.95467, -65.97878, -66.0401], "name": "Ambient Temp.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [null, null, null, null], "name": "Dew Point Temp.", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [-0.001795965, -0.001824616, -0.001829487, -0.001845834], "name": "H2O Mixing Ratio", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [10.06108, 10.04281, 10.01061, 9.95357], "name": "Relative Humidity", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [null, null, null, null], "name": "Atmo. Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [null, null, null, null], "name": "Cell Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x5", "yaxis": "y5", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [null, null, null, null], "name": "Diff. Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x6", "yaxis": "y6", "type": "scatter", "visible": true, "x": [1437422400000, 1437422400000, null, 1437424200000.01, 1437424200000.01, null, 1437426000000, 1437426000000, null, 1437427800000, 1437427800000, null], "y": [0, 0.4, null, 0, 1.1, null, 0, 1.5, null, 0, 1.8, 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)"]}, "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)"]}, "showlegend": true}, {"xaxis": "x6", "yaxis": "y7", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [0.4, 0.7, 0.4, 0.3], "name": "Pp", "mode": "lines", "showlegend": true}, {"xaxis": "x8", "yaxis": "y8", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [-0.0015370408, -0.0015641748, -0.0015737759, -0.0015974758], "name": "Vapour Press. Def.", "mode": "lines", "showlegend": true}, {"xaxis": "x9", "yaxis": "y9", "type": "scatter", "visible": true, "x": [1437422400000, 1437426000000], "y": [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(){
$(".86c4c7b4-8e6e-4eb7-83f5-e8f3a1cb904e.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="3261a7fc-e8be-49f6-8569-7ca78f223f3d loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="3261a7fc-e8be-49f6-8569-7ca78f223f3d" style="height: 1024px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("3261a7fc-e8be-49f6-8569-7ca78f223f3d", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [5.584791, 5.624709, 5.654676, 5.681898], "name": "Tsoil 1", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [6.099715, 6.112284, 6.114358, 6.116862], "name": "Tsoil 2", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [5.345564, 5.344069, 5.338962, 5.329895], "name": "Tsoil 3", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [58.1125, 58.44718, 59.00089, 59.1841], "name": "SWC 1", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [57.84569, 58.1281, 58.46906, 58.4593], "name": "SWC 2", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [28.62257, 28.87774, 29.19995, 29.20288], "name": "SWC 3", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [-6.543786, -6.276809, -5.993757, -5.653348], "name": "SHF 1", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [-3.947981, -3.871569, -3.831444, -3.768933], "name": "SHF 2", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [-3.759841, -3.827027, -4.002649, -3.727708], "name": "SHF 3", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [0.428303, 0.444614, 0.4625137, 0.4721791], "name": "WTD Max", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1437422400000, 1437424200000.01, 1437426000000, 1437427800000], "y": [0.4177257, 0.4281633, 0.444614, 0.4624648], "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(){
$(".3261a7fc-e8be-49f6-8569-7ca78f223f3d.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>