|
188 | 188 | "12 Enercon E-82/2350 True True\n", |
189 | 189 | "13 Enercon E-82/3000 True True\n", |
190 | 190 | "14 Enercon E-92/2350 True True\n", |
191 | | - "15 Enercon E48/800 True True\n" |
| 191 | + "15 Enercon E/126/7500 True False\n", |
| 192 | + "16 Enercon E48/800 True True\n" |
192 | 193 | ] |
193 | 194 | } |
194 | 195 | ], |
|
256 | 257 | "DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): oep.iks.cs.ovgu.de:80\n", |
257 | 258 | "DEBUG:urllib3.connectionpool:http://oep.iks.cs.ovgu.de:80 \"GET //api/v0/schema/model_draft/tables/openfred_windpower_powercurve/rows/ HTTP/1.1\" 301 438\n", |
258 | 259 | "DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): openenergy-platform.org:80\n", |
259 | | - "DEBUG:urllib3.connectionpool:http://openenergy-platform.org:80 \"GET /api/v0/schema/model_draft/tables/openfred_windpower_powercurve/rows/ HTTP/1.1\" 200 149329\n", |
| 260 | + "DEBUG:urllib3.connectionpool:http://openenergy-platform.org:80 \"GET /api/v0/schema/model_draft/tables/openfred_windpower_powercurve/rows/ HTTP/1.1\" 200 150623\n", |
260 | 261 | "INFO:root:Data base connection successful.\n" |
261 | 262 | ] |
262 | 263 | } |
|
284 | 285 | "source": [ |
285 | 286 | "# specification of wind turbine where power coefficient curve is provided\n", |
286 | 287 | "# by a csv file\n", |
287 | | - "csv_file = '../example/data/example_power_coefficient_curves.csv'\n", |
| 288 | + "source = 'data/example_power_coefficient_curves.csv'\n", |
288 | 289 | "dummy_turbine = {\n", |
289 | 290 | " 'name': 'DUMMY 1', # turbine type as in file #\n", |
290 | 291 | " 'hub_height': 100, # in m\n", |
291 | 292 | " 'rotor_diameter': 70, # in m\n", |
292 | 293 | " 'fetch_curve': 'power_coefficient_curve', # fetch cp curve #\n", |
293 | | - " 'data_source': csv_file # data source\n", |
| 294 | + " 'data_source': source # data source\n", |
294 | 295 | "}\n", |
295 | 296 | "# initialize WindTurbine object\n", |
296 | 297 | "dummy_turbine = WindTurbine(**dummy_turbine)" |
|
0 commit comments