Skip to content

AEP Calculate Problem #787

Discussion options

You must be logged in to vote
N_TURBINES = 13 
# Calculate baseline AEP without yaw adjustments
fi.calculate_wake()
turbine_powers_baseline = fi.get_turbine_powers() / 1e6  # Convert from W to MW
average_power_output_per_hour_baseline = np.mean(turbine_powers_baseline, axis=(0, 2))
scaled_total_AEP_baseline = np.sum(average_power_output_per_hour_baseline) * 8760 / len(np.arange(150.0, 180.0, 5.0)) *0.1#270*0.1# * 0.1 #  # Scale down for simplification #######################

yaw_angles_geo = df_yaw_angles_geo.iloc[0, 1:].values
yaw_angles_sr = df_yaw_angles_sr.iloc[0, 1:].values
yaw_angles_scipy = df_yaw_angles_scipy.iloc[0, 1:].values
yaw_angles_bayesian = df_yaw_angles_bay.iloc[0, 1:].values
# Calculate baseline AE…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@donghyeoncheon
Comment options

@rafmudaf
Comment options

@donghyeoncheon
Comment options

Comment options

You must be logged in to vote
1 reply
@donghyeoncheon
Comment options

Answer selected by donghyeoncheon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants