Skip to content

Several backend changes to simplify kwargs propagation to and from windFarmModel

Mads M. Pedersen requested to merge kwargs_propagation into master

h_i replaced with h_ilk instead of calling windFarmModel.calc_wt_interaction you can now use WindFarmModel(..., return_simulationResult=False) x_i, y_i and h_i arguments to Site.local_wind renamed to x,y,h yaw and tilt no longer defaults to 0, i.e. they must be specified if needed by any model An error is raised if an argument is missing or not used

Merge request reports