bifacial-radiance 0.5.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. bifacial_radiance/HPCScripts/BasicSimulations/addNewModule.py +15 -0
  2. bifacial_radiance/HPCScripts/BasicSimulations/dask_on_node.sh +11 -0
  3. bifacial_radiance/HPCScripts/BasicSimulations/run_sbatch.sbatch +51 -0
  4. bifacial_radiance/HPCScripts/BasicSimulations/simulate_fixedtilt_gencumsky.py +110 -0
  5. bifacial_radiance/HPCScripts/BasicSimulations/simulate_fixedtilt_gendaylit.py +102 -0
  6. bifacial_radiance/HPCScripts/BasicSimulations/simulate_tracking_gendaylit.py +126 -0
  7. bifacial_radiance/HPCScripts/Other Examples (unorganized)/PuertoRico.py +168 -0
  8. bifacial_radiance/HPCScripts/Other Examples (unorganized)/PuertoRico_2.py +166 -0
  9. bifacial_radiance/HPCScripts/Other Examples (unorganized)/PuertoRico_Original.py +195 -0
  10. bifacial_radiance/HPCScripts/Other Examples (unorganized)/basic_module_sampling.py +154 -0
  11. bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_B.py +162 -0
  12. bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_Cases.py +122 -0
  13. bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_CasesMonth.py +142 -0
  14. bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_PRNew.py +91 -0
  15. bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_PRNewP2.py +95 -0
  16. bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_TreeResults.py +108 -0
  17. bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_basic_module_sampling.py +103 -0
  18. bifacial_radiance/HPCScripts/Other Examples (unorganized)/simulate_JackHourly.py +160 -0
  19. bifacial_radiance/HPCScripts/Other Examples (unorganized)/simulate_improvedArray_Oct2127.py +623 -0
  20. bifacial_radiance/TEMP/.gitignore +4 -0
  21. bifacial_radiance/__init__.py +24 -0
  22. bifacial_radiance/data/CEC Modules.csv +16860 -0
  23. bifacial_radiance/data/default.ini +65 -0
  24. bifacial_radiance/data/falsecolor.exe +0 -0
  25. bifacial_radiance/data/gencumsky/License.txt +54 -0
  26. bifacial_radiance/data/gencumsky/Makefile +17 -0
  27. bifacial_radiance/data/gencumsky/README.txt +9 -0
  28. bifacial_radiance/data/gencumsky/Solar Irradiation Modelling.doc +0 -0
  29. bifacial_radiance/data/gencumsky/Sun.cpp +118 -0
  30. bifacial_radiance/data/gencumsky/Sun.h +45 -0
  31. bifacial_radiance/data/gencumsky/average_val.awk +3 -0
  32. bifacial_radiance/data/gencumsky/cPerezSkyModel.cpp +238 -0
  33. bifacial_radiance/data/gencumsky/cPerezSkyModel.h +57 -0
  34. bifacial_radiance/data/gencumsky/cSkyVault.cpp +536 -0
  35. bifacial_radiance/data/gencumsky/cSkyVault.h +86 -0
  36. bifacial_radiance/data/gencumsky/climateFile.cpp +312 -0
  37. bifacial_radiance/data/gencumsky/climateFile.h +37 -0
  38. bifacial_radiance/data/gencumsky/cumulative.cal +177 -0
  39. bifacial_radiance/data/gencumsky/cumulative.rad +14 -0
  40. bifacial_radiance/data/gencumsky/cumulativesky_rotated.rad +2 -0
  41. bifacial_radiance/data/gencumsky/gencumulativesky +0 -0
  42. bifacial_radiance/data/gencumsky/gencumulativesky.cpp +269 -0
  43. bifacial_radiance/data/gencumsky/make_gencumskyexe.py +107 -0
  44. bifacial_radiance/data/gencumsky/paths.h +62 -0
  45. bifacial_radiance/data/gencumulativesky +0 -0
  46. bifacial_radiance/data/gencumulativesky.exe +0 -0
  47. bifacial_radiance/data/ground.rad +83 -0
  48. bifacial_radiance/data/module.json +103 -0
  49. bifacial_radiance/gui.py +1696 -0
  50. bifacial_radiance/images/fig1_fixed_small.gif +0 -0
  51. bifacial_radiance/images/fig2_tracked_small.gif +0 -0
  52. bifacial_radiance/load.py +1156 -0
  53. bifacial_radiance/main.py +5673 -0
  54. bifacial_radiance/mismatch.py +461 -0
  55. bifacial_radiance/modelchain.py +299 -0
  56. bifacial_radiance/module.py +1427 -0
  57. bifacial_radiance/performance.py +466 -0
  58. bifacial_radiance/spectral_utils.py +555 -0
  59. bifacial_radiance-0.5.1.dist-info/METADATA +129 -0
  60. bifacial_radiance-0.5.1.dist-info/RECORD +63 -0
  61. bifacial_radiance-0.5.1.dist-info/WHEEL +6 -0
  62. bifacial_radiance-0.5.1.dist-info/licenses/LICENSE +30 -0
  63. bifacial_radiance-0.5.1.dist-info/top_level.txt +1 -0
@@ -0,0 +1,63 @@
1
+ bifacial_radiance/__init__.py,sha256=5_nTrKuAdyfFBzDw_ydrqg9ZyVC08MihfAM2qXu4-FM,854
2
+ bifacial_radiance/gui.py,sha256=lK2nb17VYFAfexi4avYAkRIGRnfzM5vYF9ITzxf7Qcc,83550
3
+ bifacial_radiance/load.py,sha256=KVXS1yG1VjHWmK0KtjE1dhElavts5dCR3N34lnKa29Y,50886
4
+ bifacial_radiance/main.py,sha256=B9UuQM2wFkYLszcypjNR3MXq6no1_gaT71vEsMNvNCw,248234
5
+ bifacial_radiance/mismatch.py,sha256=PbtTBmZQheFHS-S_jjwORMfQkk_wBwbEk1fuh3yyqE4,16530
6
+ bifacial_radiance/modelchain.py,sha256=rC-4LfYe7Hfp8Vd-8O73G1upuRVAuFNbabOMppbX2Dc,12956
7
+ bifacial_radiance/module.py,sha256=d-ArmV1sVyQNAc1U2vdSvYglqBm4W2PqtgRQOpsk6Is,63246
8
+ bifacial_radiance/performance.py,sha256=EHnf_RneOqmjlROmPi_4jveh27R9s1no_dzHnU94pBs,15982
9
+ bifacial_radiance/spectral_utils.py,sha256=Hc90CAHnxK7MDn8hXUUEj9SyW4pgNIrD8HrMi0lAjdA,23003
10
+ bifacial_radiance/HPCScripts/BasicSimulations/addNewModule.py,sha256=V9HAcY3sNW3pLxCnuZIxcH2Joq5KMY96rzyW4rlSGDM,273
11
+ bifacial_radiance/HPCScripts/BasicSimulations/dask_on_node.sh,sha256=1F_QBKTAb6Rv88JU1Py9_z4cbzfb8yZQ6u6oSQFFfrc,305
12
+ bifacial_radiance/HPCScripts/BasicSimulations/run_sbatch.sbatch,sha256=aVwygtgTg-CbGoL5qYDqEzGLbtPW4TFRfh3zwiDw8yU,1232
13
+ bifacial_radiance/HPCScripts/BasicSimulations/simulate_fixedtilt_gencumsky.py,sha256=T0cGFYeLRH-_w6EZV6e84vv_jTqlE9i6l8h20bhA-gU,3115
14
+ bifacial_radiance/HPCScripts/BasicSimulations/simulate_fixedtilt_gendaylit.py,sha256=XJ7H7---LPaMHRVIq82q1ebthWgQ6CG5lyF1bLIJ6Oo,3030
15
+ bifacial_radiance/HPCScripts/BasicSimulations/simulate_tracking_gendaylit.py,sha256=Ls5jzL4XJh1YCPguBSXep77l2yAkoR_HUT4JF60fLUM,3862
16
+ bifacial_radiance/HPCScripts/Other Examples (unorganized)/PuertoRico.py,sha256=0YIY8VEDf1DdyvGq-fS4KbBwMkp1vBbkPXdXtKpywDc,4901
17
+ bifacial_radiance/HPCScripts/Other Examples (unorganized)/PuertoRico_2.py,sha256=puvcgX-9cqDBEiCXl_vmksjzRgiknz457fTgoqgFUK8,4894
18
+ bifacial_radiance/HPCScripts/Other Examples (unorganized)/PuertoRico_Original.py,sha256=GuCeLc5FgBlZbB_kuZFAslchnnnOSpEbc8nr7Lm2q2E,6873
19
+ bifacial_radiance/HPCScripts/Other Examples (unorganized)/basic_module_sampling.py,sha256=lnpAN1FA4DCJKnW1FzBKIlan2Oan_tzQoxpfjBxi5GU,4928
20
+ bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_B.py,sha256=JBQDN1GnkOIR6E1lT36bYWAFSA6vAgjmVSiwR216Dak,5141
21
+ bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_Cases.py,sha256=50jxJJGFa8qQkY_4GQZRkaEd-1GVZXiUsg4hUxqedPk,4427
22
+ bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_CasesMonth.py,sha256=B9-_VC2blfnYHFlpvtzH_lZf7-k-t6LrRxrEgJZ0vSU,5163
23
+ bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_PRNew.py,sha256=U872Xw_Ucaziqv1m40CT80ct67LzGIE0zYSXxnYEk50,3017
24
+ bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_PRNewP2.py,sha256=1A6g0j2-vxiGBC4NEZWHfJl4eU-NGViRW6pKXajw3Kc,3242
25
+ bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_TreeResults.py,sha256=5BiD46P53SrC7QqTXiUQJIwFIXYCgb34Bju3xzEMI70,3921
26
+ bifacial_radiance/HPCScripts/Other Examples (unorganized)/compile_basic_module_sampling.py,sha256=4xgm0lSlLoYqJmCYEIL1eptz9zKPbVmXeuhMPEnVJKg,3651
27
+ bifacial_radiance/HPCScripts/Other Examples (unorganized)/simulate_JackHourly.py,sha256=megCg97RmZx1yJw7LAn8cUi640I7oUTnO6D2RtILSnc,4994
28
+ bifacial_radiance/HPCScripts/Other Examples (unorganized)/simulate_improvedArray_Oct2127.py,sha256=3nGC1kA6K5aFMmvLgaRD6ddNE5WGal3-x_l0v7tYGHk,28648
29
+ bifacial_radiance/TEMP/.gitignore,sha256=RbVNFgDvdj41CtIj_fqPEXaOe4diuSlueVZHtPnxaEU,70
30
+ bifacial_radiance/data/CEC Modules.csv,sha256=VQlPkM-7RtV0m9U-JwZDoC1kLRmOxnns2BwpJaoH8zM,3807213
31
+ bifacial_radiance/data/default.ini,sha256=Z98Tvo_7iMRkmMgsg7CC96AV2Nmzc5ggU9NDrdwy4PA,1100
32
+ bifacial_radiance/data/falsecolor.exe,sha256=zs31hHTWLwXSzE5yAktNIlm4Nuf2MWwIEzRx78ZNjos,3128952
33
+ bifacial_radiance/data/gencumulativesky,sha256=dGMNG7INjYaT277S9jc3nH3CZZ0TPOnK83Y1DCUAoJc,49952
34
+ bifacial_radiance/data/gencumulativesky.exe,sha256=QuJQAy7PRGgsW10cr4aUL0CtSTXoXsrWwbuK_zo5yC0,1141004
35
+ bifacial_radiance/data/ground.rad,sha256=eppt2BootqkpT-E4fCqm6yPEwwzYZ-gXMeItJtXdAAY,1342
36
+ bifacial_radiance/data/module.json,sha256=aow-wc_T8w4-o74zotQ_6zilU7TTpwj0tH4EzHEwiqM,2697
37
+ bifacial_radiance/data/gencumsky/License.txt,sha256=CACOusRtmFLAgSFbjRNPppP4fAOqqRWMNqah9bYLmQ4,2717
38
+ bifacial_radiance/data/gencumsky/Makefile,sha256=yEeB_S1hUtqGHIh8ewV2zTOQTFcWB8qIaQ5L1UtTwdA,232
39
+ bifacial_radiance/data/gencumsky/README.txt,sha256=BgaKpWMddUT4huF2IeQh9gizJWEMsOLbUQaPp0FoAfU,497
40
+ bifacial_radiance/data/gencumsky/Solar Irradiation Modelling.doc,sha256=q7YvFHIGNwwNNxSxXkjpMRT5cqTjX5H2sFeAXwtzjt4,32256
41
+ bifacial_radiance/data/gencumsky/Sun.cpp,sha256=kGKkVICnHGS_OHo3grxhbUyIqBod2N1yXN0RlOwfBRI,2120
42
+ bifacial_radiance/data/gencumsky/Sun.h,sha256=5trRsT6S05cfF4_H5dVQcmP4ex9tq-1edCWXt89dZrI,1139
43
+ bifacial_radiance/data/gencumsky/average_val.awk,sha256=DOeFlWVzoo_GJxutu_ANDv0JR767fzeAcAI7F4itNuk,98
44
+ bifacial_radiance/data/gencumsky/cPerezSkyModel.cpp,sha256=UIzBjsp_QyvmNkfp9yEzFBKtAatB5rrrJh9T8l2xYA0,9048
45
+ bifacial_radiance/data/gencumsky/cPerezSkyModel.h,sha256=JPCW2XQbvS-u68wtE6qYZdfqzLrYBR0KqGK8AVLsch8,1830
46
+ bifacial_radiance/data/gencumsky/cSkyVault.cpp,sha256=hrNLaoQu2POt-5ANBUhgl4U-iEZrtDDUPb4u3TsRDTg,13782
47
+ bifacial_radiance/data/gencumsky/cSkyVault.h,sha256=g-m8W4xiHooPtVDP7aloV--CVGHEkmeAQ0aYGTqEClY,2209
48
+ bifacial_radiance/data/gencumsky/climateFile.cpp,sha256=I6Wp6PpDWO-mnmNjHpfJevAvXNQApo8dWi3ytAfY2Lo,7135
49
+ bifacial_radiance/data/gencumsky/climateFile.h,sha256=s6MFWZaF6DV2ET4jGzz1PhbKHxq8PiBfEmPdMSo_nU4,1095
50
+ bifacial_radiance/data/gencumsky/cumulative.cal,sha256=_7-b1YGtGYdrUreuuIzkUpsYedn9ByxACxLj6xVQtD8,3137
51
+ bifacial_radiance/data/gencumsky/cumulative.rad,sha256=CSIK-Q5VjSmKdE5PhUZsQV8Ylikt5RocPMskeiYgtfE,130
52
+ bifacial_radiance/data/gencumsky/cumulativesky_rotated.rad,sha256=xiSGJGK0EcIVfd9l5h6muj6Qec_mRVo3RmgjUgHn8dM,60
53
+ bifacial_radiance/data/gencumsky/gencumulativesky,sha256=fdya5xyQtXG3gBD1k90qEFJcuZJAZ4QHCn-MXy3Yma8,73744
54
+ bifacial_radiance/data/gencumsky/gencumulativesky.cpp,sha256=orRMnnCVdFctO010_pIaDUn9bSt8beDJohRoNbNLYSU,7928
55
+ bifacial_radiance/data/gencumsky/make_gencumskyexe.py,sha256=W9KAUFbcTMxM2GG44pfwYYUfWxjw5M9vIRzvRiHVclw,4101
56
+ bifacial_radiance/data/gencumsky/paths.h,sha256=K-oLl-Zwbm8ylfiVy_VSJDXuovdZcUjBJkpmykHlR7I,1194
57
+ bifacial_radiance/images/fig1_fixed_small.gif,sha256=9MDrwhBXMY8Gf4RjX3EcSqJa-fZWVFtcQooYj0_WlkM,26692
58
+ bifacial_radiance/images/fig2_tracked_small.gif,sha256=1sC0mYAIqiUyWoTV2Gg66qbVN90ENqjlgzXpD1VYqt4,24523
59
+ bifacial_radiance-0.5.1.dist-info/licenses/LICENSE,sha256=zIflLQkvNmzYdVvrZTGFKk76-iH1axQM_yhceKPVk2E,1547
60
+ bifacial_radiance-0.5.1.dist-info/METADATA,sha256=MmUObDzQw_GrXLO5txksR6fnB7lPzB2iDLvP3PtArtc,8073
61
+ bifacial_radiance-0.5.1.dist-info/WHEEL,sha256=Q6xS052dXadQWXcEVKSI037R6NoyqhUlJ5BcYz2iMP4,110
62
+ bifacial_radiance-0.5.1.dist-info/top_level.txt,sha256=SR4gQhzkq0SLKkIo-AFZ92eGx1uPw205r9xx_wL7rSs,18
63
+ bifacial_radiance-0.5.1.dist-info/RECORD,,
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.10.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py2-none-any
5
+ Tag: py3-none-any
6
+
@@ -0,0 +1,30 @@
1
+ BSD 3-Clause License
2
+
3
+
4
+ Copyright (c) 2017-2022, Alliance for Sustainable Energy, LLC
5
+ All rights reserved.
6
+
7
+ Redistribution and use in source and binary forms, with or without
8
+ modification, are permitted provided that the following conditions are met:
9
+
10
+ 1. Redistributions of source code must retain the above copyright notice, this
11
+ list of conditions and the following disclaimer.
12
+
13
+ 2. Redistributions in binary form must reproduce the above copyright notice,
14
+ this list of conditions and the following disclaimer in the documentation
15
+ and/or other materials provided with the distribution.
16
+
17
+ 3. Neither the name of the copyright holder nor the names of its
18
+ contributors may be used to endorse or promote products derived from
19
+ this software without specific prior written permission.
20
+
21
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
25
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
27
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
28
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1 @@
1
+ bifacial_radiance