We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedaca5 commit e4612dbCopy full SHA for e4612db
example/modelchain_example.py
@@ -1,6 +1,10 @@
1
"""
2
The ``modelchain_example`` module shows a simple usage of the windpowerlib by
3
-using the :class:`~.modelchain.ModelChain` class.
+using the :class:`~.modelchain.ModelChain` class. The modelchains are
4
+implemented to ensure an easy start into the Windpowerlib. They work like
5
+models that combine all functions provided in the library. Via parameteres
6
+desired functions of the windpowerlib can be selected. For parameters not being
7
+specified default parameters are used.
8
9
There are mainly three steps. First you have to import your weather data, then
10
you need to specify your wind turbine, and in the last step call the
0 commit comments