example.turbine_cluster_modelchain_example.calculate_power_output¶
-
example.turbine_cluster_modelchain_example.calculate_power_output(weather, example_farm, example_cluster)[source]¶ Calculates power output of wind farms and clusters using the
TurbineClusterModelChain.The
TurbineClusterModelChainis a class that provides all necessary steps to calculate the power output of a wind farm or cluster. You can either use the default methods for the calculation steps, as done for ‘example_farm’, or choose different methods, as done for ‘example_cluster’.Parameters: - weather (pandas.DataFrame) – Contains weather data time series.
- example_farm (
WindFarm) – WindFarm object without provided efficiency. - example_cluster (
WindTurbineCluster) – WindTurbineCluster object.