Skip to content

Conversation

@birgits
Copy link
Member

@birgits birgits commented Apr 23, 2020

Fixes #73.

Thanks @uvchik for adding a download for the weather data file and adapting the python scripts. This PR adapts the jupyter notebooks, deletes the now obsolete dummy turbine data files and adapts the README accordingly.

@birgits birgits requested a review from uvchik April 23, 2020 12:45
@birgits birgits self-assigned this Apr 23, 2020
@birgits birgits added this to the v0.2.1 milestone Apr 23, 2020
Copy link
Member

@uvchik uvchik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the output has changed we should know why. Do you know it?

Comment on lines 24 to 26
assert_allclose(
2764.194772, (e126.power_output.sum() / e126.nominal_power), 0.01
2730.142, (e126.power_output.sum() / e126.nominal_power), 0.01
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure that the new value is correct? Why is the old value wrong?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's because I changed the power_output_model to "power_coefficient_curve". And I changed the power output model because I wanted one example showing how to use the power coefficient curve. At an earlier point the power coefficient curve was used when calculating the feed-in for my_turbine2, but we now only provide its power curve.

@birgits birgits merged commit 9176f9d into dev May 15, 2020
@birgits birgits deleted the fixes/#73_revise_notebooks branch May 15, 2020 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delete example csv files

4 participants