Skip to content

Commit a6b33e7

Browse files
committed
Changes to docstrings
1 parent f15e863 commit a6b33e7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

windpowerlib/modelchain.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ def rho_hub(self, weather, data_height):
118118
----------
119119
weather : DataFrame or Dictionary
120120
Containing columns or keys with timeseries for temperature
121-
`temp_air` in K and pressure `pressure` in Pa.
121+
`temp_air` in K and pressure `pressure` in Pa, as well as
122+
optionally the temperature `temp_air_2` in K at a different height.
122123
If a Dictionary is used the data inside the dictionary has to be of
123124
the types pandas.Series or numpy.array.
124125
data_height : DataFrame or Dictionary
@@ -305,8 +306,8 @@ def run_model(self, weather, data_height):
305306
Containing columns or keys with the timeseries for wind speed
306307
`v_wind` in m/s, roughness length `z0` in m, temperature
307308
`temp_air` in K and pressure `pressure` in Pa, as well as
308-
optionally wind speed `v_wind_2` in m/s in K at different height
309-
for interpolation.
309+
optionally wind speed `v_wind_2` in m/s and temperature
310+
- `temp_air_2` in K at different height.
310311
If a Dictionary is used the data inside the dictionary has to be of
311312
the types pandas.Series or numpy.array.
312313
data_height : DataFrame or Dictionary

0 commit comments

Comments
 (0)