Skip to content

Commit e4612db

Browse files
committed
Add explanation
1 parent dedaca5 commit e4612db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

example/modelchain_example.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
"""
22
The ``modelchain_example`` module shows a simple usage of the windpowerlib by
3-
using the :class:`~.modelchain.ModelChain` class.
3+
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.
48
59
There are mainly three steps. First you have to import your weather data, then
610
you need to specify your wind turbine, and in the last step call the

0 commit comments

Comments
 (0)