Commit 7bb30ad
authored
Extend
* Updating infinite_sheds irradiance engine
Updating the infinite_sheds irradiance engine to use the haydavies sky diffuse model. This will help the sensitivity issue with circumsolar on the backside of bifacial systems.
* update
use solar_zenith and solar_azimuth, instead of projection_ratio, in the haydavies() call.
* update
removed unused functions from imports
* adding test and updating reference
Added test and updating documentation.
* updates
Corrected white-space errors and added test for when haydavies is selected, but dni_extra is not supplied.
* updates
Updated docstrings and implemented a second call to haydavies to avoid 1/cos(zenith) issues with DNI where zenith nears 90 deg.
* Update
reorganize order of function inputs.
* Update
Updated tests give have correct ordering of inputs.
* update
Whitespace errors - these will be the end of me!
* Update
Added detail to docstring in infinite_sheds.py and note on haydavies implementation in bifacial.rst (based on comments from PR).
* Update bifacial.rst
Updated bifacial.rst file for formatting and ordering. Had added note detailing to user what occurs when 'haydavies' model is selected.infinite_sheds to optionally use haydavies transposition (#1668)1 parent f041355 commit 7bb30ad
File tree
4 files changed
+99
-7
lines changed- docs/sphinx/source
- user_guide
- whatsnew
- pvlib
- bifacial
- tests/bifacial
4 files changed
+99
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
94 | 101 | | |
95 | 102 | | |
| 103 | + | |
96 | 104 | | |
97 | 105 | | |
98 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
| |||
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| 75 | + | |
| 76 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
401 | 400 | | |
402 | 401 | | |
403 | 402 | | |
404 | | - | |
| 403 | + | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
460 | 467 | | |
461 | 468 | | |
462 | 469 | | |
| |||
495 | 502 | | |
496 | 503 | | |
497 | 504 | | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
498 | 526 | | |
499 | 527 | | |
500 | 528 | | |
| |||
580 | 608 | | |
581 | 609 | | |
582 | 610 | | |
583 | | - | |
584 | | - | |
| 611 | + | |
| 612 | + | |
585 | 613 | | |
586 | 614 | | |
587 | 615 | | |
| |||
643 | 671 | | |
644 | 672 | | |
645 | 673 | | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
646 | 681 | | |
647 | 682 | | |
648 | 683 | | |
| |||
720 | 755 | | |
721 | 756 | | |
722 | 757 | | |
723 | | - | |
| 758 | + | |
| 759 | + | |
724 | 760 | | |
725 | 761 | | |
726 | 762 | | |
727 | 763 | | |
728 | 764 | | |
729 | | - | |
| 765 | + | |
| 766 | + | |
730 | 767 | | |
731 | 768 | | |
732 | 769 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
0 commit comments