You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/tmy_to_power.ipynb
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -70,11 +70,7 @@
70
70
{
71
71
"cell_type": "markdown",
72
72
"metadata": {},
73
-
"source": [
74
-
"pvlib comes with a couple of TMY files, and we'll use one of them for simplicity. You could also load a file from disk, or specify a url. See this NREL website for a list of TMY files:\n",
"source": "pvlib comes with a couple of TMY files, and we'll use one of them for simplicity. You could also load a file from disk, or specify a url. See this NLR website for a list of TMY files:\n\nhttps://nsrdb.nlr.gov/data-sets/archives"
78
74
},
79
75
{
80
76
"cell_type": "code",
@@ -1515,13 +1511,7 @@
1515
1511
{
1516
1512
"cell_type": "markdown",
1517
1513
"metadata": {},
1518
-
"source": [
1519
-
"Next, we will assume that the SAPM model is representative of the real world performance so that we can use scipy's optimization routine to derive simulated PVUSA coefficients. You will need to install scipy to run these functions.\n",
1520
-
"\n",
1521
-
"Here's one PVUSA reference:\n",
1522
-
"\n",
1523
-
"http://www.nrel.gov/docs/fy09osti/45376.pdf\n"
1524
-
]
1514
+
"source": "Next, we will assume that the SAPM model is representative of the real world performance so that we can use scipy's optimization routine to derive simulated PVUSA coefficients. You will need to install scipy to run these functions.\n\nHere's one PVUSA reference:\n\nhttps://www.osti.gov/biblio/951223\n"
0 commit comments