-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlier.qmd
214 lines (146 loc) · 9.27 KB
/
lier.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
---
title: "Repositorio digital"
format: html
execute:
echo: false
---
# Eólica
En esta sección encontrarás algunas referencias confiables para tener un contexto de la energía eólica en México y el Mundo. También encontrarás recursos relacionados con el sector eléctrico mexicano.
[Progama de la asignatura](https://drive.google.com/file/d/0B_xgFQCM1I_VZUQzZ3NHU3JkUjA/view?resourcekey=0-s1oZCKsY2O4fmf0FdBJjLw)
-----------------------
## Recursos
<!-- ```{=html}
<div class="card-group">
<div class="card border-primary mb-3" style="max-width: 18rem;">
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Primary card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card border-primary mb-3" style="max-width: 18rem;">
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Primary card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
<div class="card border-primary mb-3" style="max-width: 18rem;">
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Primary card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
```
-->
### IRENA
```{=html}
<iframe frameborder="100" width="100%" height="300" src="https://www.irena.org" title="IRENA"></iframe>
```
### GWEC
```{=html}
<iframe width="100%" height="300" src="https://gwec.net" title="Global Wind Energu Council"></iframe>
```
### Global Wind Energy Atlas
```{=html}
<iframe width="100%" height="300" src="https://globalwindatlas.info/es" title="Global Wind Energy Atlas"></iframe>
```
### OBTREN
```{=html}
<iframe width="100%" height="300" src="https://obtrenmx.org" title="OBTREN"></iframe>
```
[PRODESEN - SENER - 2023 -2037.](https://www.gob.mx/sener/articulos/programa-de-desarrollo-del-sistema-electrico-nacional-2023-2037)
[Mapa de ruta de la energía eólica en México](https://www.gob.mx/sener/documentos/mapas-de-ruta-tecnologica-de-energias-renovables)
-----------------------
## Python
### Sesión 1 - Elementos Python
<a class="btn btn-primary btn-sm" href="https://youtu.be/sjF3NRMaUIo" role="button">Clase grabada</a>
### Sesión 2 - Pandas
<a class="btn btn-primary btn-sm" href="https://youtu.be/Rt4EVcocMLQ" role="button">Clase grabada</a>
### Sesión 3 - Matplotlib
<a class="btn btn-primary btn-sm" href="https://youtu.be/aZO3JKYa6Cg" role="button">Clase grabada</a>
-----------------------
## Sesiones
```{=html}
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 1em;
}
.video-grid {
display: grid;
grid-template-columns: 1fr 2fr;
grid-gap: 1em;
}
.video-grid iframe {
width: 100%;
aspect-ratio: 16/9;
}
.video-grid h3 {
font-size: 1.2em;
margin-top: 0.5em;
}
@media (min-width: 768px) {
.video-grid {
grid-template-columns: 2fr 1fr;
}
}
</style>
</head>
<body>
<div class="video-grid">
<iframe src="https://www.youtube.com/embed/sjF3NRMaUIo?si=NEz7LN7GxaETUpKV" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3> Sesión 1 - Contenido general del curso </h3>
<iframe src="https://www.youtube.com/embed/Rt4EVcocMLQ?si=wmfELx5jJ8O0T5qs" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 2 - Energía eólica en México y el Mundo</h3>
<iframe src="https://www.youtube.com/embed/Dw2qwJ4YtCQ?si=gNRHoLTiv2MPUohg" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 3 - Conceptos Básicos</h3>
<iframe src="https://www.youtube.com/embed/2ImO2zu6NqQ?si=bAe-y-_-Dtjd3fkn" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 4 - Patrones de circulación del viento</h3>
<iframe src="https://www.youtube.com/embed/8hVEa3Ml6RA?si=-FsQ4yv1oJJ3ge5J" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 5 - Patrones de circulación del viento - Ejemplo ERA5 y energía eólica en el golfo de México</h3>
<iframe src="https://www.youtube.com/embed/nl7SWZrQAmc?si=KRBRrhuhsjy1Dwj0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 6 - Potencia en el viento</h3>
<iframe src="https://www.youtube.com/embed/pbRjzFxV_gQ?si=Z4oI7FsBCTqgG8S3" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 7 - Modelos de capa límite</h3>
<iframe src="https://www.youtube.com/embed/We23W10H4_M?si=YeId_27w9vJPc8ZX" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 9 - Histogramas y FDP</h3>
<iframe src="https://www.youtube.com/embed/awknm1BcS9E?si=nVHyaMt7U88cV05K" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 10 - Ajuste de FDP en Python</h3>
<iframe src="https://www.youtube.com/embed/Z8RjZWY5xzU?si=gdd-Rg1FovtAcuHr" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 11 - Evaluación del recurso eólico</h3>
<iframe src="https://www.youtube.com/embed/SvrZce2KJ6M?si=E7k6lULQ_RR12Cf_" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 12 - Ejemplo de evaluación del recurso eólico con Python.</h3>
<iframe src="https://www.youtube.com/embed/XyK3yQRJ0sU?si=vQxE8eZs6FQib-6L" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 13 - Costo de la energía</h3>
<iframe src="https://www.youtube.com/embed/Kt-Zdmv4m54?si=TaXmKR5M3xVlo7QJ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 14 - Evaluación del recurso - Uso directo de los datos - Python </h3>
<iframe src="https://www.youtube.com/embed/mkgq4UHfCa0?si=JMWX8P8HV9KJFEhG" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 15 - Evaluación del recurso - Paso a Paso</h3>
<iframe src="https://www.youtube.com/embed/uHuxLdSzF9I?si=STxY0kCxdqX_ms1Q" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 16 - Introducción a aerodinámica</h3>
<iframe src="https://www.youtube.com/embed/ipwTsatrOZ0?si=_deP-4JlKRftXHRt" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 17 - Introducción a la aerodinámica - Parte 2</h3>
<iframe src="https://www.youtube.com/embed/B5BrQt11qPc?si=X29-tNmG68dRWhkM" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 18 - Disco actuador unidimiensional</h3>
<iframe src="https://www.youtube.com/embed/mfFVhRiGk80?si=qyUTwj2tXTbIZtbb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 19 - Disco actuador con rotación de estela</h3>
<iframe src="https://www.youtube.com/embed/BQEy0skfxGU?si=evplAYvj2nlGs0ML" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 20 - Teoría de elemento de pala - Parte 1</h3>
<iframe src="https://www.youtube.com/embed/aRaWigVd-Eg?si=n8MH1prqJ0TfLOJ9" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 21 - Teoría de elemento de pala - Parte 2 - Diseño de aerogeneradores</h3>
<iframe src="https://www.youtube.com/embed/JeitH_etqvw?si=10LB-QdmBSYtRzkN" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Sesión 22 - Estelas y granjas eólicas</h3>
</div>
</body>
</html>
```
## Practicas
Práctica 1
{{< pdf Practica_01.pdf width=100% height=400 >}}
Práctica 2
{{< pdf Practica_02.pdf width=100% height=400 >}}