Skip to content

Commit 2252742

Browse files
committed
Minor changes in documentation
1 parent fe3456c commit 2252742

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

doc/modelchain_example_notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"### Import weather data\n",
6161
"\n",
6262
"In order to use the windpowerlib you need to at least provide wind speed data for the time frame you want to analyze.\n",
63-
"The function below imports example weather data from the weather.csv file provided along with the windpowerlib. The data include wind speed at two different heights in m/s, air temperature in two different heights in K, surface roughness length in m and air pressure in Pa.\n",
63+
"The function below imports example weather data from the weather.csv file provided along with the windpowerlib. The data includes wind speed at two different heights in m/s, air temperature in two different heights in K, surface roughness length in m and air pressure in Pa.\n",
6464
"\n",
6565
"To find out which weather data in which units need to be provided to use the ModelChain or other functions of the windpowerlib see the individual function documentation."
6666
]

example/modelchain_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"### Import weather data\n",
6161
"\n",
6262
"In order to use the windpowerlib you need to at least provide wind speed data for the time frame you want to analyze.\n",
63-
"The function below imports example weather data from the weather.csv file provided along with the windpowerlib. The data include wind speed at two different heights in m/s, air temperature in two different heights in K, surface roughness length in m and air pressure in Pa.\n",
63+
"The function below imports example weather data from the weather.csv file provided along with the windpowerlib. The data includes wind speed at two different heights in m/s, air temperature in two different heights in K, surface roughness length in m and air pressure in Pa.\n",
6464
"\n",
6565
"To find out which weather data in which units need to be provided to use the ModelChain or other functions of the windpowerlib see the individual function documentation."
6666
]

windpowerlib/turbine_cluster_modelchain.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"""
22
The ``turbine_cluster_modelchain`` module contains functions and classes of the
3-
windpowerlib.
3+
windpowerlib. This module makes it easy to get started with the windpowerlib
4+
and shows use cases for the power output calculation of wind farms and wind
5+
turbine clusters.
46
57
"""
68

0 commit comments

Comments
 (0)