Skip to content

AEP from rose after optimizing with serial refine #433

Answered by Bartdoekemeijer
Ana-GS asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Ana-GS,

You must note that farm_power_array is a two-dimensional matrix with shape (n_wind_directions, n_wind_speeds). That is what we call the "gridded" format and the conventional variable format inside FLORIS. You can turn this into a one-dimensional array using farm_power_array.flatten(), which has shape (n_wind_directions * n_wind_speeds, 1). This is what you can call the "flattened" format.

The end product of the yaw optimization will return df_opt, which is a dataframe which is already in flattened format. For example:

    wind_direction  wind_speed  turbulence_intensity                                                                   yaw_angles_opt  farm_power_opt  farm_power…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Bartdoekemeijer
Comment options

@Ana-GS
Comment options

Answer selected by Ana-GS
Comment options

You must be logged in to vote
0 replies
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