MoonRaker / pvlib-python

A set of documented functions for simulating the performance of photovoltaic energy systems.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

should calcWind be an argument? #15

Closed wholmgren closed 8 years ago

wholmgren commented 8 years ago

What is the rational behind allowing calcWind to be an argument? I would think that it would be ok to just do it in all situations.

MoonRaker commented 8 years ago

The calcWind argument has been replaced by the calc_wind function. The calc_wind function checks the type of wind speed data provided and calculates it as necessary.