Commit d1bbad1
authored
refactor ModelChain, add pvwatts, singlediode, aoi, and more options (#194)
* implement dc_model, ac_model kwargs with property decorators
* use public instead of private methods
* clean up
* whitespace
* pep8
* add aoi, spectral, temp model controls. add pvwatts. needs more tests
* add losses and a few tests
* implement log lambertw calculation in v_from_i
* add test
* more robust
* get realistic singlediode test working
* add note to whatsnew
* add issue note to test
* add tests for user supplied functions
* more tests
* add decorators
* update whatsnew1 parent 1f73af6 commit d1bbad1
File tree
4 files changed
+548
-51
lines changed- docs/sphinx/source
- whatsnew
- pvlib
- test
4 files changed
+548
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
203 | 207 | | |
204 | 208 | | |
205 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| |||
0 commit comments