Commit 23b97c2
Add GTI DIRINT model (#400)
* implement gtidirint without iteration
* add option to skip aoi > 90
* make gti dirint gte 90 function private
* add some gti_dirint tests
* implement vectorized iterative solution. fix gt 90 error
* use azimuth in gt 90 function
* fix some issues near 90 deg
* remove unnecessary comment
* add kt option to disc, dirint to fix gte 90 dni issue
* update whatsnew, add to api.rst
* move to 0.5.2 whatsnew
* add gti_dirint tutorial
* move changes to 0.6.0 whatsnew
* update parameters
* fix 0.5.2 whatsnew
* rework max_iterations logic
* flake8
* update tutorial
* api change in whatsnew
* clean up whatsnew
* update to new api. fix parameters
* update notebook [skip ci]
* refactor
* more refactoring
* refactor disc and dirint
* clean up
* update tutorial
* add stubs. use zeros. more clean up
* review comments
* rerun on master
* some broken tests
* update parameters, whatsnew. [skip ci]
* update tests
* update documentation
* ignore .vscode
* limit clearness index in disc dirint dirindex
* fix bad change
* update tutorial
* remove tutorial
* maybe fix failing py27 test
* doc clean up
* update doi1 parent 845a75a commit 23b97c2
File tree
5 files changed
+942
-90
lines changed- docs/sphinx/source
- whatsnew
- pvlib
- test
5 files changed
+942
-90
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
170 | 180 | | |
171 | 181 | | |
172 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
| |||
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| 126 | + | |
121 | 127 | | |
122 | 128 | | |
123 | 129 | | |
| |||
0 commit comments