Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 33af0ec

Browse files
committed
edits from review by @shirubana
1 parent 720a0e6 commit 33af0ec

6 files changed

+51
-48
lines changed

Tutorial 1 - TMY Weather Data.ipynb

+19-20
Large diffs are not rendered by default.

Tutorial 2 - POA Irradiance.ipynb

+13-11
Large diffs are not rendered by default.

Tutorial 4 - Model a Module's Performance.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@
907907
"name": "python",
908908
"nbconvert_exporter": "python",
909909
"pygments_lexer": "ipython3",
910-
"version": "3.7.10"
910+
"version": "3.7.3"
911911
}
912912
},
913913
"nbformat": 4,

Tutorial A - Single Diode Model.ipynb

+15-15
Large diffs are not rendered by default.

Tutorial B - pvfree.ipynb

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"<div class=\"alert alert-block alert-info\">\n",
1515
"<b>Let's Explore:</b> <a href='https://pvfree.herokuapp.com'> Click here to see the pvfree Website</a></div>\n",
1616
"\n",
17+
"![pvfree_table](images/pvfree_table.png)\n",
18+
"\n",
1719
"You can search the table of the [CEC modules](https://pvfree.herokuapp.com/cec_modules/). Once you find the desired module, you can get a JSON dictionary of the CEC module parameters from the API. For example, [Canadian Solar Inc. CS5P-220M](https://pvfree.herokuapp.com/cec_modules/1733/) can be downloaded from the API here: https://pvfree.herokuapp.com/api/v1/cecmodule/1733/?format=json. You can copy and paste or use python to call the API. The API also has search filters you can use. For example: https://pvfree.herokuapp.com/api/v1/cecmodule/?format=json&Name__istartswith=canadian&STC__gt=219&STC__lt=221 searches for all modules starting with \"canadian\" and with nameplate between 219-W and 221-W which returns a list of 6 modules in a JSON dictionary. Limiting the short circuit currentl (Isc) to less than 6-A reduces this list to 2 modules."
1820
]
1921
},
@@ -137,7 +139,7 @@
137139
"name": "python",
138140
"nbconvert_exporter": "python",
139141
"pygments_lexer": "ipython3",
140-
"version": "3.7.10"
142+
"version": "3.7.3"
141143
}
142144
},
143145
"nbformat": 4,

images/pvfree_table.png

42.1 KB
Loading

0 commit comments

Comments
 (0)