Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 12 additions & 16 deletions Tutorial 0 - Overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@
"3.\tCalculate module temperature from ambient data. \n",
"4.\tUse POA and module temperature to forecast a module's performance. \n",
"\n",
"## Overview\n",
"The sketch below from [the Sandia PV Performance Modeling Collaborative (PVPMC)](https://pvpmc.sandia.gov/) outlines the topics we will cover in this tutorial:\n",
"\n",
"[Overview](images\\tutorial_overview.PNG)"
"![Overview](images/tutorial_overview.PNG)"
]
},
{
Expand All @@ -68,23 +70,17 @@
}
},
"source": [
"\n",
"\n",
"### Why learn this? \n",
"\n",
"PV-lib is a library of algorithms and routines that you might encounter the need to use if you're donig anything PV-modeling related. It is managed by members of the PV research community, who make sure the formulas and code are not only sleek but accurate. \n",
"\n",
"You want to know the sun position? No need to code from zero the SPA (Solar Position algorithm), it's in PVlib. \n",
"PV-lib is a library of algorithms and routines that you might encounter the need to use if you're doing anything PV-modeling related. It is managed by members of the PV research community, who make sure the formulas and code are not only sleek but accurate. \n",
"\n",
"You want to reproduce the Sandia-King model to calculate module performance? It's there, also. \n",
"* You want to know the sun position? No need to code from zero the SPA (Solar Position algorithm), it's in PVlib. \n",
"\n",
"You can find the most well-known [models](https://pvpmc.sandia.gov/), as well as recently accepted values and approaches in published PV literature.\n",
"* You want to reproduce the Sandia-King model to calculate module performance? It's there, also. \n",
"\n",
"We hope adding this tool to your skillset will empower you to do better, faster research with an already solid foundation. Don't reinvent the wheel!\n",
"* You can find the most well-known [models](https://pvpmc.sandia.gov/), as well as recently accepted values and approaches in published PV literature.\n",
"\n",
"\n",
"\n",
"\n"
"* We hope adding this tool to your skillset will empower you to do better, faster research with an already solid foundation. Don't reinvent the wheel!"
]
},
{
Expand Down Expand Up @@ -236,11 +232,11 @@
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/88x31.png\" /></a><br />This work is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>."
],
"cell_type": "markdown",
"metadata": {}
]
}
],
"metadata": {
Expand All @@ -264,4 +260,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
Loading