-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Function to estimate wind speed at different heights (#2124)
* wind_speed_at_different_heights * minor fixed * fixed toc and added test * edit math mode * changed link for reference * Apply suggestions from code review Co-authored-by: RDaxini <[email protected]> Co-authored-by: Echedey Luis <[email protected]> * Update pvlib/tests/test_windspeed.py Co-authored-by: Echedey Luis <[email protected]> * changed function name * Update pvlib/windspeed.py Co-authored-by: Echedey Luis <[email protected]> * change measured height to reference * moved wind speed to atmosphere * minor formatting fixes * update test parameter names * updated error message * fixed error message vol.2 * updated tests * Update v0.11.1.rst * changed nan condition * changed function name * Apply suggestions from code review Co-authored-by: Cliff Hansen <[email protected]> Co-authored-by: Adam R. Jensen <[email protected]> * changed name (again) * condition fix * corrected the Sandia wording --------- Co-authored-by: RDaxini <[email protected]> Co-authored-by: Echedey Luis <[email protected]> Co-authored-by: Cliff Hansen <[email protected]> Co-authored-by: Adam R. Jensen <[email protected]>
- Loading branch information
1 parent
83d90eb
commit f6b1d2a
Showing
4 changed files
with
232 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters