-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathB140326b.html
159 lines (152 loc) · 32.5 KB
/
B140326b.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html>
<head>
<title>Visualizador de Datos de Diagnostico de Eddy Covariance Processing System 1.0 </title>
<meta charset="UTF-8">
<script src="./js/plotly-latest.min.js"></script>
<script src="./js/MathJax.js?config=TeX-AMS-MML_SVG"></script>
<script src="./js/TeX-AMS-MML_SVG.js?V=2.7.4"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/jquery-3.0.0.min.js"></script>
<link href="./css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
h1,h2,h3 { font-weight:bold; }
h1 { font-size:24px; }
h2 { font-size:16px; border-bottom:1px solid #ccc; padding:0 0 2px 0; margin:0 0 5px 0; }
h3 { font-size:13px; margin:0 0 2px 0; }
.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #666; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
body{ background: #EDECEC; padding:50px}
</style>
<script>
$(document).ready(function () {
$('ul.nav > li').click(function (e) {
e.preventDefault();
$(this).siblings('a.active').removeClass("active")
var index = $(this).index();
$('ul.nav > li').removeClass('active');
$('div.tab-pane').removeClass('active');
$('ul.nav > li').eq(index).addClass('active');
$('div.tab-pane').eq(index).addClass('active');
});
});
</script>
<script>
(function() {
var d3 = Plotly.d3;
var WIDTH_IN_PERCENT_OF_PARENT = 60,
HEIGHT_IN_PERCENT_OF_PARENT = 80;
var gd3 = d3.select('body')
.append('div')
.style({
width: WIDTH_IN_PERCENT_OF_PARENT + '%',
'margin-left': (100 - WIDTH_IN_PERCENT_OF_PARENT) / 2 + '%',
height: HEIGHT_IN_PERCENT_OF_PARENT + 'vh',
'margin-top': (100 - HEIGHT_IN_PERCENT_OF_PARENT) / 2 + 'vh'
});
var gd = gd3.node();
window.onresize = function() {
Plotly.Plots.resize(gd);
};
})();
</script>
</head>
<body>
<header><h1>Visualización de figuras de diagnóstico</h1> </header>
<section>
<!-- Start of Plot.ly figure embed --><table border="1" cellpadding="1" cellspacing="1" style="width:720px"><tbody><tr><th scope="row">Fecha de adquisición</th><td>26-Mar-2014 15:30:00 al 26-Mar-2014 16:30:00</td></tr><tr><th scope="row">Datos adquiridos</th><td>3 datos</td></tr><tr><th scope="row">Flags</th><td><ul><li><strong>Uptime del anemómetro:</strong> 99.99%</li><li><strong>Uptime del analizador de gases:</strong> 99.62%</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="494d7a19-a192-4cf9-84c5-120f1a9a0fbe loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="494d7a19-a192-4cf9-84c5-120f1a9a0fbe" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("494d7a19-a192-4cf9-84c5-120f1a9a0fbe", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [99.98, 100, 100], "name": "Anemometer Uptime", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [99.56, 99.97, 99.33], "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(){
$(".494d7a19-a192-4cf9-84c5-120f1a9a0fbe.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="9d68c9f2-c82b-4a97-ac07-03d9d9056289 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="9d68c9f2-c82b-4a97-ac07-03d9d9056289" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("9d68c9f2-c82b-4a97-ac07-03d9d9056289", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [12.29777, 12.29502, 12.27741], "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(){
$(".9d68c9f2-c82b-4a97-ac07-03d9d9056289.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="9a527a03-a431-40f5-a811-8ecbf782aa25 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="9a527a03-a431-40f5-a811-8ecbf782aa25" style="height: 960px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("9a527a03-a431-40f5-a811-8ecbf782aa25", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [0.1592046, 0.0763092, 0.1128767], "name": "Shear Stress", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [0.3631124, 0.2514734, 0.306041], "name": "Shear Speed", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395865800000.01, null, 1395867600000, 1395867600000, null, 1395869400000, 1395869400000, null], "y": [0, 5.923869, null, 0, 3.88279, null, 0, -2.54422, 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)"]}, "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)"]}, "showlegend": true}, {"xaxis": "x3", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [3.015782, 2.785802, 2.559634], "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(){
$(".9a527a03-a431-40f5-a811-8ecbf782aa25.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="ffcab370-1212-42d5-a21f-3fd91a11511f loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="ffcab370-1212-42d5-a21f-3fd91a11511f" style="height: 480px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("ffcab370-1212-42d5-a21f-3fd91a11511f", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [2.934725, 2.713486, 2.440176], "name": "U-Wind", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [0.3045095, 0.184168, -0.1084271], "name": "V-Wind", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [0.01853852, -0.0002787828, 0.07643098], "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(){
$(".ffcab370-1212-42d5-a21f-3fd91a11511f.loading").remove();
$(".link--embedview").text("Export to plot.ly");
});
</script></center></div><div id="menu9" role="tabpanel" class="tab-pane"><center><h2>Aviso: Fallo en generacion de ciclo diario de GHG.</h2></center></div><div id="menu7" role="tabpanel" class="tab-pane"><center><script type="text/javascript">window.PLOTLYENV=window.PLOTLYENV || {};window.PLOTLYENV.BASE_URL="https://plot.ly";Plotly.LINKTEXT="Export to plot.ly";</script>
<div class="717cfae6-eb7c-4dd1-8809-7f7dafb32b67 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="717cfae6-eb7c-4dd1-8809-7f7dafb32b67" style="height: 720px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("717cfae6-eb7c-4dd1-8809-7f7dafb32b67", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [11.06279637, 11.360683152234, 11.06279637], "name": "H2O Flux", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [-0.2501458, -0.2666683, -0.2501458], "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(){
$(".717cfae6-eb7c-4dd1-8809-7f7dafb32b67.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="b20e0d8a-f640-4ad4-a817-85d19fe76c58 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="b20e0d8a-f640-4ad4-a817-85d19fe76c58" style="height: 960px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("b20e0d8a-f640-4ad4-a817-85d19fe76c58", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [3.27688, 3.37644, 3.37644], "name": "H2O Conc.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [69.75635, 69.72344, 69.70369], "name": "H2O Signal Strength", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [10.2429659128294, 10.4351201136199, 10.4351201136199], "name": "H2O Conc. (HMP)", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [376.510701314311, 376.674442766863, 375.649681712396], "name": "CO2 conc.", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y5", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [75.332, 75.2983, 75.28071], "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(){
$(".b20e0d8a-f640-4ad4-a817-85d19fe76c58.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="60998494-6212-47a5-84a3-17edb8d870c6 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="60998494-6212-47a5-84a3-17edb8d870c6" style="height: 1680px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("60998494-6212-47a5-84a3-17edb8d870c6", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [17.79169, 18.12192, 18.4906], "name": "Ambient Temp.", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [11.7850439391715, 12.0940405963347, 12.3630289936708], "name": "Dew Point Temp.", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [10.22324, 10.41502, 10.58482], "name": "H2O Mixing Ratio", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [67.43211, 67.39454, 67.01236], "name": "Relative Humidity", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [100.814, 100.7978, 100.778], "name": "Atmo. Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [97.16863, 97.1506, 97.1263], "name": "Cell Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x5", "yaxis": "y5", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [-3.645395, -3.647238, -3.651734], "name": "Diff. Pressure", "mode": "lines", "showlegend": true}, {"xaxis": "x6", "yaxis": "y6", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395865800000.01, null, 1395867600000, 1395867600000, null, 1395869400000, 1395869400000, null], "y": [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)"]}, "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)"]}, "showlegend": true}, {"xaxis": "x6", "yaxis": "y7", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [0, 0, 0], "name": "Pp", "mode": "lines", "showlegend": true}, {"xaxis": "x8", "yaxis": "y8", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [0.663545, 0.677919, 0.701909], "name": "Vapour Press. Def.", "mode": "lines", "showlegend": true}, {"xaxis": "x9", "yaxis": "y9", "type": "scatter", "visible": true, "x": [1395864000000, 1395867600000], "y": [-0, -0.00591795930349315], "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(){
$(".60998494-6212-47a5-84a3-17edb8d870c6.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="705bfbef-949f-4ed0-bd2b-a5a8ba875115 loading" style=color: rgb(50,50,50);">Drawing...</div>
<div id="705bfbef-949f-4ed0-bd2b-a5a8ba875115" style="height: 1024px;width: 960px;" class="plotly-graph-div"></div>
<script type="text/javascript">
Plotly.plot("705bfbef-949f-4ed0-bd2b-a5a8ba875115", [{"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [10.24634, 10.42427, 10.56547], "name": "Tsoil 1", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [9.606636, 9.713079, 9.775923], "name": "Tsoil 2", "mode": "lines", "showlegend": true}, {"xaxis": "x1", "yaxis": "y1", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [8.617293, 8.746358, 8.840574], "name": "Tsoil 3", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [60.24976, 60.36083, 60.14578], "name": "SWC 1", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [45.41948, 45.5919, 45.56554], "name": "SWC 2", "mode": "lines", "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [18.89239, 18.96001, 18.94262], "name": "SWC 3", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [-4.214833, -3.536099, -2.700824], "name": "SHF 1", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [-2.332222, -2.06802, -1.73728], "name": "SHF 2", "mode": "lines", "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "scatter", "visible": true, "x": [1395865800000.01, 1395867600000, 1395869400000], "y": [-2.439239, -2.164655, -1.824749], "name": "SHF 3", "mode": "lines", "showlegend": true}], {"margin": {"pad": 0, "l": 0, "r": 0, "b": 0, "t": 0}, "showlegend": false, "width": 960, "height": 1024, "xaxis1": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y1"}, "yaxis1": {"domain": [0.767258064516129, 0.925], "side": "left", "title": "Soil Temp (degC)", "type": "linear", "anchor": "x1"}, "xaxis2": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y2"}, "yaxis2": {"domain": [0.548172043010753, 0.705913978494624], "side": "left", "title": "Soil Water Cont. (%)", "type": "linear", "anchor": "x2"}, "xaxis3": {"domain": [0.13, 0.905], "side": "bottom", "type": "date", "anchor": "y3"}, "yaxis3": {"domain": [0.329086021505376, 0.486827956989247], "side": "left", "title": "Soil Heat (Wm-2)", "type": "linear", "anchor": "x3"}, "xaxis4": {"domain": [0.13, 0.905], "side": "bottom", "type": "linear", "anchor": "y4"}, "yaxis4": {"domain": [0.11, 0.267741935483871], "side": "left", "type": "linear", "anchor": "x4"}, "annotations": [{"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Soil Temperature by Channel<\/b>", "x": 0.5175, "y": 0.935}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Soil Water Content by Channel<\/b>", "x": 0.5175, "y": 0.715913978494624}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Soil (or Ground) Heat by Channel<\/b>", "x": 0.5175, "y": 0.496827956989247}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b><b><\/b><\/b>", "x": 0.5175, "y": 0.277741935483871}, {"showarrow": false, "xref": "x4", "yref": "y4", "xanchor": "left", "align": "left", "yanchor": "middle", "text": "No hay profundidad de napa o hay error", "x": 0.5, "y": 0.5}], "title": "<b>Soil Temperature by Channel<\/b>", "titlefont": {"color": "rgba(0,0,0,0)"}}).then(function(){
$(".705bfbef-949f-4ed0-bd2b-a5a8ba875115.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>