Power Generated by a Wind Turbine

Determine the power generated by a wind turbine for any geographic location.
Import the Wolfram System Modeler model of the turbine:
(Press Shift + Enter to evaluate.)
In[]:=
CloudImport["https://www.wolframcloud.com/obj/1d1de997-da4b-46b5-b305-99dc1edda1b4","MO"];
Check the model diagram:
In[]:=
sm=SystemModel["Examples.WindTurbine"];​​sm[{"Diagram",ImageSizeMedium}]
Out[]=
Fetch the wind speed of a location:
In[]:=
windData=WindSpeedData
Malmö
CITY
,{DateObject[{2023,1,1}],DateObject[{2023,1,11}]};​​DateListPlot[windData]
Out[]=
Update the wind speed data in the model:
In[]:=
CreateDataSystemModel["WindPower.Components.Wind",TimeSeriesShift[windData,{{0}}]["Path"]]
Out[]=
Explore the model results:
In[]:=
ResourceFunction["SystemModelManipulate"]"Examples.WindTurbine",
10
days
,PlotRangeAll,FillingAxis
Snapshot of the dashboard:
◼ Wolfram System Modeler »
◼ Library Store »
◼ Wolfram U »
◼ Modeling & Simulation Examples »