diff --git a/README.html b/README.html index b096fd1..381abd4 100644 --- a/README.html +++ b/README.html @@ -430,14 +430,14 @@

THIS IS A 2-STEP PROCESS

Jupyter Book docs#

The full tutorial is now also hosted as a beautiful Jupyter book. This book has navigation, search, and can even run code cells interactively. Check it out!

-

https://pvsc-python-tutorials.github.io/pyData-2021-Solar-PV-Modeling/index.html

+

https://pv-tutorials.github.io/pyData-2021-Solar-PV-Modeling/index.html

My Binder#

After the conference the tutorials will remain available here on GitHub, and you can run the tutorial anytime in Binder by clicking the following link:

-

Binder

+

Binder

Locally#

@@ -447,15 +447,15 @@

Locally
  • Install miniconda.

  • Clone the repository:

    -
    git clone https://github.com/PVSC-Python-Tutorials/pyData-2021-Solar-PV-Modeling.git
    +
    git clone https://github.com/PV-Tutorials/pyData-2021-Solar-PV-Modeling.git
     
  • Create the environment and install the requirements. The repository includes a requirements.txt file that contains a list the packages needed to run this tutorial. To install them using conda run:

    -
    conda create -n pvsc48 jupyter -c pvlib --file requirements.txt
    -conda activate pvsc48
    +
    conda create -n pvtutorials jupyter -c pvlib --file requirements.txt
    +conda activate pvtutorials
     
  • @@ -464,7 +464,7 @@

    LocallyPVSC48-Python-Tutorial +
  • Use the file explorer in Jupyter lab to browse to PV-Tutorial and start the first Tutorial.

  • diff --git a/Tutorial 0 - Overview.html b/Tutorial 0 - Overview.html index 9e13325..d529271 100644 --- a/Tutorial 0 - Overview.html +++ b/Tutorial 0 - Overview.html @@ -579,7 +579,7 @@

    Exercise 1: Modify to print something else: -
      File "/tmp/ipykernel_1893/3863091146.py", line 1
    +
     
    -
    <matplotlib.legend.Legend at 0x7f8fbff47910>
    +
    <matplotlib.legend.Legend at 0x7fb06c7bc810>
     
    _images/53a809ff55b8b1ce114211df99fcf5179d7fd7e97cb30d03fa406e3edf896162.png diff --git a/Tutorial D - pySAM Modeling the Bifacial Tracker Field at NREL.html b/Tutorial D - pySAM Modeling the Bifacial Tracker Field at NREL.html index 672c2b8..52ab0b4 100644 --- a/Tutorial D - pySAM Modeling the Bifacial Tracker Field at NREL.html +++ b/Tutorial D - pySAM Modeling the Bifacial Tracker Field at NREL.html @@ -9118,7 +9118,7 @@

    B. Get File from the SAM repository URL
    ---------------------------------------------------------------------------
     FileNotFoundError                         Traceback (most recent call last)
    -/tmp/ipykernel_2080/233394445.py in <module>
    +/tmp/ipykernel_2030/233394445.py in <module>
           2 fileee= r'C:\Users\sayala\Documents\GitHub\RTCanalysis\BEST_Sam_PVsyst_BR_BVF_Results\pySAM\CEC Modules.csv'
           3 
     ----> 4 df = pd.read_csv(fileee, index_col=0)
    diff --git a/_sources/README.md b/_sources/README.md
    index 765602e..2b7e9ea 100644
    --- a/_sources/README.md
    +++ b/_sources/README.md
    @@ -55,7 +55,7 @@ https://pvsc-python-tutorial.eastus.cloudapp.azure.com/
     
     The full tutorial is now also hosted as a beautiful [Jupyter book](https://jupyterbook.org/intro.html). This book has navigation, search, and can even run code cells interactively. Check it out!
     
    -https://pvsc-python-tutorials.github.io/pyData-2021-Solar-PV-Modeling/index.html
    +https://pv-tutorials.github.io/pyData-2021-Solar-PV-Modeling/index.html
     
     ### My Binder
     
    @@ -63,7 +63,7 @@ After the conference the tutorials will remain available here on GitHub, and you
     the tutorial anytime in [Binder](https://mybinder.org) by clicking the
     following link:
     
    -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/PVSC-Python-Tutorials/pyData-2021-Solar-PV-Modeling/main)
    +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/PV-Tutorials/pyData-2021-Solar-PV-Modeling/main)
     
     ### Locally
     
    @@ -76,7 +76,7 @@ steps:
     1. Clone the repository:
     
        ```
    -   git clone https://github.com/PVSC-Python-Tutorials/pyData-2021-Solar-PV-Modeling.git
    +   git clone https://github.com/PV-Tutorials/pyData-2021-Solar-PV-Modeling.git
        ```
     
     1. Create the environment and install the requirements. The repository includes
    @@ -84,8 +84,8 @@ steps:
        this tutorial. To install them using conda run:
     
        ```
    -   conda create -n pvsc48 jupyter -c pvlib --file requirements.txt
    -   conda activate pvsc48
    +   conda create -n pvtutorials jupyter -c pvlib --file requirements.txt
    +   conda activate pvtutorials
        ```
     
     1. Start a Jupyter session:
    @@ -94,7 +94,7 @@ steps:
        jupyter notebook
        ```
     
    -1. Use the file explorer in Jupyter lab to browse to `PVSC48-Python-Tutorial`
    +1. Use the file explorer in Jupyter lab to browse to `PV-Tutorial`
        and start the first Tutorial.
     
     
    diff --git a/reports/Tutorial 0 - Overview.err.log b/reports/Tutorial 0 - Overview.err.log
    index b56d604..b5f8cdc 100644
    --- a/reports/Tutorial 0 - Overview.err.log	
    +++ b/reports/Tutorial 0 - Overview.err.log	
    @@ -21,7 +21,7 @@ my_string =    # Add your text here. Remember to put it inside of single quotes
     print(my_string)
     ------------------
     
    -  File "/tmp/ipykernel_1893/3863091146.py", line 1
    +  File "/tmp/ipykernel_1843/3863091146.py", line 1
         my_string =    # Add your text here. Remember to put it inside of single quotes or double quotes ( " " or '' )
                                                                                                                       ^
     SyntaxError: invalid syntax
    diff --git a/reports/Tutorial D - pySAM Modeling the Bifacial Tracker Field at NREL.err.log b/reports/Tutorial D - pySAM Modeling the Bifacial Tracker Field at NREL.err.log
    index d8cd49d..769ca88 100644
    --- a/reports/Tutorial D - pySAM Modeling the Bifacial Tracker Field at NREL.err.log	
    +++ b/reports/Tutorial D - pySAM Modeling the Bifacial Tracker Field at NREL.err.log	
    @@ -27,7 +27,7 @@ df[mymod].T
     
     ---------------------------------------------------------------------------
     FileNotFoundError                         Traceback (most recent call last)
    -/tmp/ipykernel_2080/233394445.py in 
    +/tmp/ipykernel_2030/233394445.py in 
           2 fileee= r'C:\Users\sayala\Documents\GitHub\RTCanalysis\BEST_Sam_PVsyst_BR_BVF_Results\pySAM\CEC Modules.csv'
           3 
     ----> 4 df = pd.read_csv(fileee, index_col=0)
    diff --git a/searchindex.js b/searchindex.js
    index f9b290e..e382c18 100644
    --- a/searchindex.js
    +++ b/searchindex.js
    @@ -1 +1 @@
    -Search.setIndex({"docnames": ["README", "Tutorial 0 - Overview", "Tutorial 1 - TMY Weather Data", "Tutorial 2 - POA Irradiance", "Tutorial 3 - Array Power", "Tutorial A - Single Diode Model", "Tutorial B - pvfree", "Tutorial C - Modeling Module's Performance Advanced", "Tutorial D - pySAM Modeling the Bifacial Tracker Field at NREL"], "filenames": ["README.md", "Tutorial 0 - Overview.ipynb", "Tutorial 1 - TMY Weather Data.ipynb", "Tutorial 2 - POA Irradiance.ipynb", "Tutorial 3 - Array Power.ipynb", "Tutorial A - Single Diode Model.ipynb", "Tutorial B - pvfree.ipynb", "Tutorial C - Modeling Module's Performance Advanced.ipynb", "Tutorial D - pySAM Modeling the Bifacial Tracker Field at NREL.ipynb"], "titles": ["pyData 2021 Global - Solar Modeling Tutorial", "Welcome!", "Tutorial 1 - Weather Data: Accesing it, understanding it, visualizing it!", "Tutorial 2 - POA Irradiance", "Tutorial 3 - Modeling an Array Power", "Tutorial A - Single Diode Model", "Tutorial B - pvfree", "Tutorial C - PV Module Performance Advanced", "6 - pySAM Simulation"], "terms": {"focus": [0, 1], "pv": [0, 4, 5, 6], "comput": [0, 1], "packag": [0, 1, 2, 5, 7, 8], "python": [0, 4, 5, 6, 8], "data": [0, 3, 4, 5, 7], "wrangl": [0, 2, 3, 4], "panda": [0, 3, 4, 5, 7, 8], "viz": 0, "0": [0, 1, 2, 3, 4, 5, 6, 7, 8], "introduct": 0, "lesson": 0, "plan": 0, "resourc": [0, 2], "30": [0, 1, 2, 3, 8], "minut": [0, 2, 3], "1": [0, 3, 4, 5, 6], "access": [0, 1, 2, 4, 7, 8], "tmy": [0, 3, 5], "weather": [0, 3, 4, 5, 8], "visual": [0, 1, 3, 4], "monthli": [0, 1, 3, 4], "irradi": [0, 1, 4, 5, 7, 8], "calcul": [0, 1, 2, 3, 5, 8], "posit": [0, 1, 3, 5], "plane": [0, 1, 2, 3, 5, 7], "arrai": [0, 1, 2, 5, 7], "averag": [0, 1, 2, 3], "daili": [0, 1, 2, 3, 5], "insol": [0, 1, 2, 3, 4], "3": [0, 1, 2, 3, 5, 6, 7], "estim": [0, 1, 2, 4], "modul": [0, 1, 2, 4, 5, 6], "temperatur": [0, 1, 5, 7, 8], "from": [0, 1, 4, 5, 6, 7], "ambient": [0, 1, 2, 4, 7], "20": [0, 2, 3, 4, 7, 8], "4": [0, 1, 2, 3, 4, 5, 6, 7], "us": [0, 2, 3, 4, 5, 6, 7], "poa": [0, 1, 4, 5, 7], "output": [0, 1, 2, 4, 7, 8], "power": [0, 1, 2, 5, 7, 8], "singl": [0, 1, 2, 3, 8], "5": [0, 1, 2, 4, 6, 7, 8], "combin": [0, 1, 7], "form": [0, 2], "string": [0, 2, 7, 8], "invert": [0, 2, 4, 5], "effici": [0, 4], "total": [0, 2, 3, 6], "independ": 0, "studi": 0, "appendic": 0, "more": [0, 2, 3, 4, 7, 8], "varieti": [0, 1], "fun": 0, "topic": [0, 1], "These": [0, 1, 2, 5, 7], "ar": [0, 1, 2, 3, 4, 5, 7, 8], "design": [0, 1], "run": [0, 1, 2, 3, 4, 5, 6, 7, 8], "browser": [0, 1, 2], "base": [0, 1, 2, 3, 4, 7, 8], "interact": [0, 1, 2, 5, 8], "notebook": [0, 1, 2, 3, 4], "allow": [0, 2, 4, 7], "you": [0, 1, 4, 5, 6, 7, 8], "cloud": [0, 2], "without": [0, 2], "ani": [0, 1, 2, 3, 7], "addit": [0, 2, 3, 7], "On": 0, "dai": [0, 2, 3, 4, 5], "can": [0, 1, 3, 4, 5, 6, 7, 8], "log": 0, "here": [0, 1, 2, 3, 4, 5, 6, 7, 8], "click": [0, 6, 7], "http": [0, 1, 2, 3, 4, 5, 6, 7, 8], "pvsc": [0, 1], "eastu": 0, "cloudapp": 0, "azur": 0, "com": [0, 1, 2, 3, 4, 5, 6, 7, 8], "hub": 0, "user": [0, 2, 8], "redirect": 0, "git": 0, "pull": 0, "repo": 0, "github": [0, 1, 5, 7, 8], "branch": [0, 8], "main": [0, 1, 2, 3, 4, 5, 6, 7, 8], "The": [0, 1, 2, 3, 4, 5, 6, 7, 8], "first": [0, 3, 4, 5, 7, 8], "time": [0, 3, 4, 5, 7], "visit": [0, 2, 5], "need": [0, 1, 2, 3, 4, 5, 8], "creat": [0, 1, 2, 7], "an": [0, 1, 2, 3, 5, 7, 8], "account": [0, 4], "usernam": 0, "password": 0, "like": [0, 1, 2, 3, 4, 7, 8], "onli": [0, 1, 3, 4, 7, 8], "see": [0, 1, 2, 3, 5, 6, 7, 8], "scratch": 0, "share": [0, 1], "folder": [0, 2], "after": [0, 2, 4], "download": [0, 2, 5, 6, 8], "repositori": [0, 1], "follow": [0, 1, 2, 3, 4, 7, 8], "link": [0, 2], "onc": [0, 6], "alwai": [0, 2, 8], "either": [0, 2], "start": [0, 1, 5, 6, 8], "dure": [0, 2, 4], "confer": [0, 1], "now": [0, 2, 3, 4, 5, 7, 8], "list": [0, 1, 4, 5, 6, 7, 8], "open": [0, 2, 5, 7, 8], "ll": [0, 1, 2, 3, 4, 5], "full": [0, 2, 4], "overview": 0, "ipynb": 0, "get": [0, 1, 3, 4, 5, 6, 7], "sometim": [0, 7], "idl": 0, "too": [0, 2, 5, 7, 8], "long": [0, 2], "di": 0, "just": [0, 2, 3, 4, 7, 8], "again": [0, 2, 5, 7], "reconnect": 0, "also": [0, 1, 2, 3, 4, 6, 7, 8], "host": [0, 1], "beauti": 0, "ha": [0, 1, 2, 3, 4, 6, 8], "navig": [0, 8], "search": [0, 5, 6, 7], "even": [0, 3], "code": [0, 1, 2, 8], "cell": [0, 1, 2, 3, 4, 5, 6, 7, 8], "check": [0, 1], "out": [0, 1, 2, 4], "io": [0, 1, 7, 8], "index": [0, 2, 3, 4, 5, 7, 8], "html": [0, 1, 2], "remain": 0, "avail": [0, 1, 2, 3, 4, 7], "anytim": 0, "miniconda": 0, "thes": 0, "instal": [0, 1, 2, 3, 4, 5, 6, 7, 8], "clone": 0, "environ": [0, 2], "requir": [0, 1, 2, 3, 4, 5, 6, 7, 8], "includ": [0, 1, 2, 3], "txt": [0, 1, 2, 3, 4, 5, 6, 7, 8], "file": [0, 1, 2, 5, 7], "contain": [0, 2, 3, 7, 8], "To": [0, 1, 2, 8], "them": [0, 2, 8], "conda": 0, "n": [0, 2, 3, 4, 5, 7, 8], "pvsc48": 0, "c": [0, 2, 4, 6, 8], "pvlib": [0, 3, 4, 5], "activ": 0, "session": 0, "explor": [0, 1, 2, 6, 7, 8], "lab": [0, 7], "brows": 0, "work": [0, 2, 3, 4, 5, 6, 7], "under": [0, 1, 2, 3, 4, 5, 6, 7], "creativ": [0, 1, 2, 3, 4, 5, 6, 7], "common": [0, 1, 2, 3, 4, 5, 6, 7, 8], "attribut": [0, 1, 2, 3, 4, 5, 6, 7, 8], "intern": [0, 1, 2, 3, 4, 5, 6, 7, 8], "pydata": [1, 2, 3, 4, 5, 6, 7, 8], "global": [1, 2, 7], "2021": [1, 2, 3, 4, 5, 6, 7, 8], "system": [1, 2, 7], "all": [1, 2, 3, 6, 7, 8], "aspect": [1, 8], "photovolta": [1, 2], "rapidli": 1, "grow": 1, "solut": 1, "mani": [1, 2, 3, 8], "thing": [1, 5], "might": [1, 4, 8], "want": [1, 2, 4, 5, 8], "simul": [1, 2, 5], "becom": [1, 2, 7], "one": [1, 2, 3, 4, 7, 8], "scientif": 1, "languag": 1, "choic": 1, "sourc": [1, 2], "focu": [1, 2, 3], "teach": 1, "attende": 1, "through": [1, 2, 7, 8], "In": [1, 2, 3, 4], "we": [1, 2, 3, 4, 5, 7, 8], "acquaint": 1, "measur": [1, 2, 3, 4, 7], "i": [1, 2, 5, 7], "e": [1, 2, 3, 7], "ac": [1, 7], "energi": [1, 2, 3, 4, 5, 7], "axi": [1, 2, 3, 4, 7, 8], "tracker": [1, 3, 4, 5], "sun": [1, 2, 3, 4, 7], "diod": 1, "review": [1, 5], "vocabulari": 1, "around": [1, 2], "aggreg": 1, "hour": [1, 2, 3], "week": [1, 2], "month": [1, 2, 5], "present": [1, 2], "hand": 1, "exampl": [1, 2, 3, 4, 6, 7], "enabl": 1, "via": [1, 2], "jupyt": 1, "jupyterhub": 1, "remot": [1, 2], "server": [1, 2], "so": [1, 2, 3, 4, 5, 7, 8], "don": [1, 2, 7], "t": [1, 2, 3, 4, 5, 7, 8], "have": [1, 2, 3, 4, 5, 7, 8], "anyth": 1, "along": [1, 3], "while": [1, 4], "theori": [1, 4], "case": [1, 2, 4], "obviou": 1, "wrap": [1, 2], "up": [1, 2, 3, 5, 8], "other": [1, 2, 3, 4, 5, 7, 8], "three": [1, 2, 3], "ampl": 1, "experi": 1, "field": [1, 2, 3], "perform": [1, 2, 4, 5], "look": [1, 2, 3, 4, 8], "forward": 1, "question": 1, "silvana": 1, "ayala": 1, "pelaez": 1, "am": 1, "research": 1, "scientist": 1, "nrel": [1, 5, 7, 8], "mostli": 1, "bifaci": [1, 6, 7, 8], "circular": 1, "economi": 1, "my": 1, "bread": 1, "butter": 1, "analysi": [1, 2], "build": [1, 5, 7], "made": [1, 5], "substanti": 1, "contribut": 1, "bifacialvf": 1, "pvmismatch": 1, "radianc": 1, "softwar": [1, 3], "kevin": 1, "anderson": 1, "do": [1, 2, 3, 5, 7, 8], "cool": [1, 2, 4], "stuff": 1, "slope": 1, "awar": 1, "backtrack": [1, 3], "clip": 1, "loss": [1, 2, 4, 8], "error": [1, 2, 7, 8], "hourli": [1, 3, 4], "yield": [1, 7], "maintain": 1, "frequent": [1, 7], "contributor": 1, "rdtool": 1, "mark": [1, 2, 4, 7], "mikofski": [1, 2], "princip": 1, "solar": [1, 3, 4, 5, 6, 7], "engin": [1, 8], "dnv": [1, 2], "product": [1, 4, 5], "manag": 1, "solarfarm": 1, "analyz": 1, "predict": 1, "degrad": 1, "reliabl": 1, "few": [1, 2, 4], "project": [1, 2], "scipi": 1, "abhishek": 1, "parikh": 1, "abhi": 1, "analyst": 1, "love": 1, "try": [1, 2, 7], "miss": 1, "opportun": 1, "deploi": [1, 8], "terrif": 1, "handl": [1, 2, 8], "challeng": 1, "renew": 1, "analyt": 1, "offer": [1, 2], "promot": 1, "part": [1, 2, 3, 8], "collabor": [1, 7], "between": [1, 2, 3, 4, 6, 7, 8], "amaz": 1, "scienc": 1, "tmy3": [1, 2], "understand": 1, "year": [1, 5], "forecast": 1, "sketch": 1, "below": [1, 2, 7, 8], "sandia": [1, 4, 5, 7], "pvpmc": 1, "outlin": 1, "cover": [1, 2, 7], "lib": [1, 8], "algorithm": 1, "routin": 1, "encount": 1, "re": [1, 2, 7], "relat": [1, 7], "It": [1, 2, 5], "member": 1, "commun": 1, "who": [1, 7], "make": [1, 2, 3, 8], "sure": 1, "formula": 1, "sleek": 1, "accur": [1, 2, 4], "know": [1, 3, 5, 7], "No": [1, 2, 8], "zero": 1, "spa": 1, "reproduc": 1, "king": [1, 7], "find": [1, 2, 3, 4, 5, 6, 7], "most": [1, 2, 3, 7, 8], "well": [1, 3, 7], "known": [1, 2, 7], "recent": [1, 8], "accept": 1, "valu": [1, 2, 3, 4, 5], "approach": 1, "publish": [1, 2, 3], "literatur": [1, 4], "hope": 1, "ad": [1, 3], "skillset": 1, "empow": 1, "better": [1, 2, 3], "faster": 1, "alreadi": [1, 5, 8], "solid": 1, "foundat": 1, "reinvent": 1, "wheel": 1, "text": [1, 4], "imag": 1, "equat": [1, 4, 7], "pleas": [1, 2, 7, 8], "setup": 1, "section": [1, 2, 3], "readm": 1, "about": [1, 2, 3, 4, 7, 8], "refer": [1, 2, 7], "document": [1, 2, 8], "ask": 1, "help": [1, 2], "tag": 1, "stackoverflow": 1, "googl": [1, 2, 3, 4, 5, 6, 7, 8], "group": [1, 8], "discuss": [1, 3], "issu": 1, "multipl": [1, 3], "mix": 1, "If": [1, 2, 4, 8], "haven": [1, 2], "jupyterlab": 1, "befor": [1, 2, 3, 5], "similar": [1, 4, 7, 8], "quick": [1, 2], "intro": 1, "There": [1, 2, 3, 7, 8], "two": [1, 2, 3, 4, 7, 8], "mode": [1, 8], "command": [1, 2], "edit": 1, "press": 1, "enter": [1, 2], "markdown": [1, 2], "esc": 1, "chang": [1, 3, 4, 8], "shift": [1, 3], "execut": [1, 2, 3, 4, 5, 6, 7, 8], "move": [1, 3], "next": [1, 2, 3, 4, 5, 6, 7, 8], "toolbar": 1, "convert": [1, 4, 8], "layout": [1, 8], "colab": [1, 2, 3, 4, 5, 6, 7, 8], "uncom": [1, 2, 3, 4, 5, 6, 7, 8], "line": [1, 2, 3, 4, 5, 6, 7, 8], "depend": [1, 2, 3, 4, 5, 6, 7, 8], "prevent": [1, 2, 3, 4, 5, 6, 7, 8], "modulenotfounderror": [1, 2, 3, 4, 5, 6, 7, 8], "later": [1, 2, 3, 4, 5, 6, 7, 8], "pip": [1, 2, 3, 4, 5, 6, 7, 8], "r": [1, 2, 3, 4, 5, 6, 7, 8], "raw": [1, 2, 3, 4, 5, 6, 7, 8], "githubusercont": [1, 2, 3, 4, 5, 6, 7, 8], "each": [1, 2, 3, 7], "solv": [1, 3, 7], "given": [1, 2, 3, 4, 5, 7], "blank": 1, "partial": [1, 3], "complet": 1, "hidden": 1, "For": [1, 2, 3, 4, 6, 7], "my_str": 1, "add": [1, 2], "rememb": [1, 3], "put": [1, 2, 5], "insid": [1, 4, 8], "quot": [1, 2, 8], "doubl": [1, 2], "tmp": [1, 8], "ipykernel_1893": 1, "3863091146": 1, "py": [1, 8], "syntaxerror": 1, "invalid": 1, "syntax": 1, "A": [1, 2, 3, 4, 6, 7], "lot": [1, 2, 3], "were": [1, 2, 4, 7], "shame": 1, "taken": 1, "jckantor": 1, "cbe30338": 1, "01": [1, 2, 3, 5, 8], "built": 1, "langaug": 1, "particular": 1, "note": [1, 2, 3, 4, 5, 7, 8], "exponenti": 1, "done": 1, "2": [1, 2, 4, 5, 6, 7], "b": [1, 2], "8": [1, 2, 3, 4, 6, 7, 8], "6666666666666666": 1, "veri": [1, 3], "math": 1, "function": [1, 2, 3, 7], "variou": 1, "numpi": [1, 7], "conveni": [1, 2, 3, 5, 7], "show": [1, 2, 3, 4, 7], "import": [1, 3, 4, 5, 6, 7, 8], "prefix": [1, 8], "np": [1, 7], "call": [1, 2, 3, 4, 6, 7, 8], "mathemat": 1, "constant": [1, 2, 7, 8], "pi": 1, "trignometr": 1, "angl": [1, 7], "sin": 1, "co": [1, 2], "tan": 1, "141592653589793": 1, "718281828459045": 1, "7071067811865476": 1, "9999999999999999": 1, "versatil": 1, "wai": [1, 2, 4, 8], "organ": 1, "found": [1, 7], "khan": 1, "academi": 1, "video": 1, "xlist": 1, "concatent": 1, "join": [1, 8], "anoth": [1, 2, 4, 6, 7], "x": 1, "y": [1, 2, 3], "6": [1, 2, 3, 6], "7": [1, 2, 4, 6, 7, 8], "sum": [1, 2, 3, 4, 5], "10": [1, 2, 3, 4, 5, 6, 7, 8], "5f": 1, "format": [1, 2, 4, 6, 8], "84147": 1, "90930": 1, "14112": 1, "75680": 1, "store": [1, 2, 7], "retriev": [1, 5, 7], "kei": [1, 3, 4, 8], "pair": 1, "short": [1, 6, 7], "molar": 1, "mass": [1, 2], "molecular": 1, "correspond": [1, 2, 3, 7, 8], "states_solarinstallations2020": 1, "arizona": 1, "16": [1, 7, 8], "04": [1, 2, 3, 6, 7, 8], "california": [1, 5, 7], "02": [1, 2, 3, 6, 8], "texa": 1, "18": [1, 7, 8], "00": [1, 2, 3, 5], "colorado": 1, "44": [1, 7, 8], "gw": 1, "exist": [1, 3], "new": [1, 2, 3, 4], "mexico": [1, 2], "22": [1, 7, 8], "matplotlib": [1, 3, 4, 5, 7], "pyplot": [1, 2, 3, 4, 5, 7], "give": [1, 2, 3, 4, 8], "ipython": 1, "matlab": 1, "inlin": 1, "plt": [1, 2, 3, 4, 5, 7], "linspac": 1, "z": 1, "xlabel": [1, 4], "radian": 1, "ylabel": [1, 2, 3, 4, 5], "titl": [1, 4, 5], "demonstr": [1, 4], "legend": [1, 2, 3, 4, 5, 7], "grid": [1, 4, 5, 7, 8], "ve": [1, 2, 8], "abov": [1, 2, 3, 4, 8], "begin": 1, "end": [1, 5], "real": [1, 2, 3], "applic": [1, 4], "sequenc": 1, "instead": [1, 2], "thei": [1, 2, 3, 4, 7, 8], "meant": 1, "provid": [1, 2, 3, 7, 8], "sampl": [1, 2], "what": [1, 2, 4, 5], "galleri": 1, "path": [1, 2, 3, 4, 8], "diagram": 1, "feel": [1, 2], "free": 1, "rest": [1, 3], "curat": 1, "Will": 1, "holmgren": 1, "et": [1, 7], "al": [1, 7], "ieee": 1, "7th": [1, 8], "convers": [1, 4, 7], "2018": [1, 5, 6, 7, 8], "licens": [1, 2, 3, 4, 5, 6, 7], "thi": [2, 3, 4, 5, 6, 8], "standard": 2, "type": [2, 3, 7, 8], "how": [2, 4, 5, 7], "summar": [2, 3], "model": [2, 6, 8], "ghi": [2, 4, 5], "dni": [2, 4, 5], "dhi": [2, 4, 5], "drybulb": [2, 4], "wspd": [2, 4, 8], "vs": [2, 3, 4], "datafram": [2, 3, 4, 5, 7, 8], "df": [2, 3, 7, 8], "len": 2, "head": [2, 3, 4, 7, 8], "input": [2, 3, 4, 5, 7], "tool": [2, 3], "plote": [2, 3], "resampl": [2, 3, 4, 5], "freq": [2, 5], "dateoffset": 2, "shortcut": 2, "set": [2, 4, 7], "frequenc": 2, "when": [2, 3, 4, 8], "web": [2, 8], "directli": 2, "deriv": [2, 5, 7], "stochast": 2, "learn": 2, "radiometri": 2, "webpag": 2, "intend": 2, "repres": [2, 3], "locat": [2, 3, 4], "hypothet": [2, 4], "less": [2, 3, 6], "median": 2, "select": 2, "individu": [2, 5, 8], "extend": 2, "period": [2, 7], "measurememt": 2, "sai": [2, 8], "construct": 2, "s": [2, 3, 4, 5, 6, 8], "worth": 2, "sever": [2, 5, 7], "method": [2, 5, 7, 8], "which": [2, 3, 4, 5, 6, 7, 8], "gener": [2, 3, 7, 8], "idea": 2, "statist": 2, "take": [2, 4], "li": [2, 3], "middl": [2, 3], "distribut": 2, "januari": 2, "exactli": 2, "same": [2, 3, 4, 5, 7, 8], "normal": [2, 7], "fall": 2, "closest": 2, "chosen": 2, "process": [2, 3], "februari": 2, "march": 2, "twelv": 2, "stitch": 2, "togeth": [2, 5, 8], "oldest": 2, "nearest": 2, "station": 2, "airport": 2, "todai": [2, 4], "satellit": 2, "imageri": 2, "becaus": [2, 3, 4, 7, 8], "improv": 2, "spatial": 2, "resolut": 2, "bundl": [2, 7], "some": [2, 4, 5, 8], "builtin": 2, "print": [2, 3, 4, 6, 7, 8], "must": [2, 8], "go": [2, 8], "timeseri": [2, 3], "tabular": 2, "pathlib": [2, 3, 4], "os": [2, 8], "variabl": 2, "pd": [2, 3, 4, 5, 7, 8], "queri": [2, 8], "version": [2, 6, 7, 8], "__version__": [2, 3, 4, 8], "iotool": [2, 3, 4, 5], "read_tmy3": [2, 3, 4], "return": [2, 3, 4, 6, 7, 8], "second": [2, 7], "dictionari": [2, 6, 8], "metadata": [2, 3, 4], "longitud": [2, 3, 4, 5], "latitud": [2, 3, 4, 5], "elev": [2, 3], "etc": [2, 4, 5, 8], "directori": [2, 8], "come": [2, 3], "Then": 2, "slash": 2, "oper": [2, 3, 7], "filenam": 2, "coerce_year": [2, 3, 4], "none": [2, 8], "recolumn": 2, "true": [2, 7], "unchang": 2, "unit": [2, 7], "retain": 2, "discrep": 2, "manual": [2, 5], "_": 2, "preced": 2, "updat": [2, 8], "jan": 2, "2015": 2, "paramet": [2, 3, 4, 5, 6, 8], "str": [2, 5, 7, 8], "rel": [2, 3, 4], "absolut": 2, "int": [2, 3, 5, 7, 8], "default": [2, 3, 4, 5], "suppli": 2, "except": [2, 7], "last": [2, 8], "increas": [2, 4], "monoton": 2, "bool": 2, "appli": 2, "name": [2, 3, 6, 7, 8], "result": [2, 3, 7, 8], "strip": 2, "tupl": 2, "describ": [2, 7], "tabl": [2, 6, 7, 8], "detail": [2, 4], "descript": [2, 7], "compon": [2, 3, 7], "consult": 2, "especi": [2, 4], "dict": [2, 8], "site": [2, 5, 8], "structur": 2, "altitud": 2, "float": [2, 7, 8], "latitudeitud": 2, "longitudeitud": 2, "state": [2, 3, 4], "tz": 2, "utc": 2, "offset": 2, "usaf": 2, "identifi": [2, 8], "tmydata": 2, "datetim": 2, "current": [2, 7], "timezon": 2, "unawar": 2, "local": [2, 8], "daylight": 2, "save": 2, "etr": 2, "extraterrestri": 2, "horizont": [2, 3, 7], "radiat": [2, 3, 4], "recv": 2, "d": [2, 4, 5, 7], "60": [2, 5, 7, 8], "prior": 2, "timestamp": [2, 3], "wh": [2, 4, 5], "m": [2, 3, 4, 7], "etrn": 2, "direct": [2, 3], "diffus": [2, 3], "ghisourc": 2, "ghiuncertainti": 2, "uncertainti": 2, "random": 2, "bia": 2, "amount": [2, 3], "mintu": 2, "dnisourc": 2, "dniuncertainti": 2, "dhisourc": 2, "dhiuncertainti": 2, "ghillum": 2, "avg": 2, "illumin": 2, "lx": 2, "ghillumsourc": 2, "ghillumuncertainti": 2, "dnillum": 2, "dnillumsourc": 2, "dnillumuncertainti": 2, "dhillum": 2, "dhillumsourc": 2, "dhillumuncertainti": 2, "zenithlum": 2, "lumin": 2, "sky": [2, 3], "zenith": [2, 3], "cd": 2, "zenithlumsourc": 2, "zenithlumuncertainti": 2, "totcld": 2, "dome": 2, "obscur": 2, "phenonema": 2, "stamp": 2, "tenth": 2, "totcldsourc": 2, "8760x1": 2, "totclduncertainti": 2, "opqcld": 2, "observ": [2, 7], "opqcldsourc": 2, "opqclduncertainti": 2, "dry": [2, 4], "bulb": [2, 4], "indic": [2, 7, 8], "deg": 2, "drybulbsourc": 2, "drybulbuncertainti": 2, "dewpoint": 2, "dew": 2, "point": [2, 7, 8], "dewpointsourc": 2, "dewpointuncertainti": 2, "rhum": 2, "relatitud": 2, "humid": 2, "percent": 2, "rhumsourc": 2, "rhumuncertainti": 2, "pressur": 2, "mbar": 2, "pressuresourc": 2, "pressureuncertainti": 2, "wdir": 2, "degre": [2, 3, 4], "north": [2, 3], "360": [2, 8], "undefin": 2, "calm": 2, "wdirsourc": 2, "wdiruncertainti": 2, "meter": [2, 3], "wspdsourc": 2, "wspduncertainti": 2, "hvi": 2, "distanc": 2, "discern": 2, "object": [2, 3, 6, 7], "7777": 2, "unlimit": 2, "hvissourc": 2, "hvisuncertainti": 2, "ceilhgt": 2, "height": [2, 3], "terrain": 2, "ceilhgtsourc": 2, "ceilhgtuncertainti": 2, "pwat": 2, "precipit": 2, "water": 2, "cross": 2, "earth": 2, "top": 2, "atmospher": [2, 3, 7], "cm": 2, "pwatsourc": 2, "pwatuncertainti": 2, "aod": 2, "broadband": 2, "aerosol": 2, "optic": 2, "depth": 2, "per": [2, 3], "due": 2, "extinct": 2, "unitless": 2, "aodsourc": 2, "aoduncertainti": 2, "alb": [2, 8], "ratio": [2, 4], "reflect": [2, 3, 4], "albsourc": 2, "albuncertainti": 2, "lprecipdepth": 2, "liquid": 2, "quantiti": 2, "millimet": 2, "lprecipquant": 2, "accumulatitudeion": 2, "lprecipsourc": 2, "lprecipuncertainti": 2, "preswth": 2, "preswthsourc": 2, "preswthuncertainti": 2, "warn": [2, 8], "previou": [2, 3, 4], "1am": 2, "midnight": 2, "wa": [2, 5, 7], "1988": 2, "12": [2, 5, 6, 8], "31": [2, 7, 8], "24": [2, 3, 4, 7, 8], "1989": 2, "func": 2, "coerc": 2, "1990": [2, 3, 4, 5], "1991": 2, "wilcox": 2, "marion": 2, "w": [2, 3, 4, 5, 6, 7], "tp": 2, "581": 2, "43156": 2, "revis": 2, "mai": [2, 3, 8], "2008": 2, "2007": 2, "nation": 2, "databas": [2, 5, 7, 8], "2005": 2, "472": [2, 8], "pp": [2, 8], "report": 2, "41364": 2, "data_dir": [2, 3, 4], "__file__": [2, 3, 4], "parent": [2, 3, 4], "df_tmy": [2, 3, 4], "meta_dict": 2, "723170tya": [2, 3, 4], "csv": [2, 3, 4, 5, 7, 8], "displai": [2, 7], "723170": 2, "greensboro": [2, 3], "piedmont": [2, 3], "triad": [2, 3], "nc": [2, 3], "36": [2, 7, 8], "79": [2, 8], "95": [2, 7, 8], "273": 2, "let": [2, 3, 4, 5, 6, 7, 8], "date": [2, 6, 7, 8], "mm": 2, "dd": 2, "yyyi": 2, "hh": 2, "05": [2, 3, 6, 8], "9": [2, 6, 7, 8], "03": [2, 3, 8], "row": [2, 3, 7, 8], "71": [2, 8], "leap": 2, "mean": [2, 3, 4], "8760": 2, "number": [2, 7], "vari": [2, 3], "its": [2, 3], "iloc": 2, "loc": [2, 3, 7], "dtype": [2, 3, 7, 8], "quit": 2, "ones": [2, 8], "extract": 2, "instantan": 2, "over": [2, 4], "area": [2, 7], "practic": [2, 4], "purpos": [2, 4], "interpret": 2, "express": 2, "separ": [2, 3], "differ": [2, 3, 4, 7, 8], "watt": [2, 3], "squar": [2, 3], "anemomet": 2, "cup": 2, "shown": 2, "right": [2, 3, 7], "side": [2, 5, 7, 8], "pictur": 2, "rotat": [2, 3], "interv": [2, 3], "vane": 2, "left": [2, 7], "blow": 2, "devic": 2, "shield": 2, "moistur": 2, "resist": [2, 7], "rtd": 2, "thermocoupl": 2, "within": 2, "block": [2, 3], "sunlight": [2, 3, 4], "reach": [2, 4], "sensor": 2, "avoid": 2, "radi": 2, "heat": [2, 4], "yet": [2, 8], "natur": 2, "flow": 2, "util": [2, 5, 8], "forc": 2, "across": [2, 3], "celsiu": [2, 4], "scale": [2, 4], "plai": 2, "larg": [2, 4], "role": 2, "convect": [2, 4], "surround": 2, "investig": 2, "header": [2, 8], "instruct": 2, "At": 2, "interest": [2, 4, 8], "m\u00b2": [2, 7], "15": [2, 3, 4, 5, 7, 8], "06": [2, 7, 8], "07": [2, 3, 8], "08": [2, 3, 8], "09": [2, 8], "46": [2, 5, 6, 7, 8], "78": [2, 7, 8], "11": [2, 3, 6, 7, 8], "199": [2, 8], "198": [2, 7, 8], "261": [2, 8], "260": [2, 8], "13": [2, 8], "155": [2, 7, 8], "14": [2, 4, 5, 7, 8], "144": [2, 8], "131": [2, 8], "first_week": 2, "entri": [2, 8], "control": 2, "bit": [2, 8], "birthdai": 2, "color": [2, 4, 7], "g": [2, 3, 5, 7], "marker": [2, 7], "doe": [2, 5, 7], "your": [2, 4, 5, 7, 8], "hint": 2, "switch": 2, "basic": [2, 3, 4, 5, 7], "although": 2, "intens": 2, "subset": [2, 7], "isn": 2, "light": [2, 3, 4, 7], "blue": 2, "qualit": 2, "pattern": [2, 7], "high": [2, 3, 4], "low": [2, 3, 7], "roughli": [2, 7], "photon": 2, "scatter": [2, 4], "count": [2, 6], "tend": 2, "both": [2, 7], "easi": [2, 3, 5, 7], "pick": [2, 5], "sunni": [2, 3, 4, 5], "rather": 2, "overcast": 2, "occasion": 2, "break": 2, "variat": 2, "season": 2, "compar": [2, 3, 4, 5, 8], "winter": [2, 3], "summer": [2, 3], "summertim": [2, 4], "notic": [2, 3, 4, 7], "peak": 2, "900": 2, "wherea": [2, 7], "maximum": [2, 5], "500": [2, 8], "summer_week": 2, "And": [2, 8], "final": [2, 5, 7], "roll": 2, "h": [2, 3, 4, 5], "monthly_ghi": 2, "74848": 2, "28": [2, 7, 8], "85751": 2, "131766": 2, "162302": 2, "int64": 2, "tz_local": 2, "bar": [2, 3, 4], "fig": 2, "ax1": 2, "subplot": [2, 7], "ax2": 2, "twinx": 2, "monthly_average_temp_wind": 2, "ax": [2, 4, 5, 7], "tab": [2, 8], "orang": 2, "set_ylabel": [2, 7], "lower": 2, "daily_average_dni": 2, "finish": 2, "correctli": 2, "tmy2": 2, "load": [2, 3, 6, 8], "earlier": [2, 3, 5], "been": [2, 3, 7, 8], "archiv": 2, "websit": [2, 6], "accross": 2, "world": [2, 5], "programmat": 2, "write": [2, 8], "servic": 2, "epw": 2, "plu": 2, "own": 2, "easili": [2, 8], "spreadsheet": 2, "excel": 2, "read_epw": 2, "pvgi": [2, 5], "european": 2, "union": 2, "goverment": 2, "agenc": 2, "get_pvgis_tmi": [2, 5], "perhap": 2, "sam": [2, 5, 6], "gov": 2, "commerci": [2, 3, 8], "subscript": 2, "leverag": 2, "solaranywher": 2, "solargi": 2, "vaisala": 2, "meteonorm": 2, "compass": 2, "develop": [2, 8], "network": 2, "valuabl": 2, "pvdaq": 2, "pvwatt": [2, 7], "order": [2, 4, 7, 8], "regist": 2, "test": [2, 4, 5, 8], "demo_kei": 2, "limit": [2, 4, 6], "bandwidth": 2, "usag": 2, "get_psm3": 2, "much": [2, 3, 4], "easier": [2, 8], "skip": 2, "ahead": 2, "But": 2, "paus": 2, "signup": 2, "nowadai": 2, "phrase": 2, "interchang": 2, "recip": 2, "ie": 2, "could": [2, 8], "simpl": [2, 3], "signatur": 2, "eg": [2, 5, 7], "solarposit": [2, 5], "iso8601": 2, "azimuth": [2, 3, 4, 5], "url": 2, "won": 2, "pretti": 2, "self": [2, 8], "explanatori": 2, "fix": 2, "tilt": [2, 4], "broomfield": 2, "v6": 2, "json": [2, 6, 8], "api_kei": 2, "lat": [2, 5], "40": [2, 5, 8], "lon": [2, 5], "105": [2, 8], "system_capac": [2, 8], "180": [2, 3, 4, 7, 8], "array_typ": 2, "module_typ": 2, "popular": 2, "request": [2, 6, 8], "curl": 2, "httpie": 2, "nagwar": 2, "freemium": 2, "gui": 2, "postman": 2, "nrel_api_kei": 2, "fine": 2, "live": 2, "dedic": 2, "our": [2, 3, 4, 5], "servier": 2, "keyerror": [2, 7], "ok": 2, "demo": 2, "carolina": 2, "somewher": 2, "As": [2, 3, 8], "albuquerqu": 2, "coordin": 2, "35": [2, 3, 8], "0844": 2, "106": [2, 8], "6504": 2, "df_abq": 2, "email": 2, "id": [2, 6], "94139": 2, "citi": 2, "countri": 2, "66": [2, 7, 8], "zone": 2, "1496": 2, "m2": 2, "surfac": [2, 3, 5], "albedo": [2, 5, 8], "psm3": 2, "came": 2, "had": 2, "argument": [2, 3, 7, 8], "everyth": 2, "align": [2, 3], "dummi": 2, "doesn": [2, 3, 7], "featur": 2, "to_datetim": 2, "ghi_comparison": 2, "nm": 2, "surpris": 2, "significantli": [2, 3, 4], "sunnier": 2, "than": [2, 3, 4, 6, 8], "transform": 3, "driver": [3, 4], "incid": [3, 7], "delta": 3, "timedelta": [3, 4], "column": [3, 7, 8], "collect": [3, 4, 7], "panel": [3, 7], "match": [3, 4], "incom": 3, "rooftop": [3, 8], "face": 3, "west": 3, "produc": [3, 4, 7], "hardli": 3, "morn": 3, "east": 3, "dim": 3, "awai": 3, "view": [3, 4], "toward": 3, "center": 3, "consid": [3, 7], "straightforward": 3, "geometri": 3, "complex": [3, 4], "condit": [3, 4], "rang": [3, 4, 7], "assumpt": 3, "strongli": 3, "empir": 3, "transpos": [3, 5, 7, 8], "third": 3, "off": 3, "ground": 3, "being": 3, "cardin": 3, "south": 3, "flat": 3, "stand": 3, "edg": 3, "90": [3, 8], "horizon": 3, "270": 3, "constantli": 3, "best": 3, "configur": 3, "seri": [3, 7], "mention": 3, "dataset": [3, 4], "where": [3, 5, 7], "gotcha": 3, "exact": 3, "specifi": 3, "adjust": [3, 5, 6, 7, 8], "half": 3, "label": [3, 4, 5, 7], "10am": 3, "11am": 3, "subtract": 3, "30min": [3, 4], "solar_posit": [3, 4], "get_solarposit": [3, 4, 5], "back": 3, "apparent_zenith": [3, 4, 5], "apparent_elev": 3, "equation_of_tim": 3, "166": [3, 8], "841893": 3, "76": [3, 8], "889661": 3, "395097": 3, "160": [3, 7, 8], "512529": 3, "70": [3, 8], "52": [3, 5, 8], "424214": 3, "414863": 3, "149": [3, 8], "674856": 3, "59": [3, 5, 6, 7, 8], "73": [3, 6, 8], "251821": 3, "434619": 3, "137": [3, 8], "777090": 3, "47": [3, 8], "85": [3, 8], "208599": 3, "454365": 3, "125": [3, 5, 8], "672180": 3, "94": [3, 8], "134730": 3, "474102": 3, "close": [3, 8], "overhead": 3, "effect": [3, 4], "refract": 3, "wrapper": 3, "get_total_irradi": [3, 4], "perez": 3, "hai": [3, 5], "davi": [3, 5], "simplic": 3, "isotrop": 3, "noth": 3, "pass": [3, 7], "keyword": [3, 8], "df_poa": 3, "surface_tilt": [3, 4, 5], "surface_azimuth": [3, 4, 5], "solar_zenith": [3, 4, 5], "solar_azimuth": [3, 4, 5], "poa_glob": [3, 4, 5], "poa_direct": [3, 5], "poa_diffus": [3, 5], "poa_sky_diffus": [3, 5], "poa_ground_diffus": [3, 5], "pveduc": 3, "receiv": 3, "df_monthli": 3, "plot": [3, 4, 5, 7], "howev": [3, 4, 8], "cost": 3, "slightli": 3, "wors": 3, "profil": 3, "width": [3, 6, 7, 8], "skinnier": 3, "cours": 3, "luckili": 3, "assum": [3, 4, 7], "sat": [3, 7], "tracker_data": 3, "singleaxi": [3, 5], "axis_azimuth": 3, "leav": 3, "gcr": 3, "fillna": 3, "illustr": 3, "tracker_theta": 3, "neg": 3, "afternoon": 3, "procedur": [3, 8], "df_poa_track": [3, 4], "tracker_poa": [3, 4], "steepli": 3, "earli": 3, "late": 3, "higher": 3, "touch": 3, "noon": 3, "momentarili": 3, "ident": 3, "address": 3, "typic": [3, 4, 5], "optimist": 3, "Such": 3, "correct": [3, 8], "futur": 3, "specif": 3, "rack": [3, 4], "physic": 4, "fairli": 4, "respons": 4, "level": 4, "approxim": 4, "coeffici": [4, 5, 7], "electr": [4, 7], "circuit": [4, 5, 6, 7], "characterist": 4, "semiconductor": 4, "should": 4, "surprisingli": 4, "probabl": 4, "shouldn": 4, "financi": [4, 8], "decis": 4, "rare": 4, "outsid": 4, "laboratori": 4, "place": 4, "hous": 4, "photo": 4, "grandma": 4, "implement": 4, "size": [4, 5, 8], "namepl": [4, 6, 7], "capac": 4, "kw": [4, 5], "residenti": 4, "hundr": 4, "mw": 4, "often": 4, "determin": [4, 5], "100w": 4, "95w": 4, "read": [4, 8], "transposit": [4, 5], "100": [4, 7, 8], "would": [4, 8], "soil": 4, "spectral": 4, "mismatch": 4, "glass": 4, "80": [4, 7, 8], "thermal": [4, 7], "caus": 4, "rise": 4, "eventu": 4, "steadi": 4, "defin": [4, 7], "balanc": 4, "With": 4, "mind": 4, "primari": 4, "wind": 4, "speed": 4, "distinct": 4, "ignor": [4, 8], "p": [4, 7], "junction": 4, "affect": 4, "difficult": 4, "backsheet": 4, "usabl": 4, "though": [4, 8], "cooler": 4, "troubl": 4, "entir": 4, "simpler": 4, "enough": 4, "sapm": [4, 7], "character": 4, "properti": [4, 8], "those": [4, 8], "temperature_model_paramet": 4, "open_rack_glass_polym": 4, "cell_temperatur": 4, "sapm_cel": 4, "option": [4, 6, 8], "all_paramet": 4, "open_rack_glass_glass": 4, "close_mount_glass_glass": 4, "insulated_back_glass_polym": 4, "unicod": 4, "charact": [4, 7], "symbol": [4, 7], "1kw": 4, "gamma_pdc": 4, "004": [4, 8], "divid": 4, "array_pow": 4, "pvsystem": [4, 5, 7, 8], "pvwatts_dc": 4, "colorbar": 4, "amb": 4, "temp": 4, "strong": 4, "linear": 4, "trend": 4, "drop": 4, "gradient": 4, "smoother": 4, "smaller": 4, "correspondingli": 4, "array_power_low_tempco": 4, "002": 4, "dip": 4, "happen": 4, "coincid": 4, "chose": 4, "df_plot": 4, "simplifi": 4, "pdc": 4, "pdc0": 4, "rate": 4, "nomin": 4, "recal": 4, "continu": [4, 7], "800w": 4, "96": [4, 6, 7, 8], "800": [4, 5, 7, 8], "rcparam": [4, 5], "font": [4, 5], "figsiz": [4, 5, 7], "0x7f8fbff47910": 4, "norm": 4, "replac": [4, 5, 7, 8], "singel": 4, "meteorolog": 5, "cherri": 5, "actual": 5, "pvsyst": [5, 7], "startdat": 5, "01t00": 5, "enddat": 5, "31t23": 5, "date_rang": 5, "cec": [5, 6], "librari": [5, 8], "cecmod": [5, 7, 8], "retrieve_sam": [5, 7, 8], "cecinvert": 5, "tricki": 5, "page": 5, "pvfree": [5, 7], "herokuapp": 5, "cec_modul": 5, "ditto": 5, "pvinvert": 5, "whitespac": [5, 7], "hyphen": 5, "dash": [5, 7], "underscor": [5, 7, 8], "300": 5, "canadian": [5, 6, 7], "poli": 5, "mono": [5, 6, 7, 8], "si": [5, 6, 7, 8], "cecmod_poli": 5, "canadian_solar_inc__cs6x_300p": 5, "cecmod_mono": 5, "canadian_solar_inc__cs6x_300m": [5, 7], "trick": [5, 7], "startswith": [5, 7, 8], "sma_america__stp": 5, "vac": [5, 8], "pso": [5, 8], "paco": [5, 8], "mppt_high": [5, 8], "cec_dat": [5, 8], "cec_typ": [5, 8], "sma_america__stp_33_us_41__480v_": 5, "480": [5, 8], "126": [5, 8], "152641": 5, "33300": 5, "nan": [5, 8], "sma_america__stp_50_us_41__480v_": 5, "111": [5, 8], "328354": 5, "50010": 5, "2019": [5, 6, 7, 8], "sma_america__stp_60_us_10__400v_": 5, "400": [5, 7, 8], "97": [5, 7, 8], "213982": 5, "59860": [5, 8], "sma_america__stp_60_us_10__480v_": 5, "116": [5, 8], "969749": 5, "60000": 5, "sma_america__stp_62_us_41__480v_": 5, "133": [5, 7, 8], "166687": 5, "62500": 5, "sma_america__stp12000tl_us_10__480v_": 5, "56": [5, 8], "013401": 5, "12000": 5, "sma_america__stp15000tl_us_10__480v_": 5, "128044": 5, "15000": 5, "sma_america__stp20000tl_us_10__480v_": 5, "517708": 5, "20000": 5, "sma_america__stp24000tl_us_10__480v_": 5, "893803": 5, "24060": 5, "sma_america__stp30000tl_us_10__480v_": 5, "62": [5, 8], "93433": 5, "30010": 5, "sma_america__stp50_us_40__480v_": 5, "080681": 5, "50072": 5, "almost": [5, 7], "tripow": 5, "good": 5, "inverter_60k": 5, "did": [5, 7], "sorri": [5, 7], "think": 5, "pop": 5, "quiz": 5, "orient": [5, 7, 8], "aoi": [5, 7], "5137": 5, "108": [5, 8], "5449": 5, "meta": [5, 6], "sp": 5, "track": [5, 8], "gb": 5, "gd": 5, "surface_albedo": 5, "25": [5, 7, 8], "temp_air": 5, "t2m": 5, "dni_extra": 5, "get_extra_radi": 5, "get_sky_diffus": 5, "haydavi": 5, "get_ground_diffus": 5, "poa_compon": 5, "iam": 5, "ashra": 5, "effective_irradi": [5, 7], "temp_cel": [5, 7], "pvsyst_cel": 5, "magic": [5, 7], "cecparam": [5, 7], "calcparams_cec": [5, 7], "alpha_sc": [5, 6, 7, 8], "a_ref": [5, 6, 7, 8], "i_l_ref": [5, 6, 7, 8], "i_o_ref": [5, 6, 7, 8], "r_sh_ref": [5, 6, 7, 8], "r_": [5, 6, 7, 8], "mpp": [5, 7], "max_power_point": 5, "newton": 5, "p_mp": [5, 7], "turn": 5, "voltag": [5, 7], "lowest": 5, "expect": [5, 7], "temp_ref": 5, "degc": [5, 7], "dc_ac": 5, "max_voc": 5, "v_oc_ref": [5, 6, 7, 8], "beta_oc": [5, 6, 7, 8], "min": 5, "string_length": 5, "vdcmax": [5, 8], "string_voltag": 5, "string_output": 5, "stc": [5, 6, 8], "string_count": 5, "dc_capac": 5, "dcac": 5, "2110052": 5, "783": 5, "165078": 5, "4500": 5, "45": [5, 8], "17": [5, 7, 8], "76507": 5, "65": [5, 8], "2751275": 5, "commis": [5, 7], "equip": [5, 7], "dc": 5, "sma": 5, "stp": 5, "60kw": 5, "edaili": 5, "ac_output": 5, "v_mp": [5, 7], "max": [5, 7], "desir": [6, 7], "api": 6, "inc": [6, 7, 8], "cs5p": [6, 7], "220m": [6, 7], "azurewebsit": 6, "net": 6, "v1": 6, "cecmodul": 6, "1733": 6, "copi": [6, 7], "past": 6, "filter": [6, 7, 8], "name__istartswith": 6, "stc__gt": 6, "219": [6, 7, 8], "stc__lt": 6, "221": [6, 8], "currentl": 6, "isc": [6, 7], "reduc": 6, "urllib": 6, "param": 6, "pars": 6, "urlencod": 6, "i_sc_ref__lt": 6, "urlopen": 6, "f": [6, 7, 8], "fp": 6, "cs_220_mod": 6, "220": [6, 7], "6a": 6, "total_count": 6, "a_c": [6, 7, 8], "619516": [6, 7], "bipv": [6, 7, 8], "fals": [6, 8], "11426": [6, 7], "i_mp_ref": [6, 7, 8], "69": [6, 7, 8], "102508e": 6, "i_sc_ref": [6, 7, 8], "length": [6, 7, 8], "602": [6, 7], "n_": [6, 7, 8], "ptc": [6, 7, 8], "200": [6, 7, 8], "066023": [6, 7], "381": [6, 7], "254425": [6, 7], "961": [6, 7, 8], "t_noct": [6, 7, 8], "42": [6, 7, 8], "technolog": [6, 7, 8], "v_mp_ref": [6, 7, 8], "29": [6, 8], "061": [6, 7], "635926": [6, 7], "004539": [6, 7], "222156": [6, 7], "created_on": 6, "gamma_r": [6, 7, 8], "476": [6, 7, 8], "modified_on": 6, "resource_uri": 6, "639": 6, "227195": 6, "05607": 6, "957448e": 6, "579": [6, 8], "220p": 6, "193": [6, 7, 8], "00467": 6, "835": 6, "904785": 6, "418": 6, "51": [6, 8], "multi": [6, 7, 8], "58": [6, 8], "038": 6, "366377": 6, "0025": 6, "196588": 6, "43": [6, 7, 8], "1734": 6, "obtain": 7, "latest": 7, "advisor": 7, "iec61853": 7, "commiss": 7, "desoto": 7, "meshgrid": 7, "claus": 7, "catch": 7, "1000": [7, 8], "spectrum": 7, "am1": 7, "5g": 7, "astm": 7, "173": [7, 8], "inform": 7, "spectra": 7, "matrix": 7, "inicid": 7, "600": [7, 8], "1100": 7, "50": [7, 8], "75": [7, 8], "figur": 7, "cfv": 7, "certain": 7, "exclud": 7, "unlik": 7, "parametr": 7, "fit": 7, "white": 7, "space": 7, "intention": 7, "dobo": 7, "freeman": 7, "e0": 7, "t0": 7, "e_iec61853": 7, "t_iec61853": 7, "item": [7, 8], "mesh": 7, "matric": 7, "v": 7, "discret": 7, "voc": 7, "therefor": 7, "span": 7, "beyond": 7, "domain": 7, "quadrant": 7, "vertic": 7, "educ": 7, "pvcdrom": 7, "ideal": 7, "unsw": 7, "asu": 7, "relationship": 7, "analog": 7, "i_l": 7, "shunt": 7, "sh": 7, "satur": 7, "i_o": 7, "i_": 7, "factor": 7, "gamma": 7, "schemat": 7, "draw": 7, "nl": 7, "ohm": 7, "kirchhoff": 7, "law": 7, "implicit": 7, "cannot": 7, "explicitli": 7, "exp": 7, "frac": 7, "v_t": 7, "v_d": 7, "i_d": 7, "k_t": 7, "q_e": 7, "elementari": 7, "charg": 7, "boltzmann": 7, "contract": 7, "author": 7, "pmp": 7, "vmp": 7, "imp": 7, "dimens": 7, "ns": 7, "parallel": 7, "substr": 7, "differenti": 7, "singlediod": 7, "ivtool": 7, "fit_cec_sam": 7, "arrang": [7, 8], "a10green_technology_a10j_s72_175": [7, 8], "175": [7, 8], "0914": [7, 8], "151": [7, 8], "576": [7, 8], "825": [7, 8], "72": [7, 8], "99": [7, 8], "981696": [7, 8], "175703": [7, 8], "316688": [7, 8], "287": [7, 8], "102203": [7, 8], "057121": [7, 8], "5072": [7, 8], "r2": [7, 8], "a10green_technology_a10j_s72_180": [7, 8], "179": [7, 8], "928": [7, 8], "988414": [7, 8], "316148": [7, 8], "299919": [7, 8], "259": [7, 8], "047943": [7, 8], "418983": [7, 8], "a10green_technology_a10j_s72_185": [7, 8], "184": [7, 8], "7016": [7, 8], "984817": [7, 8], "435676": [7, 8], "311962": [7, 8], "298": [7, 8], "424438": [7, 8], "688233": [7, 8], "a10green_technology_a10j_m60_220": [7, 8], "876": [7, 8], "189": [7, 8], "624": [7, 8], "632": [7, 8], "995": [7, 8], "673094": [7, 8], "959062": [7, 8], "140393": [7, 8], "123": [7, 8], "168404": [7, 8], "21": [7, 8], "875164": [7, 8], "5196": [7, 8], "a10green_technology_a10j_m60_225": [7, 8], "224": [7, 8], "9856": [7, 8], "671782": [7, 8], "047206": [7, 8], "14737": [7, 8], "164": [7, 8], "419479": [7, 8], "698376": [7, 8], "static": 7, "accord": 7, "scheme": 7, "manufactur": 7, "non": 7, "alphanumer": 7, "cs6x": 7, "300m": 7, "datasheet": 7, "thin": 7, "film": 7, "cdte": 7, "cig": 7, "famili": 7, "boolean": 7, "pvusa": 7, "windspe": 7, "\u03b4": 7, "photogener": 7, "\u03c9": 7, "integr": 7, "One": 7, "candian": 7, "cs_220m_mod": [7, 8], "canadian_solar": 7, "canadian_solar_inc__cs5p_220m": 7, "canadian_solar_inc__cs6p_220m": 7, "775": [7, 8], "549": [7, 8], "615": 7, "959": 7, "515583": 7, "980784": 7, "397651": 7, "293": [7, 8], "871094": 7, "311191": 7, "436": [7, 8], "cs_220m": 7, "your_mod": 7, "goe": 7, "wasn": 7, "els": [7, 8], "five": 7, "vth": 7, "syntact": 7, "sugar": 7, "egref": 7, "121": [7, 8], "degdt": 7, "0002677": 7, "il": 7, "i0": 7, "rs": 7, "rsh": 7, "50727824": 7, "511426": 7, "5217954": 7, "5321648": 7, "01455648": 7, "022852": 7, "0435908": 7, "0643296": 7, "02911296": 7, "045704": 7, "0871816": 7, "1286592": 7, "04366944": 7, "068556": 7, "1307724": 7, "19298881": 7, "05822592": 7, "091408": 7, "1743632": 7, "25731841": 7, "0727824": 7, "217954": 7, "32164801": 7, "58006064": 7, "625686": 7, "7397494": 7, "85381281": 7, "flatten": 7, "broadcast": 7, "curve_info": 7, "photocurr": 7, "saturation_curr": 7, "resistance_seri": 7, "resistance_shunt": 7, "ivcurve_pnt": 7, "101": [7, 8], "lambertw": 7, "47343394": 7, "33361989": 7, "40248885": 7, "37301683": 7, "09149166": 7, "8742866": 7, "38": [7, 8], "16845408": 7, "32": [7, 8], "26328096": 7, "93": [7, 8], "53042326": 7, "89": [7, 8], "21121134": 7, "09399194": 7, "58417955": 7, "140": [7, 8], "31155148": 7, "92211282": 7, "117": [7, 8], "4814962": 7, "47025604": 7, "186": 7, "01690382": 7, "177": [7, 8], "57186861": 7, "8544359": 7, "40606247": 7, "230": [7, 8], "45392244": 7, "96093865": 7, "192": [7, 8], "99618253": 7, "165": [7, 8], "16041729": 7, "252": [7, 8], "16127408": 7, "240": 7, "6459279": 7, "211": 7, "06605369": 7, "55357125": 7, "kolor": 7, "1f77b4": 7, "2ca02c": 7, "8c564b": 7, "9467bd": 7, "d62728": 7, "e377c2": 7, "ff7f0e": 7, "sharex": 7, "sharei": 7, "irr": 7, "enumer": 7, "tc": 7, "j": 7, "g_": 7, "eff": 7, "i_mp": 7, "ls": 7, "o": 7, "vline": 7, "linestyl": 7, "repeat": [7, 8], "everi": 7, "hurt": 7, "anyon": 7, "set_xlabel": 7, "set_titl": 7, "t_": 7, "circ": 7, "set_xlim": 7, "tight_layout": 7, "tutori": 8, "datafold": 8, "exampleflag": 8, "debugflag": 8, "pvsamv1": 8, "xlsxwriter": 8, "pprint": 8, "bigger": 8, "realli": 8, "choos": 8, "sam1": 8, "flatplatepvcommerci": 8, "dir": 8, "content": 8, "__getattribute__": 8, "solarresourc": 8, "use_wf_albedo": 8, "dic": 8, "irrad_mod": 8, "sky_model": 8, "acwiring_loss": 8, "dcoptimizer_loss": 8, "en_snow_model": 8, "subarray1_dcwiring_loss": 8, "subarray1_diodeconn_loss": 8, "subarray1_mismatch_loss": 8, "subarray1_nameplate_loss": 8, "subarray1_rear_irradiance_loss": 8, "subarray1_soil": 8, "subarray1_tracking_loss": 8, "subarray2_dcwiring_loss": 8, "subarray2_diodeconn_loss": 8, "subarray2_mismatch_loss": 8, "subarray2_nameplate_loss": 8, "subarray2_rear_irradiance_loss": 8, "subarray2_soil": 8, "subarray2_tracking_loss": 8, "subarray3_dcwiring_loss": 8, "subarray3_diodeconn_loss": 8, "subarray3_mismatch_loss": 8, "subarray3_nameplate_loss": 8, "subarray3_rear_irradiance_loss": 8, "subarray3_soil": 8, "subarray3_tracking_loss": 8, "subarray4_dcwiring_loss": 8, "subarray4_diodeconn_loss": 8, "subarray4_mismatch_loss": 8, "subarray4_nameplate_loss": 8, "subarray4_rear_irradiance_loss": 8, "subarray4_soil": 8, "subarray4_tracking_loss": 8, "transformer_load_loss": 8, "transformer_no_load_loss": 8, "transmission_loss": 8, "lifetim": 8, "ac_lifetime_loss": 8, "analysis_period": 8, "dc_degrad": 8, "dc_lifetime_loss": 8, "en_ac_lifetime_loss": 8, "en_dc_lifetime_loss": 8, "inflation_r": 8, "save_full_lifetime_vari": 8, "system_use_lifetime_output": 8, "systemdesign": 8, "enable_mismatch_vmax_calc": 8, "inverter_count": 8, "subarray1_azimuth": 8, "subarray1_backtrack": 8, "subarray1_gcr": 8, "subarray1_modules_per_str": 8, "subarray1_monthly_tilt": 8, "subarray1_mppt_input": 8, "subarray1_nstr": 8, "134": 8, "subarray1_rotlim": 8, "subarray1_tilt": 8, "subarray1_tilt_eq_lat": 8, "subarray1_track_mod": 8, "subarray2_azimuth": 8, "subarray2_backtrack": 8, "subarray2_en": 8, "subarray2_gcr": 8, "subarray2_modules_per_str": 8, "subarray2_monthly_tilt": 8, "subarray2_mppt_input": 8, "subarray2_nstr": 8, "subarray2_rotlim": 8, "subarray2_tilt": 8, "subarray2_tilt_eq_lat": 8, "subarray2_track_mod": 8, "subarray3_azimuth": 8, "subarray3_backtrack": 8, "subarray3_en": 8, "subarray3_gcr": 8, "subarray3_modules_per_str": 8, "subarray3_monthly_tilt": 8, "subarray3_mppt_input": 8, "subarray3_nstr": 8, "subarray3_rotlim": 8, "subarray3_tilt": 8, "subarray3_tilt_eq_lat": 8, "subarray3_track_mod": 8, "subarray4_azimuth": 8, "subarray4_backtrack": 8, "subarray4_en": 8, "subarray4_gcr": 8, "subarray4_modules_per_str": 8, "subarray4_monthly_tilt": 8, "subarray4_mppt_input": 8, "subarray4_nstr": 8, "subarray4_rotlim": 8, "subarray4_tilt": 8, "subarray4_tilt_eq_lat": 8, "subarray4_track_mod": 8, "498": 8, "shade": 8, "subarray1_shade_mod": 8, "subarray2_shade_mod": 8, "subarray3_shade_mod": 8, "subarray4_shade_mod": 8, "module_aspect_ratio": 8, "subarray1_mod_ori": 8, "subarray1_nmodx": 8, "48": 8, "subarray1_nmodi": 8, "subarray2_mod_ori": 8, "subarray2_nmodx": 8, "subarray2_nmodi": 8, "subarray3_mod_ori": 8, "subarray3_nmodx": 8, "subarray3_nmodi": 8, "subarray4_mod_ori": 8, "subarray4_nmodx": 8, "subarray4_nmodi": 8, "module_model": 8, "simpleefficiencymodulemodel": 8, "spe_a": 8, "spe_area": 8, "74074": 8, "spe_b": 8, "075": 8, "spe_bifacial_ground_clearance_height": 8, "spe_bifacial_transmission_factor": 8, "013": 8, "spe_bifaci": 8, "spe_dt": 8, "spe_eff0": 8, "spe_eff1": 8, "spe_eff2": 8, "spe_eff3": 8, "spe_eff4": 8, "spe_fd": 8, "spe_is_bifaci": 8, "spe_module_structur": 8, "spe_rad0": 8, "spe_rad1": 8, "spe_rad2": 8, "spe_rad3": 8, "spe_rad4": 8, "spe_refer": 8, "spe_temp_coeff": 8, "spe_vmp": 8, "spe_voc": 8, "cecperformancemodelwithmoduledatabas": 8, "cec_a_ref": 8, "57764": 8, "cec_adjust": 8, "9092": 8, "cec_alpha_sc": 8, "003735": 8, "cec_area": 8, "631": 8, "cec_array_col": 8, "cec_array_row": 8, "cec_backside_temp": 8, "cec_beta_oc": 8, "175619": 8, "cec_bifacial_ground_clearance_height": 8, "cec_bifacial_transmission_factor": 8, "cec_bifaci": 8, "cec_gamma_r": 8, "386": 8, "cec_gap_spac": 8, "cec_heat_transf": 8, "cec_height": 8, "cec_i_l_ref": 8, "05373": 8, "cec_i_mp_ref": 8, "67": 8, "cec_i_o_ref": 8, "36043e": 8, "cec_i_sc_ref": 8, "cec_is_bifaci": 8, "cec_module_length": 8, "cec_module_width": 8, "cec_mounting_config": 8, "cec_mounting_orient": 8, "cec_n_": 8, "cec_r_": 8, "30812": 8, "cec_r_sh_ref": 8, "069": 8, "cec_standoff": 8, "cec_t_noct": 8, "cec_temp_corr_mod": 8, "cec_transient_thermal_model_unit_mass": 8, "0919": 8, "cec_v_mp_ref": 8, "54": 8, "cec_v_oc_ref": 8, "64": 8, "cecperformancemodelwithuserenteredspecif": 8, "sixpar_aisc": 8, "sixpar_area": 8, "sixpar_bifacial_ground_clearance_height": 8, "sixpar_bifacial_transmission_factor": 8, "sixpar_bifaci": 8, "sixpar_bvoc": 8, "sixpar_celltech": 8, "sixpar_gpmp": 8, "41": 8, "sixpar_imp": 8, "sixpar_is_bifaci": 8, "sixpar_isc": 8, "sixpar_mount": 8, "sixpar_ns": 8, "sixpar_standoff": 8, "sixpar_tnoct": 8, "sixpar_transient_thermal_model_unit_mass": 8, "sixpar_vmp": 8, "sixpar_voc": 8, "37": 8, "sandiapvarrayperformancemodelwithmoduledatabas": 8, "snl_a": 8, "snl_a0": 8, "94045": 8, "snl_a1": 8, "052641": 8, "snl_a2": 8, "0093897": 8, "snl_a3": 8, "00072623": 8, "snl_a4": 8, "9938e": 8, "snl_aimp": 8, "00038": 8, "snl_aisc": 8, "00061": 8, "snl_area": 8, "244": 8, "snl_b": 8, "snl_b0": 8, "snl_b1": 8, "002438": 8, "snl_b2": 8, "0003103": 8, "snl_b3": 8, "246e": 8, "snl_b4": 8, "11e": 8, "snl_b5": 8, "36e": 8, "snl_bvmpo": 8, "139": 8, "snl_bvoco": 8, "136": 8, "snl_c0": 8, "0039": 8, "snl_c1": 8, "snl_c2": 8, "291066": 8, "snl_c3": 8, "73546": 8, "snl_c4": 8, "9942": 8, "snl_c5": 8, "0058": 8, "snl_c6": 8, "0723": 8, "snl_c7": 8, "snl_dtc": 8, "snl_fd": 8, "snl_impo": 8, "snl_isco": 8, "snl_ixo": 8, "snl_ixxo": 8, "snl_mbvmp": 8, "snl_mbvoc": 8, "snl_module_structur": 8, "snl_n": 8, "snl_ref_a": 8, "snl_ref_b": 8, "snl_ref_dt": 8, "snl_series_cel": 8, "snl_transient_thermal_model_unit_mass": 8, "snl_vmpo": 8, "snl_voco": 8, "iec61853singlediodemodel": 8, "sd11par_ama0": 8, "9417": 8, "sd11par_ama1": 8, "06516": 8, "sd11par_ama2": 8, "02022": 8, "sd11par_ama3": 8, "00219": 8, "sd11par_ama4": 8, "1e": 8, "sd11par_egref": 8, "737668": 8, "sd11par_il": 8, "18951": 8, "sd11par_imp0": 8, "sd11par_io": 8, "08522e": 8, "sd11par_isc0": 8, "sd11par_vmp0": 8, "sd11par_voc0": 8, "87": 8, "sd11par_alphaisc": 8, "000472001": 8, "sd11par_area": 8, "sd11par_c1": 8, "1930": 8, "sd11par_c2": 8, "474": 8, "sd11par_c3": 8, "48746": 8, "sd11par_d1": 8, "5504": 8, "sd11par_d2": 8, "0769735": 8, "sd11par_d3": 8, "237327": 8, "sd11par_glass": 8, "sd11par_mount": 8, "sd11par_n": 8, "45071": 8, "sd11par_nser": 8, "sd11par_standoff": 8, "sd11par_tnoct": 8, "mermoudlejeunesinglediodemodel": 8, "inv_cec_cg_eff_cec": 8, "6095": 8, "inv_cec_cg_paco": 8, "3800": 8, "inv_ds_eff": 8, "inv_ds_paco": 8, "4000": 8, "inv_num_mppt": 8, "inv_pd_eff": 8, "inv_pd_paco": 8, "inv_snl_eff_cec": 8, "98": 8, "2284": 8, "inv_snl_paco": 8, "inverter_model": 8, "mppt_hi_invert": 8, "mppt_low_invert": 8, "570": 8, "invertercecdatabas": 8, "inv_snl_c0": 8, "06147e": 8, "inv_snl_c1": 8, "7e": 8, "inv_snl_c2": 8, "002606": 8, "inv_snl_c3": 8, "000501": 8, "inv_snl_pdco": 8, "61130": 8, "inv_snl_pnt": 8, "958": 8, "inv_snl_pso": 8, "214": 8, "inv_snl_vdcmax": 8, "inv_snl_vdco": 8, "630": 8, "inv_tdc_cec_db": 8, "0375": 8, "390": 8, "0125": 8, "025": 8, "inverterceccoefficientgener": 8, "inv_cec_cg_c0": 8, "3e": 8, "inv_cec_cg_c1": 8, "inv_cec_cg_c2": 8, "000984": 8, "inv_cec_cg_c3": 8, "001508": 8, "inv_cec_cg_pdco": 8, "3928": 8, "inv_cec_cg_pnt": 8, "inv_cec_cg_psco": 8, "19": 8, "4484": 8, "inv_cec_cg_vdcmax": 8, "inv_cec_cg_vdco": 8, "398": 8, "497": 8, "inv_tdc_cec_cg": 8, "inverterdatasheet": 8, "inv_ds_pnt": 8, "inv_ds_pso": 8, "inv_ds_vdcmax": 8, "inv_ds_vdco": 8, "310": 8, "inv_tdc_d": 8, "inverterpartloadcurv": 8, "inv_pd_effici": 8, "34": 8, "55": 8, "82": 8, "81": 8, "84": 8, "86": 8, "88": 8, "91": 8, "92": 8, "27": 8, "83": 8, "23": 8, "33": 8, "57": 8, "61": 8, "68": 8, "74": 8, "77": 8, "26": 8, "39": 8, "49": 8, "53": 8, "63": 8, "inv_pd_partload": 8, "404": 8, "808": 8, "212": 8, "616": 8, "424": 8, "828": 8, "232": 8, "636": 8, "444": 8, "848": 8, "656": 8, "464": 8, "868": 8, "272": 8, "676": 8, "484": 8, "888": 8, "292": 8, "696": 8, "504": 8, "908": 8, "312": 8, "716": 8, "524": 8, "332": 8, "736": 8, "544": 8, "948": 8, "352": 8, "756": 8, "564": 8, "968": 8, "372": 8, "776": 8, "584": 8, "988": 8, "392": 8, "796": 8, "604": 8, "008": 8, "412": 8, "816": 8, "028": 8, "432": 8, "836": 8, "644": 8, "048": 8, "452": 8, "856": 8, "664": 8, "068": 8, "684": 8, "088": 8, "492": 8, "896": 8, "704": 8, "512": 8, "916": 8, "724": 8, "128": 8, "532": 8, "936": 8, "744": 8, "148": 8, "552": 8, "956": 8, "764": 8, "168": 8, "572": 8, "976": 8, "784": 8, "188": 8, "592": 8, "996": 8, "804": 8, "208": 8, "612": 8, "016": 8, "824": 8, "228": 8, "036": 8, "844": 8, "248": 8, "652": 8, "056": 8, "864": 8, "268": 8, "672": 8, "076": 8, "884": 8, "288": 8, "692": 8, "096": 8, "904": 8, "308": 8, "712": 8, "924": 8, "328": 8, "732": 8, "944": 8, "348": 8, "752": 8, "156": 8, "964": 8, "368": 8, "772": 8, "176": 8, "984": 8, "388": 8, "792": 8, "196": 8, "408": 8, "812": 8, "216": 8, "024": 8, "428": 8, "832": 8, "236": 8, "044": 8, "448": 8, "852": 8, "256": 8, "064": 8, "468": 8, "872": 8, "276": 8, "084": 8, "488": 8, "892": 8, "296": 8, "104": 8, "508": 8, "912": 8, "316": 8, "124": 8, "528": 8, "932": 8, "336": 8, "548": 8, "952": 8, "356": 8, "568": 8, "972": 8, "376": 8, "588": 8, "992": 8, "396": 8, "204": 8, "608": 8, "012": 8, "416": 8, "628": 8, "032": 8, "648": 8, "052": 8, "456": 8, "264": 8, "668": 8, "072": 8, "284": 8, "688": 8, "092": 8, "496": 8, "304": 8, "708": 8, "112": 8, "516": 8, "324": 8, "728": 8, "132": 8, "536": 8, "344": 8, "748": 8, "152": 8, "556": 8, "364": 8, "768": 8, "172": 8, "384": 8, "788": 8, "596": 8, "inv_pd_pdco": 8, "4210": 8, "inv_pd_pnt": 8, "inv_pd_vdcmax": 8, "inv_pd_vdco": 8, "inv_tdc_plc": 8, "invertermermoudlejeunemodel": 8, "batterysystem": 8, "en_batt": 8, "6374": 8, "5244": 8, "1593": 8, "7696": 8, "4194": 8, "7381": 8, "1304": 8, "4748": 8, "3969": 8, "7489": 8, "1335": 8, "3751": 8, "4458": 8, "7839": 8, "3821": 8, "3378": 8, "4988": 8, "2319": 8, "8582": 8, "5752": 8, "2174": 8, "5655": 8, "5466": 8, "0273": 8, "4617": 8, "8981": 8, "3173": 8, "5008": 8, "234": 8, "217": 8, "191": 8, "794": 8, "779": 8, "046": 8, "163": 8, "967": 8, "935": 8, "141": 8, "715": 8, "147": 8, "919": 8, "130": 8, "833": 8, "6166": 8, "9362": 8, "142": 8, "914": 8, "938": 8, "461": 8, "127": 8, "446": 8, "442": 8, "771": 8, "114": 8, "797": 8, "226": 8, "158": 8, "465": 8, "534": 8, "405": 8, "095": 8, "982": 8, "195": 8, "102": 8, "849": 8, "7595": 8, "4781": 8, "120": 8, "517": 8, "110": 8, "213": 8, "150": 8, "037": 8, "122": 8, "902": 8, "274": 8, "874": 8, "462": 8, "119": 8, "513": 8, "677": 8, "267": 8, "6319": 8, "9547": 8, "107": 8, "049": 8, "387": 8, "537": 8, "295": 8, "559": 8, "695": 8, "115": 8, "207": 8, "4737": 8, "0856": 8, "4985": 8, "2355": 8, "5754": 8, "974": 8, "0105": 8, "6978": 8, "3829": 8, "6116": 8, "2912": 8, "1919": 8, "7114": 8, "5579": 8, "0381": 8, "7714": 8, "706": 8, "157": 8, "675": 8, "223": 8, "786": 8, "285": 8, "129": 8, "691": 8, "073": 8, "4566": 8, "3456": 8, "5109": 8, "363": 8, "205": 8, "593": 8, "611": 8, "945": 8, "6343": 8, "9597": 8, "2084": 8, "9637": 8, "737": 8, "7459": 8, "714": 8, "674": 8, "939": 8, "745": 8, "118": 8, "511": 8, "241": 8, "8912": 8, "1783": 8, "1639": 8, "7476": 8, "927": 8, "466": 8, "501": 8, "954": 8, "174": 8, "334": 8, "487": 8, "113": 8, "782": 8, "638": 8, "6371": 8, "2347": 8, "9331": 8, "8463": 8, "693": 8, "291": 8, "218": 8, "389": 8, "561": 8, "841": 8, "4902": 8, "5931": 8, "4855": 8, "9568": 8, "5746": 8, "2509": 8, "5446": 8, "8898": 8, "1672": 8, "4454": 8, "9495": 8, "6784": 8, "8877": 8, "3139": 8, "2387": 8, "146": 8, "109": 8, "138": 8, "181": 8, "655": 8, "362": 8, "585": 8, "758": 8, "238": 8, "143": 8, "725": 8, "678": 8, "183": 8, "887": 8, "286": 8, "103": 8, "5743": 8, "8303": 8, "538": 8, "086": 8, "839": 8, "735": 8, "3894": 8, "7454": 8, "5019": 8, "1164": 8, "085": 8, "278": 8, "197": 8, "161": 8, "774": 8, "411": 8, "586": 8, "4435": 8, "658": 8, "5242": 8, "145": 8, "5057": 8, "9249": 8, "0462": 8, "4779": 8, "4584": 8, "5764": 8, "8243": 8, "2569": 8, "6187": 8, "9088": 8, "7921": 8, "4777": 8, "2287": 8, "5001": 8, "999": 8, "162": 8, "978": 8, "601": 8, "983": 8, "575": 8, "1835": 8, "311": 8, "9811": 8, "5038": 8, "135": 8, "777": 8, "722": 8, "482": 8, "099": 8, "8145": 8, "2282": 8, "5756": 8, "9259": 8, "765": 8, "847": 8, "609": 8, "747": 8, "589": 8, "739": 8, "921": 8, "1469": 8, "502": 8, "4831": 8, "4501": 8, "558": 8, "074": 8, "799": 8, "003": 8, "365": 8, "1019": 8, "3988": 8, "4726": 8, "6087": 8, "553": 8, "4828": 8, "845": 8, "185": 8, "437": 8, "817": 8, "242": 8, "417": 8, "2986": 8, "1996": 8, "8984": 8, "4467": 8, "401": 8, "4718": 8, "0738": 8, "7528": 8, "2127": 8, "3072": 8, "4494": 8, "4732": 8, "6818": 8, "4629": 8, "9579": 8, "1874": 8, "701": 8, "6664": 8, "359": 8, "578": 8, "705": 8, "591": 8, "769": 8, "7076": 8, "5998": 8, "3628": 8, "0893": 8, "4304": 8, "0663": 8, "719": 8, "955": 8, "154": 8, "523": 8, "761": 8, "043": 8, "3983": 8, "9472": 8, "606": 8, "9766": 8, "521": 8, "454": 8, "842": 8, "702": 8, "457": 8, "407": 8, "1967": 8, "9256": 8, "2286": 8, "5702": 8, "718": 8, "167": 8, "499": 8, "2523": 8, "2419": 8, "1791": 8, "0077": 8, "853": 8, "1261": 8, "301": 8, "843": 8, "682": 8, "5132": 8, "9869": 8, "7439": 8, "0848": 8, "5629": 8, "622": 8, "9278": 8, "5897": 8, "8362": 8, "3483": 8, "1723": 8, "6132": 8, "2239": 8, "7772": 8, "6407": 8, "809": 8, "823": 8, "886": 8, "962": 8, "551": 8, "2391": 8, "854": 8, "0314": 8, "2273": 8, "751": 8, "1889": 8, "325": 8, "567": 8, "533": 8, "937": 8, "1826": 8, "5796": 8, "377": 8, "5461": 8, "1058": 8, "9968": 8, "897": 8, "547": 8, "545": 8, "309": 8, "0817": 8, "0062": 8, "6225": 8, "7933": 8, "2074": 8, "7315": 8, "489": 8, "027": 8, "089": 8, "617": 8, "6192": 8, "6097": 8, "9264": 8, "7741": 8, "931": 8, "379": 8, "573": 8, "505": 8, "3067": 8, "6335": 8, "9244": 8, "7878": 8, "459": 8, "6859": 8, "526": 8, "9952": 8, "6986": 8, "5286": 8, "0141": 8, "6155": 8, "6814": 8, "load_escal": 8, "batterycel": 8, "batterydispatch": 8, "fuelcel": 8, "pricesign": 8, "electricityr": 8, "rate_escal": 8, "ur_annual_min_charg": 8, "ur_dc_en": 8, "ur_dc_flat_mat": 8, "ur_dc_sched_weekdai": 8, "ur_dc_sched_weekend": 8, "ur_dc_tou_mat": 8, "ur_ec_billing_demand_lookback_percentag": 8, "ur_ec_billing_demand_lookback_period": 8, "ur_ec_billing_demand_minimum": 8, "ur_ec_enable_billing_demand": 8, "ur_ec_sched_weekdai": 8, "ur_ec_sched_weekend": 8, "ur_ec_tou_mat": 8, "ur_en_ts_buy_r": 8, "ur_en_ts_sell_r": 8, "ur_metering_opt": 8, "ur_monthly_fixed_charg": 8, "ur_monthly_min_charg": 8, "ur_nm_credit_month": 8, "ur_nm_credit_rollov": 8, "ur_nm_yearend_sell_r": 8, "ur_ts_buy_r": 8, "ur_ts_sell_r": 8, "ur_yearzero_usage_peak": 8, "422": 8, "007": 8, "434": 8, "469": 8, "231": 8, "gridlimit": 8, "enable_interconnection_limit": 8, "grid_curtail": 8, "grid_interconnection_limit_kwac": 8, "100000": 8, "adjustmentfactor": 8, "dc_constant": 8, "Or": 8, "categori": 8, "filesav": 8, "json_default": 8, "xlsx": 8, "workbook": 8, "worksheet": 8, "add_worksheet": 8, "col": 8, "sort": 8, "solar_resource_fil": 8, "srrl_weatherfile_sam_60_2020": 8, "20000000298023224": 8, "34903": 8, "885731": 8, "newval": 8, "becasu": 8, "prism": 8, "technologies_": 8, "bi72": 8, "457bstc": 8, "written": 8, "teh": 8, "mymod": 8, "prism_solar_technologies_bi72_457bstc": 8, "327": 8, "979": 8, "011": 8, "004675": 8, "139925": 8, "80468": 8, "396799": 8, "830": 8, "975952": 8, "40003": 8, "4028": 8, "asign": 8, "interfac": 8, "mess": 8, "fail": 8, "filee": 8, "sayala": 8, "rtcanalysi": 8, "best_sam_pvsyst_br_bvf_result": 8, "read_csv": 8, "index_col": 8, "filenotfounderror": 8, "traceback": 8, "ipykernel_2080": 8, "233394445": 8, "opt": 8, "hostedtoolcach": 8, "x64": 8, "python3": 8, "parser": 8, "filepath_or_buff": 8, "sep": 8, "delimit": 8, "usecol": 8, "squeez": 8, "mangle_dupe_col": 8, "true_valu": 8, "false_valu": 8, "skipinitialspac": 8, "skiprow": 8, "skipfoot": 8, "nrow": 8, "na_valu": 8, "keep_default_na": 8, "na_filt": 8, "verbos": 8, "skip_blank_lin": 8, "parse_d": 8, "infer_datetime_format": 8, "keep_date_col": 8, "date_pars": 8, "dayfirst": 8, "cache_d": 8, "iter": 8, "chunksiz": 8, "compress": 8, "thousand": 8, "decim": 8, "linetermin": 8, "quotechar": 8, "doublequot": 8, "escapechar": 8, "comment": 8, "encod": 8, "dialect": 8, "error_bad_lin": 8, "warn_bad_lin": 8, "delim_whitespac": 8, "low_memori": 8, "memory_map": 8, "float_precis": 8, "storage_opt": 8, "kwd": 8, "kwds_default": 8, "610": 8, "_read": 8, "460": 8, "textfileread": 8, "463": 8, "__init__": 8, "has_index_nam": 8, "818": 8, "819": 8, "_engin": 8, "_make_engin": 8, "820": 8, "821": 8, "def": 8, "1048": 8, "1049": 8, "parserbas": 8, "1050": 8, "map": 8, "arg": 8, "1051": 8, "1052": 8, "_failover_to_python": 8, "src": 8, "1865": 8, "1866": 8, "1867": 8, "_open_handl": 8, "1868": 8, "assert": 8, "1869": 8, "1366": 8, "1367": 8, "1368": 8, "1369": 8, "1370": 8, "get_handl": 8, "path_or_buf": 8, "is_text": 8, "645": 8, "ioarg": 8, "646": 8, "647": 8, "newlin": 8, "649": 8, "errno": 8, "blob": 8, "master": 8, "20modul": 8, "renam": 8, "remov": 8, "modfilt": 8, "oct": 8, "patch": 8, "atual": 8, "necessari": 8, "masterd": 8, "otherbranchd": 8, "2020": 8, "400029": 8, "72903e": 8, "NOT": 8, "THE": 8, "db": 8, "043699187": 8, "975492": 8, "694": 8, "why": 8, "IS": 8, "IN": 8, "20invert": 8, "froniu": 8, "usa": 8, "symo": 8, "480v": 8, "techniqu": 8, "myinv": 8, "pdco": 8, "vdco": 8, "c0": 8, "c1": 8, "c2": 8, "c3": 8, "pnt": 8, "idcmax": 8, "mppt_low": 8, "cec_hybrid": 8, "071510": 8, "9995": 8, "10259": 8, "992188": 8, "670": 8, "753997e": 8, "000022": 8, "000375": 8, "001689": 8, "998500": 8, "313421": 8, "empti": 8, "setattr": 8, "__setattr__": 8, "moment": 8, "easiest": 8, "far": 8, "altern": 8, "whole": 8, "modifi": 8, "04280090332031": 8, "79999923706055": 8, "020999999716877937": 8, "derat": 8, "curv": 8, "vdc": 8, "foo": 8, "subarray1_poa_rear": 8, "subarray1_dc_gross": 8, "ac_loss": 8, "ac_perf_adj_loss": 8, "ac_transmission_loss": 8, "ac_wiring_loss": 8, "airmass": 8, "annual_ac_gross": 8, "annual_ac_inv_clip_loss_perc": 8, "annual_ac_inv_eff_loss_perc": 8, "annual_ac_inv_pnt_loss_perc": 8, "annual_ac_inv_pso_loss_perc": 8, "annual_ac_lifetime_loss_perc": 8, "annual_ac_loss_ond": 8, "annual_ac_perf_adj_loss_perc": 8, "annual_ac_wiring_loss": 8, "annual_ac_wiring_loss_perc": 8, "annual_dc_diodes_loss": 8, "annual_dc_diodes_loss_perc": 8, "annual_dc_gross": 8, "annual_dc_inv_tdc_loss_perc": 8, "annual_dc_invmppt_loss": 8, "annual_dc_lifetime_loss_perc": 8, "annual_dc_loss_ond": 8, "annual_dc_mismatch_loss": 8, "annual_dc_mismatch_loss_perc": 8, "annual_dc_module_loss_perc": 8, "annual_dc_mppt_clip_loss_perc": 8, "annual_dc_nameplate_loss": 8, "annual_dc_nameplate_loss_perc": 8, "annual_dc_net": 8, "annual_dc_nomin": 8, "annual_dc_optimizer_loss": 8, "annual_dc_optimizer_loss_perc": 8, "annual_dc_perf_adj_loss_perc": 8, "annual_dc_snow_loss_perc": 8, "annual_dc_tracking_loss": 8, "annual_dc_tracking_loss_perc": 8, "annual_dc_wiring_loss": 8, "annual_dc_wiring_loss_perc": 8, "annual_energi": 8, "annual_energy_distribution_tim": 8, "annual_gh": 8, "annual_inv_cliploss": 8, "annual_inv_pntloss": 8, "annual_inv_psoloss": 8, "annual_inv_tdcloss": 8, "annual_poa_beam_eff": 8, "annual_poa_beam_nom": 8, "annual_poa_cover_loss_perc": 8, "annual_poa_eff": 8, "annual_poa_front": 8, "annual_poa_nom": 8, "annual_poa_rear": 8, "annual_poa_rear_gain_perc": 8, "annual_poa_shad": 8, "annual_poa_shaded_soil": 8, "annual_poa_shading_loss_perc": 8, "annual_poa_soiling_loss_perc": 8, "annual_subarray1_dc_diodes_loss": 8, "annual_subarray1_dc_gross": 8, "annual_subarray1_dc_mismatch_loss": 8, "annual_subarray1_dc_nameplate_loss": 8, "annual_subarray1_dc_tracking_loss": 8, "annual_subarray1_dc_wiring_loss": 8, "annual_total_loss_perc": 8, "annual_transmission_loss": 8, "annual_transmission_loss_perc": 8, "annual_xfmr_loss_perc": 8, "capacity_factor": 8, "capacity_factor_ac": 8, "dc_degrade_factor": 8, "dc_invmppt_loss": 8, "dc_net": 8, "dc_snow_loss": 8, "dn": 8, "gen": 8, "gh": 8, "gh_calc": 8, "inv_cliploss": 8, "inv_eff": 8, "inv_pntloss": 8, "inv_psoloss": 8, "inv_tdcloss": 8, "inv_total_loss": 8, "invertermppt1_dcvoltag": 8, "kwh_per_kw": 8, "monthly_dc": 8, "monthly_energi": 8, "monthly_poa_beam_eff": 8, "monthly_poa_beam_nom": 8, "monthly_poa_eff": 8, "monthly_poa_front": 8, "monthly_poa_nom": 8, "monthly_poa_rear": 8, "nameplate_dc_r": 8, "performance_ratio": 8, "poa_beam_eff": 8, "poa_beam_nom": 8, "poa_eff": 8, "poa_front": 8, "poa_nom": 8, "poa_rear": 8, "poa_shad": 8, "poa_shaded_soil": 8, "shadedb_subarray1_shade_frac": 8, "sixpar_adj": 8, "sixpar_il": 8, "sixpar_io": 8, "sixpar_r": 8, "sixpar_rsh": 8, "sixpar_a": 8, "snowdepth": 8, "sol_alt": 8, "sol_azi": 8, "sol_zen": 8, "subarray1_aoi": 8, "subarray1_aoi_modifi": 8, "subarray1_axisrot": 8, "subarray1_beam_shading_factor": 8, "subarray1_celltemp": 8, "subarray1_celltempss": 8, "subarray1_dc_voltag": 8, "subarray1_dcloss": 8, "subarray1_idealrot": 8, "subarray1_isc": 8, "subarray1_linear_der": 8, "subarray1_modeff": 8, "subarray1_poa_eff": 8, "subarray1_poa_eff_beam": 8, "subarray1_poa_eff_diff": 8, "subarray1_poa_front": 8, "subarray1_poa_nom": 8, "subarray1_poa_shad": 8, "subarray1_poa_shaded_soil": 8, "subarray1_soiling_der": 8, "subarray1_ss_der": 8, "subarray1_ss_diffuse_der": 8, "subarray1_ss_reflected_der": 8, "subarray1_surf_azi": 8, "subarray1_surf_tilt": 8, "subarray1_voc": 8, "sunpos_hour": 8, "sunup": 8, "tdry": 8, "ts_shift_hour": 8, "xfmr_ll_t": 8, "xfmr_ll_year1": 8, "xfmr_loss_t": 8, "xfmr_loss_year1": 8, "xfmr_nll_t": 8, "xfmr_nll_year1": 8, "pysam_output": 8, "econom": 8, "prismfil": 8, "row2prism": 8, "json_prism": 8, "maincomparisonvar": 8, "d4": 8, "pysamd": 8, "from_dict": 8, "guisamd": 8, "concat": 8, "inner": 8, "guisam": 8, "to_csv": 8, "resultsfold": 8}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"pydata": 0, "2021": 0, "global": 0, "solar": [0, 2, 8], "model": [0, 1, 3, 4, 5, 7], "tutori": [0, 1, 2, 3, 4, 5, 6, 7], "summari": [0, 2], "setup": 0, "thi": [0, 1, 7], "IS": 0, "A": [0, 5], "2": [0, 3, 8], "step": [0, 2], "process": 0, "jupyt": 0, "book": 0, "doc": 0, "my": 0, "binder": 0, "local": 0, "licens": 0, "welcom": 1, "more": 1, "your": [1, 3], "teacher": 1, "learn": 1, "object": [1, 8], "overview": 1, "why": 1, "how": [1, 3], "us": [1, 8], "link": 1, "structur": 1, "exercis": [1, 2], "print": 1, "hello": 1, "world": 1, "1": [1, 2, 7, 8], "modifi": 1, "someth": 1, "els": [1, 2], "let": 1, "s": [1, 7], "go": [1, 4], "over": 1, "some": 1, "python": [1, 2, 3, 7], "concept": [1, 2, 3, 7], "basic": 1, "arithmet": 1, "oper": 1, "librari": [1, 2, 7], "concaten": 1, "loop": 1, "work": 1, "dictionari": 1, "plot": [1, 2], "deeper": 1, "pvlib": [1, 2, 7, 8], "weather": [1, 2], "climat": 1, "data": [1, 2, 8], "open": 1, "pv": [1, 2, 3, 7, 8], "tool": 1, "acces": 2, "understand": 2, "visual": 2, "typic": 2, "meteorolog": 2, "year": 2, "first": 2, "import": 2, "read": 2, "tmy": 2, "dataset": 2, "irradi": [2, 3], "wind": 2, "air": [2, 7], "temperatur": [2, 4], "downselect": 2, "column": 2, "time": 2, "seri": 2, "panda": 2, "matplotlib": 2, "speed": 2, "aggreg": 2, "hourli": 2, "monthli": 2, "where": 2, "get": [2, 8], "free": 2, "can": 2, "you": [2, 3], "histor": 2, "nrel": 2, "api": 2, "kei": 2, "applic": 2, "program": 2, "interfac": 2, "fetch": 2, "from": [2, 3, 8], "nsrdb": 2, "poa": 3, "what": [3, 7], "transposit": 3, "arrai": [3, 4], "orient": 3, "defin": 3, "ghi": 3, "dhi": 3, "dni": 3, "fix": 3, "tilt": 3, "angl": 3, "should": [3, 8], "modul": [3, 7, 8], "track": [3, 4], "system": [3, 4, 8], "3": [4, 8], "an": 4, "power": 4, "simpl": 4, "pvwatt": 4, "calcul": [4, 7], "hte": 4, "ac": [4, 5], "dc": 4, "bigger": 4, "util": 4, "singl": [5, 7], "diod": [5, 7], "string": 5, "length": 5, "output": 5, "b": [6, 8], "pvfree": 6, "c": 7, "perform": 7, "advanc": 7, "standard": 7, "test": 7, "condit": 7, "stc": 7, "mass": 7, "am": 7, "iec": 7, "61853": 7, "sdm": 7, "iv": 7, "curv": 7, "cec": [7, 8], "aka": 7, "sam": [7, 8], "6": [7, 8], "paramet": 7, "pop": 7, "quiz": 7, "nnsvth": 7, "info": 7, "conclus": 7, "pysam": 8, "simul": 8, "creat": 8, "default": 8, "set": 8, "valu": 8, "repres": 8, "our": 8, "assign": 8, "resourc": 8, "4": 8, "obtain": 8, "4a": 8, "file": 8, "repositori": 8, "url": 8, "variabl": 8, "invert": 8, "gui": 8, "save": 8, "extra": 8, "comparison": 8, "vs": 8, "export": 8}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 56}})
    \ No newline at end of file
    +Search.setIndex({"docnames": ["README", "Tutorial 0 - Overview", "Tutorial 1 - TMY Weather Data", "Tutorial 2 - POA Irradiance", "Tutorial 3 - Array Power", "Tutorial A - Single Diode Model", "Tutorial B - pvfree", "Tutorial C - Modeling Module's Performance Advanced", "Tutorial D - pySAM Modeling the Bifacial Tracker Field at NREL"], "filenames": ["README.md", "Tutorial 0 - Overview.ipynb", "Tutorial 1 - TMY Weather Data.ipynb", "Tutorial 2 - POA Irradiance.ipynb", "Tutorial 3 - Array Power.ipynb", "Tutorial A - Single Diode Model.ipynb", "Tutorial B - pvfree.ipynb", "Tutorial C - Modeling Module's Performance Advanced.ipynb", "Tutorial D - pySAM Modeling the Bifacial Tracker Field at NREL.ipynb"], "titles": ["pyData 2021 Global - Solar Modeling Tutorial", "Welcome!", "Tutorial 1 - Weather Data: Accesing it, understanding it, visualizing it!", "Tutorial 2 - POA Irradiance", "Tutorial 3 - Modeling an Array Power", "Tutorial A - Single Diode Model", "Tutorial B - pvfree", "Tutorial C - PV Module Performance Advanced", "6 - pySAM Simulation"], "terms": {"focus": [0, 1], "pv": [0, 4, 5, 6], "comput": [0, 1], "packag": [0, 1, 2, 5, 7, 8], "python": [0, 4, 5, 6, 8], "data": [0, 3, 4, 5, 7], "wrangl": [0, 2, 3, 4], "panda": [0, 3, 4, 5, 7, 8], "viz": 0, "0": [0, 1, 2, 3, 4, 5, 6, 7, 8], "introduct": 0, "lesson": 0, "plan": 0, "resourc": [0, 2], "30": [0, 1, 2, 3, 8], "minut": [0, 2, 3], "1": [0, 3, 4, 5, 6], "access": [0, 1, 2, 4, 7, 8], "tmy": [0, 3, 5], "weather": [0, 3, 4, 5, 8], "visual": [0, 1, 3, 4], "monthli": [0, 1, 3, 4], "irradi": [0, 1, 4, 5, 7, 8], "calcul": [0, 1, 2, 3, 5, 8], "posit": [0, 1, 3, 5], "plane": [0, 1, 2, 3, 5, 7], "arrai": [0, 1, 2, 5, 7], "averag": [0, 1, 2, 3], "daili": [0, 1, 2, 3, 5], "insol": [0, 1, 2, 3, 4], "3": [0, 1, 2, 3, 5, 6, 7], "estim": [0, 1, 2, 4], "modul": [0, 1, 2, 4, 5, 6], "temperatur": [0, 1, 5, 7, 8], "from": [0, 1, 4, 5, 6, 7], "ambient": [0, 1, 2, 4, 7], "20": [0, 2, 3, 4, 7, 8], "4": [0, 1, 2, 3, 4, 5, 6, 7], "us": [0, 2, 3, 4, 5, 6, 7], "poa": [0, 1, 4, 5, 7], "output": [0, 1, 2, 4, 7, 8], "power": [0, 1, 2, 5, 7, 8], "singl": [0, 1, 2, 3, 8], "5": [0, 1, 2, 4, 6, 7, 8], "combin": [0, 1, 7], "form": [0, 2], "string": [0, 2, 7, 8], "invert": [0, 2, 4, 5], "effici": [0, 4], "total": [0, 2, 3, 6], "independ": 0, "studi": 0, "appendic": 0, "more": [0, 2, 3, 4, 7, 8], "varieti": [0, 1], "fun": 0, "topic": [0, 1], "These": [0, 1, 2, 5, 7], "ar": [0, 1, 2, 3, 4, 5, 7, 8], "design": [0, 1], "run": [0, 1, 2, 3, 4, 5, 6, 7, 8], "browser": [0, 1, 2], "base": [0, 1, 2, 3, 4, 7, 8], "interact": [0, 1, 2, 5, 8], "notebook": [0, 1, 2, 3, 4], "allow": [0, 2, 4, 7], "you": [0, 1, 4, 5, 6, 7, 8], "cloud": [0, 2], "without": [0, 2], "ani": [0, 1, 2, 3, 7], "addit": [0, 2, 3, 7], "On": 0, "dai": [0, 2, 3, 4, 5], "can": [0, 1, 3, 4, 5, 6, 7, 8], "log": 0, "here": [0, 1, 2, 3, 4, 5, 6, 7, 8], "click": [0, 6, 7], "http": [0, 1, 2, 3, 4, 5, 6, 7, 8], "pvsc": [0, 1], "eastu": 0, "cloudapp": 0, "azur": 0, "com": [0, 1, 2, 3, 4, 5, 6, 7, 8], "hub": 0, "user": [0, 2, 8], "redirect": 0, "git": 0, "pull": 0, "repo": 0, "github": [0, 1, 5, 7, 8], "branch": [0, 8], "main": [0, 1, 2, 3, 4, 5, 6, 7, 8], "The": [0, 1, 2, 3, 4, 5, 6, 7, 8], "first": [0, 3, 4, 5, 7, 8], "time": [0, 3, 4, 5, 7], "visit": [0, 2, 5], "need": [0, 1, 2, 3, 4, 5, 8], "creat": [0, 1, 2, 7], "an": [0, 1, 2, 3, 5, 7, 8], "account": [0, 4], "usernam": 0, "password": 0, "like": [0, 1, 2, 3, 4, 7, 8], "onli": [0, 1, 3, 4, 7, 8], "see": [0, 1, 2, 3, 5, 6, 7, 8], "scratch": 0, "share": [0, 1], "folder": [0, 2], "after": [0, 2, 4], "download": [0, 2, 5, 6, 8], "repositori": [0, 1], "follow": [0, 1, 2, 3, 4, 7, 8], "link": [0, 2], "onc": [0, 6], "alwai": [0, 2, 8], "either": [0, 2], "start": [0, 1, 5, 6, 8], "dure": [0, 2, 4], "confer": [0, 1], "now": [0, 2, 3, 4, 5, 7, 8], "list": [0, 1, 4, 5, 6, 7, 8], "open": [0, 2, 5, 7, 8], "ll": [0, 1, 2, 3, 4, 5], "full": [0, 2, 4], "overview": 0, "ipynb": 0, "get": [0, 1, 3, 4, 5, 6, 7], "sometim": [0, 7], "idl": 0, "too": [0, 2, 5, 7, 8], "long": [0, 2], "di": 0, "just": [0, 2, 3, 4, 7, 8], "again": [0, 2, 5, 7], "reconnect": 0, "also": [0, 1, 2, 3, 4, 6, 7, 8], "host": [0, 1], "beauti": 0, "ha": [0, 1, 2, 3, 4, 6, 8], "navig": [0, 8], "search": [0, 5, 6, 7], "even": [0, 3], "code": [0, 1, 2, 8], "cell": [0, 1, 2, 3, 4, 5, 6, 7, 8], "check": [0, 1], "out": [0, 1, 2, 4], "io": [0, 1, 7, 8], "index": [0, 2, 3, 4, 5, 7, 8], "html": [0, 1, 2], "remain": 0, "avail": [0, 1, 2, 3, 4, 7], "anytim": 0, "miniconda": 0, "thes": 0, "instal": [0, 1, 2, 3, 4, 5, 6, 7, 8], "clone": 0, "environ": [0, 2], "requir": [0, 1, 2, 3, 4, 5, 6, 7, 8], "includ": [0, 1, 2, 3], "txt": [0, 1, 2, 3, 4, 5, 6, 7, 8], "file": [0, 1, 2, 5, 7], "contain": [0, 2, 3, 7, 8], "To": [0, 1, 2, 8], "them": [0, 2, 8], "conda": 0, "n": [0, 2, 3, 4, 5, 7, 8], "pvtutori": 0, "c": [0, 2, 4, 6, 8], "pvlib": [0, 3, 4, 5], "activ": 0, "session": 0, "explor": [0, 1, 2, 6, 7, 8], "lab": [0, 7], "brows": 0, "work": [0, 2, 3, 4, 5, 6, 7], "under": [0, 1, 2, 3, 4, 5, 6, 7], "creativ": [0, 1, 2, 3, 4, 5, 6, 7], "common": [0, 1, 2, 3, 4, 5, 6, 7, 8], "attribut": [0, 1, 2, 3, 4, 5, 6, 7, 8], "intern": [0, 1, 2, 3, 4, 5, 6, 7, 8], "pydata": [1, 2, 3, 4, 5, 6, 7, 8], "global": [1, 2, 7], "2021": [1, 2, 3, 4, 5, 6, 7, 8], "system": [1, 2, 7], "all": [1, 2, 3, 6, 7, 8], "aspect": [1, 8], "photovolta": [1, 2], "rapidli": 1, "grow": 1, "solut": 1, "mani": [1, 2, 3, 8], "thing": [1, 5], "might": [1, 4, 8], "want": [1, 2, 4, 5, 8], "simul": [1, 2, 5], "becom": [1, 2, 7], "one": [1, 2, 3, 4, 7, 8], "scientif": 1, "languag": 1, "choic": 1, "sourc": [1, 2], "focu": [1, 2, 3], "teach": 1, "attende": 1, "through": [1, 2, 7, 8], "In": [1, 2, 3, 4], "we": [1, 2, 3, 4, 5, 7, 8], "acquaint": 1, "measur": [1, 2, 3, 4, 7], "i": [1, 2, 5, 7], "e": [1, 2, 3, 7], "ac": [1, 7], "energi": [1, 2, 3, 4, 5, 7], "axi": [1, 2, 3, 4, 7, 8], "tracker": [1, 3, 4, 5], "sun": [1, 2, 3, 4, 7], "diod": 1, "review": [1, 5], "vocabulari": 1, "around": [1, 2], "aggreg": 1, "hour": [1, 2, 3], "week": [1, 2], "month": [1, 2, 5], "present": [1, 2], "hand": 1, "exampl": [1, 2, 3, 4, 6, 7], "enabl": 1, "via": [1, 2], "jupyt": 1, "jupyterhub": 1, "remot": [1, 2], "server": [1, 2], "so": [1, 2, 3, 4, 5, 7, 8], "don": [1, 2, 7], "t": [1, 2, 3, 4, 5, 7, 8], "have": [1, 2, 3, 4, 5, 7, 8], "anyth": 1, "along": [1, 3], "while": [1, 4], "theori": [1, 4], "case": [1, 2, 4], "obviou": 1, "wrap": [1, 2], "up": [1, 2, 3, 5, 8], "other": [1, 2, 3, 4, 5, 7, 8], "three": [1, 2, 3], "ampl": 1, "experi": 1, "field": [1, 2, 3], "perform": [1, 2, 4, 5], "look": [1, 2, 3, 4, 8], "forward": 1, "question": 1, "silvana": 1, "ayala": 1, "pelaez": 1, "am": 1, "research": 1, "scientist": 1, "nrel": [1, 5, 7, 8], "mostli": 1, "bifaci": [1, 6, 7, 8], "circular": 1, "economi": 1, "my": 1, "bread": 1, "butter": 1, "analysi": [1, 2], "build": [1, 5, 7], "made": [1, 5], "substanti": 1, "contribut": 1, "bifacialvf": 1, "pvmismatch": 1, "radianc": 1, "softwar": [1, 3], "kevin": 1, "anderson": 1, "do": [1, 2, 3, 5, 7, 8], "cool": [1, 2, 4], "stuff": 1, "slope": 1, "awar": 1, "backtrack": [1, 3], "clip": 1, "loss": [1, 2, 4, 8], "error": [1, 2, 7, 8], "hourli": [1, 3, 4], "yield": [1, 7], "maintain": 1, "frequent": [1, 7], "contributor": 1, "rdtool": 1, "mark": [1, 2, 4, 7], "mikofski": [1, 2], "princip": 1, "solar": [1, 3, 4, 5, 6, 7], "engin": [1, 8], "dnv": [1, 2], "product": [1, 4, 5], "manag": 1, "solarfarm": 1, "analyz": 1, "predict": 1, "degrad": 1, "reliabl": 1, "few": [1, 2, 4], "project": [1, 2], "scipi": 1, "abhishek": 1, "parikh": 1, "abhi": 1, "analyst": 1, "love": 1, "try": [1, 2, 7], "miss": 1, "opportun": 1, "deploi": [1, 8], "terrif": 1, "handl": [1, 2, 8], "challeng": 1, "renew": 1, "analyt": 1, "offer": [1, 2], "promot": 1, "part": [1, 2, 3, 8], "collabor": [1, 7], "between": [1, 2, 3, 4, 6, 7, 8], "amaz": 1, "scienc": 1, "tmy3": [1, 2], "understand": 1, "year": [1, 5], "forecast": 1, "sketch": 1, "below": [1, 2, 7, 8], "sandia": [1, 4, 5, 7], "pvpmc": 1, "outlin": 1, "cover": [1, 2, 7], "lib": [1, 8], "algorithm": 1, "routin": 1, "encount": 1, "re": [1, 2, 7], "relat": [1, 7], "It": [1, 2, 5], "member": 1, "commun": 1, "who": [1, 7], "make": [1, 2, 3, 8], "sure": 1, "formula": 1, "sleek": 1, "accur": [1, 2, 4], "know": [1, 3, 5, 7], "No": [1, 2, 8], "zero": 1, "spa": 1, "reproduc": 1, "king": [1, 7], "find": [1, 2, 3, 4, 5, 6, 7], "most": [1, 2, 3, 7, 8], "well": [1, 3, 7], "known": [1, 2, 7], "recent": [1, 8], "accept": 1, "valu": [1, 2, 3, 4, 5], "approach": 1, "publish": [1, 2, 3], "literatur": [1, 4], "hope": 1, "ad": [1, 3], "skillset": 1, "empow": 1, "better": [1, 2, 3], "faster": 1, "alreadi": [1, 5, 8], "solid": 1, "foundat": 1, "reinvent": 1, "wheel": 1, "text": [1, 4], "imag": 1, "equat": [1, 4, 7], "pleas": [1, 2, 7, 8], "setup": 1, "section": [1, 2, 3], "readm": 1, "about": [1, 2, 3, 4, 7, 8], "refer": [1, 2, 7], "document": [1, 2, 8], "ask": 1, "help": [1, 2], "tag": 1, "stackoverflow": 1, "googl": [1, 2, 3, 4, 5, 6, 7, 8], "group": [1, 8], "discuss": [1, 3], "issu": 1, "multipl": [1, 3], "mix": 1, "If": [1, 2, 4, 8], "haven": [1, 2], "jupyterlab": 1, "befor": [1, 2, 3, 5], "similar": [1, 4, 7, 8], "quick": [1, 2], "intro": 1, "There": [1, 2, 3, 7, 8], "two": [1, 2, 3, 4, 7, 8], "mode": [1, 8], "command": [1, 2], "edit": 1, "press": 1, "enter": [1, 2], "markdown": [1, 2], "esc": 1, "chang": [1, 3, 4, 8], "shift": [1, 3], "execut": [1, 2, 3, 4, 5, 6, 7, 8], "move": [1, 3], "next": [1, 2, 3, 4, 5, 6, 7, 8], "toolbar": 1, "convert": [1, 4, 8], "layout": [1, 8], "colab": [1, 2, 3, 4, 5, 6, 7, 8], "uncom": [1, 2, 3, 4, 5, 6, 7, 8], "line": [1, 2, 3, 4, 5, 6, 7, 8], "depend": [1, 2, 3, 4, 5, 6, 7, 8], "prevent": [1, 2, 3, 4, 5, 6, 7, 8], "modulenotfounderror": [1, 2, 3, 4, 5, 6, 7, 8], "later": [1, 2, 3, 4, 5, 6, 7, 8], "pip": [1, 2, 3, 4, 5, 6, 7, 8], "r": [1, 2, 3, 4, 5, 6, 7, 8], "raw": [1, 2, 3, 4, 5, 6, 7, 8], "githubusercont": [1, 2, 3, 4, 5, 6, 7, 8], "each": [1, 2, 3, 7], "solv": [1, 3, 7], "given": [1, 2, 3, 4, 5, 7], "blank": 1, "partial": [1, 3], "complet": 1, "hidden": 1, "For": [1, 2, 3, 4, 6, 7], "my_str": 1, "add": [1, 2], "rememb": [1, 3], "put": [1, 2, 5], "insid": [1, 4, 8], "quot": [1, 2, 8], "doubl": [1, 2], "tmp": [1, 8], "ipykernel_1843": 1, "3863091146": 1, "py": [1, 8], "syntaxerror": 1, "invalid": 1, "syntax": 1, "A": [1, 2, 3, 4, 6, 7], "lot": [1, 2, 3], "were": [1, 2, 4, 7], "shame": 1, "taken": 1, "jckantor": 1, "cbe30338": 1, "01": [1, 2, 3, 5, 8], "built": 1, "langaug": 1, "particular": 1, "note": [1, 2, 3, 4, 5, 7, 8], "exponenti": 1, "done": 1, "2": [1, 2, 4, 5, 6, 7], "b": [1, 2], "8": [1, 2, 3, 4, 6, 7, 8], "6666666666666666": 1, "veri": [1, 3], "math": 1, "function": [1, 2, 3, 7], "variou": 1, "numpi": [1, 7], "conveni": [1, 2, 3, 5, 7], "show": [1, 2, 3, 4, 7], "import": [1, 3, 4, 5, 6, 7, 8], "prefix": [1, 8], "np": [1, 7], "call": [1, 2, 3, 4, 6, 7, 8], "mathemat": 1, "constant": [1, 2, 7, 8], "pi": 1, "trignometr": 1, "angl": [1, 7], "sin": 1, "co": [1, 2], "tan": 1, "141592653589793": 1, "718281828459045": 1, "7071067811865476": 1, "9999999999999999": 1, "versatil": 1, "wai": [1, 2, 4, 8], "organ": 1, "found": [1, 7], "khan": 1, "academi": 1, "video": 1, "xlist": 1, "concatent": 1, "join": [1, 8], "anoth": [1, 2, 4, 6, 7], "x": 1, "y": [1, 2, 3], "6": [1, 2, 3, 6], "7": [1, 2, 4, 6, 7, 8], "sum": [1, 2, 3, 4, 5], "10": [1, 2, 3, 4, 5, 6, 7, 8], "5f": 1, "format": [1, 2, 4, 6, 8], "84147": 1, "90930": 1, "14112": 1, "75680": 1, "store": [1, 2, 7], "retriev": [1, 5, 7], "kei": [1, 3, 4, 8], "pair": 1, "short": [1, 6, 7], "molar": 1, "mass": [1, 2], "molecular": 1, "correspond": [1, 2, 3, 7, 8], "states_solarinstallations2020": 1, "arizona": 1, "16": [1, 7, 8], "04": [1, 2, 3, 6, 7, 8], "california": [1, 5, 7], "02": [1, 2, 3, 6, 8], "texa": 1, "18": [1, 7, 8], "00": [1, 2, 3, 5], "colorado": 1, "44": [1, 7, 8], "gw": 1, "exist": [1, 3], "new": [1, 2, 3, 4], "mexico": [1, 2], "22": [1, 7, 8], "matplotlib": [1, 3, 4, 5, 7], "pyplot": [1, 2, 3, 4, 5, 7], "give": [1, 2, 3, 4, 8], "ipython": 1, "matlab": 1, "inlin": 1, "plt": [1, 2, 3, 4, 5, 7], "linspac": 1, "z": 1, "xlabel": [1, 4], "radian": 1, "ylabel": [1, 2, 3, 4, 5], "titl": [1, 4, 5], "demonstr": [1, 4], "legend": [1, 2, 3, 4, 5, 7], "grid": [1, 4, 5, 7, 8], "ve": [1, 2, 8], "abov": [1, 2, 3, 4, 8], "begin": 1, "end": [1, 5], "real": [1, 2, 3], "applic": [1, 4], "sequenc": 1, "instead": [1, 2], "thei": [1, 2, 3, 4, 7, 8], "meant": 1, "provid": [1, 2, 3, 7, 8], "sampl": [1, 2], "what": [1, 2, 4, 5], "galleri": 1, "path": [1, 2, 3, 4, 8], "diagram": 1, "feel": [1, 2], "free": 1, "rest": [1, 3], "curat": 1, "Will": 1, "holmgren": 1, "et": [1, 7], "al": [1, 7], "ieee": 1, "7th": [1, 8], "convers": [1, 4, 7], "2018": [1, 5, 6, 7, 8], "licens": [1, 2, 3, 4, 5, 6, 7], "thi": [2, 3, 4, 5, 6, 8], "standard": 2, "type": [2, 3, 7, 8], "how": [2, 4, 5, 7], "summar": [2, 3], "model": [2, 6, 8], "ghi": [2, 4, 5], "dni": [2, 4, 5], "dhi": [2, 4, 5], "drybulb": [2, 4], "wspd": [2, 4, 8], "vs": [2, 3, 4], "datafram": [2, 3, 4, 5, 7, 8], "df": [2, 3, 7, 8], "len": 2, "head": [2, 3, 4, 7, 8], "input": [2, 3, 4, 5, 7], "tool": [2, 3], "plote": [2, 3], "resampl": [2, 3, 4, 5], "freq": [2, 5], "dateoffset": 2, "shortcut": 2, "set": [2, 4, 7], "frequenc": 2, "when": [2, 3, 4, 8], "web": [2, 8], "directli": 2, "deriv": [2, 5, 7], "stochast": 2, "learn": 2, "radiometri": 2, "webpag": 2, "intend": 2, "repres": [2, 3], "locat": [2, 3, 4], "hypothet": [2, 4], "less": [2, 3, 6], "median": 2, "select": 2, "individu": [2, 5, 8], "extend": 2, "period": [2, 7], "measurememt": 2, "sai": [2, 8], "construct": 2, "s": [2, 3, 4, 5, 6, 8], "worth": 2, "sever": [2, 5, 7], "method": [2, 5, 7, 8], "which": [2, 3, 4, 5, 6, 7, 8], "gener": [2, 3, 7, 8], "idea": 2, "statist": 2, "take": [2, 4], "li": [2, 3], "middl": [2, 3], "distribut": 2, "januari": 2, "exactli": 2, "same": [2, 3, 4, 5, 7, 8], "normal": [2, 7], "fall": 2, "closest": 2, "chosen": 2, "process": [2, 3], "februari": 2, "march": 2, "twelv": 2, "stitch": 2, "togeth": [2, 5, 8], "oldest": 2, "nearest": 2, "station": 2, "airport": 2, "todai": [2, 4], "satellit": 2, "imageri": 2, "becaus": [2, 3, 4, 7, 8], "improv": 2, "spatial": 2, "resolut": 2, "bundl": [2, 7], "some": [2, 4, 5, 8], "builtin": 2, "print": [2, 3, 4, 6, 7, 8], "must": [2, 8], "go": [2, 8], "timeseri": [2, 3], "tabular": 2, "pathlib": [2, 3, 4], "os": [2, 8], "variabl": 2, "pd": [2, 3, 4, 5, 7, 8], "queri": [2, 8], "version": [2, 6, 7, 8], "__version__": [2, 3, 4, 8], "iotool": [2, 3, 4, 5], "read_tmy3": [2, 3, 4], "return": [2, 3, 4, 6, 7, 8], "second": [2, 7], "dictionari": [2, 6, 8], "metadata": [2, 3, 4], "longitud": [2, 3, 4, 5], "latitud": [2, 3, 4, 5], "elev": [2, 3], "etc": [2, 4, 5, 8], "directori": [2, 8], "come": [2, 3], "Then": 2, "slash": 2, "oper": [2, 3, 7], "filenam": 2, "coerce_year": [2, 3, 4], "none": [2, 8], "recolumn": 2, "true": [2, 7], "unchang": 2, "unit": [2, 7], "retain": 2, "discrep": 2, "manual": [2, 5], "_": 2, "preced": 2, "updat": [2, 8], "jan": 2, "2015": 2, "paramet": [2, 3, 4, 5, 6, 8], "str": [2, 5, 7, 8], "rel": [2, 3, 4], "absolut": 2, "int": [2, 3, 5, 7, 8], "default": [2, 3, 4, 5], "suppli": 2, "except": [2, 7], "last": [2, 8], "increas": [2, 4], "monoton": 2, "bool": 2, "appli": 2, "name": [2, 3, 6, 7, 8], "result": [2, 3, 7, 8], "strip": 2, "tupl": 2, "describ": [2, 7], "tabl": [2, 6, 7, 8], "detail": [2, 4], "descript": [2, 7], "compon": [2, 3, 7], "consult": 2, "especi": [2, 4], "dict": [2, 8], "site": [2, 5, 8], "structur": 2, "altitud": 2, "float": [2, 7, 8], "latitudeitud": 2, "longitudeitud": 2, "state": [2, 3, 4], "tz": 2, "utc": 2, "offset": 2, "usaf": 2, "identifi": [2, 8], "tmydata": 2, "datetim": 2, "current": [2, 7], "timezon": 2, "unawar": 2, "local": [2, 8], "daylight": 2, "save": 2, "etr": 2, "extraterrestri": 2, "horizont": [2, 3, 7], "radiat": [2, 3, 4], "recv": 2, "d": [2, 4, 5, 7], "60": [2, 5, 7, 8], "prior": 2, "timestamp": [2, 3], "wh": [2, 4, 5], "m": [2, 3, 4, 7], "etrn": 2, "direct": [2, 3], "diffus": [2, 3], "ghisourc": 2, "ghiuncertainti": 2, "uncertainti": 2, "random": 2, "bia": 2, "amount": [2, 3], "mintu": 2, "dnisourc": 2, "dniuncertainti": 2, "dhisourc": 2, "dhiuncertainti": 2, "ghillum": 2, "avg": 2, "illumin": 2, "lx": 2, "ghillumsourc": 2, "ghillumuncertainti": 2, "dnillum": 2, "dnillumsourc": 2, "dnillumuncertainti": 2, "dhillum": 2, "dhillumsourc": 2, "dhillumuncertainti": 2, "zenithlum": 2, "lumin": 2, "sky": [2, 3], "zenith": [2, 3], "cd": 2, "zenithlumsourc": 2, "zenithlumuncertainti": 2, "totcld": 2, "dome": 2, "obscur": 2, "phenonema": 2, "stamp": 2, "tenth": 2, "totcldsourc": 2, "8760x1": 2, "totclduncertainti": 2, "opqcld": 2, "observ": [2, 7], "opqcldsourc": 2, "opqclduncertainti": 2, "dry": [2, 4], "bulb": [2, 4], "indic": [2, 7, 8], "deg": 2, "drybulbsourc": 2, "drybulbuncertainti": 2, "dewpoint": 2, "dew": 2, "point": [2, 7, 8], "dewpointsourc": 2, "dewpointuncertainti": 2, "rhum": 2, "relatitud": 2, "humid": 2, "percent": 2, "rhumsourc": 2, "rhumuncertainti": 2, "pressur": 2, "mbar": 2, "pressuresourc": 2, "pressureuncertainti": 2, "wdir": 2, "degre": [2, 3, 4], "north": [2, 3], "360": [2, 8], "undefin": 2, "calm": 2, "wdirsourc": 2, "wdiruncertainti": 2, "meter": [2, 3], "wspdsourc": 2, "wspduncertainti": 2, "hvi": 2, "distanc": 2, "discern": 2, "object": [2, 3, 6, 7], "7777": 2, "unlimit": 2, "hvissourc": 2, "hvisuncertainti": 2, "ceilhgt": 2, "height": [2, 3], "terrain": 2, "ceilhgtsourc": 2, "ceilhgtuncertainti": 2, "pwat": 2, "precipit": 2, "water": 2, "cross": 2, "earth": 2, "top": 2, "atmospher": [2, 3, 7], "cm": 2, "pwatsourc": 2, "pwatuncertainti": 2, "aod": 2, "broadband": 2, "aerosol": 2, "optic": 2, "depth": 2, "per": [2, 3], "due": 2, "extinct": 2, "unitless": 2, "aodsourc": 2, "aoduncertainti": 2, "alb": [2, 8], "ratio": [2, 4], "reflect": [2, 3, 4], "albsourc": 2, "albuncertainti": 2, "lprecipdepth": 2, "liquid": 2, "quantiti": 2, "millimet": 2, "lprecipquant": 2, "accumulatitudeion": 2, "lprecipsourc": 2, "lprecipuncertainti": 2, "preswth": 2, "preswthsourc": 2, "preswthuncertainti": 2, "warn": [2, 8], "previou": [2, 3, 4], "1am": 2, "midnight": 2, "wa": [2, 5, 7], "1988": 2, "12": [2, 5, 6, 8], "31": [2, 7, 8], "24": [2, 3, 4, 7, 8], "1989": 2, "func": 2, "coerc": 2, "1990": [2, 3, 4, 5], "1991": 2, "wilcox": 2, "marion": 2, "w": [2, 3, 4, 5, 6, 7], "tp": 2, "581": 2, "43156": 2, "revis": 2, "mai": [2, 3, 8], "2008": 2, "2007": 2, "nation": 2, "databas": [2, 5, 7, 8], "2005": 2, "472": [2, 8], "pp": [2, 8], "report": 2, "41364": 2, "data_dir": [2, 3, 4], "__file__": [2, 3, 4], "parent": [2, 3, 4], "df_tmy": [2, 3, 4], "meta_dict": 2, "723170tya": [2, 3, 4], "csv": [2, 3, 4, 5, 7, 8], "displai": [2, 7], "723170": 2, "greensboro": [2, 3], "piedmont": [2, 3], "triad": [2, 3], "nc": [2, 3], "36": [2, 7, 8], "79": [2, 8], "95": [2, 7, 8], "273": 2, "let": [2, 3, 4, 5, 6, 7, 8], "date": [2, 6, 7, 8], "mm": 2, "dd": 2, "yyyi": 2, "hh": 2, "05": [2, 3, 6, 8], "9": [2, 6, 7, 8], "03": [2, 3, 8], "row": [2, 3, 7, 8], "71": [2, 8], "leap": 2, "mean": [2, 3, 4], "8760": 2, "number": [2, 7], "vari": [2, 3], "its": [2, 3], "iloc": 2, "loc": [2, 3, 7], "dtype": [2, 3, 7, 8], "quit": 2, "ones": [2, 8], "extract": 2, "instantan": 2, "over": [2, 4], "area": [2, 7], "practic": [2, 4], "purpos": [2, 4], "interpret": 2, "express": 2, "separ": [2, 3], "differ": [2, 3, 4, 7, 8], "watt": [2, 3], "squar": [2, 3], "anemomet": 2, "cup": 2, "shown": 2, "right": [2, 3, 7], "side": [2, 5, 7, 8], "pictur": 2, "rotat": [2, 3], "interv": [2, 3], "vane": 2, "left": [2, 7], "blow": 2, "devic": 2, "shield": 2, "moistur": 2, "resist": [2, 7], "rtd": 2, "thermocoupl": 2, "within": 2, "block": [2, 3], "sunlight": [2, 3, 4], "reach": [2, 4], "sensor": 2, "avoid": 2, "radi": 2, "heat": [2, 4], "yet": [2, 8], "natur": 2, "flow": 2, "util": [2, 5, 8], "forc": 2, "across": [2, 3], "celsiu": [2, 4], "scale": [2, 4], "plai": 2, "larg": [2, 4], "role": 2, "convect": [2, 4], "surround": 2, "investig": 2, "header": [2, 8], "instruct": 2, "At": 2, "interest": [2, 4, 8], "m\u00b2": [2, 7], "15": [2, 3, 4, 5, 7, 8], "06": [2, 7, 8], "07": [2, 3, 8], "08": [2, 3, 8], "09": [2, 8], "46": [2, 5, 6, 7, 8], "78": [2, 7, 8], "11": [2, 3, 6, 7, 8], "199": [2, 8], "198": [2, 7, 8], "261": [2, 8], "260": [2, 8], "13": [2, 8], "155": [2, 7, 8], "14": [2, 4, 5, 7, 8], "144": [2, 8], "131": [2, 8], "first_week": 2, "entri": [2, 8], "control": 2, "bit": [2, 8], "birthdai": 2, "color": [2, 4, 7], "g": [2, 3, 5, 7], "marker": [2, 7], "doe": [2, 5, 7], "your": [2, 4, 5, 7, 8], "hint": 2, "switch": 2, "basic": [2, 3, 4, 5, 7], "although": 2, "intens": 2, "subset": [2, 7], "isn": 2, "light": [2, 3, 4, 7], "blue": 2, "qualit": 2, "pattern": [2, 7], "high": [2, 3, 4], "low": [2, 3, 7], "roughli": [2, 7], "photon": 2, "scatter": [2, 4], "count": [2, 6], "tend": 2, "both": [2, 7], "easi": [2, 3, 5, 7], "pick": [2, 5], "sunni": [2, 3, 4, 5], "rather": 2, "overcast": 2, "occasion": 2, "break": 2, "variat": 2, "season": 2, "compar": [2, 3, 4, 5, 8], "winter": [2, 3], "summer": [2, 3], "summertim": [2, 4], "notic": [2, 3, 4, 7], "peak": 2, "900": 2, "wherea": [2, 7], "maximum": [2, 5], "500": [2, 8], "summer_week": 2, "And": [2, 8], "final": [2, 5, 7], "roll": 2, "h": [2, 3, 4, 5], "monthly_ghi": 2, "74848": 2, "28": [2, 7, 8], "85751": 2, "131766": 2, "162302": 2, "int64": 2, "tz_local": 2, "bar": [2, 3, 4], "fig": 2, "ax1": 2, "subplot": [2, 7], "ax2": 2, "twinx": 2, "monthly_average_temp_wind": 2, "ax": [2, 4, 5, 7], "tab": [2, 8], "orang": 2, "set_ylabel": [2, 7], "lower": 2, "daily_average_dni": 2, "finish": 2, "correctli": 2, "tmy2": 2, "load": [2, 3, 6, 8], "earlier": [2, 3, 5], "been": [2, 3, 7, 8], "archiv": 2, "websit": [2, 6], "accross": 2, "world": [2, 5], "programmat": 2, "write": [2, 8], "servic": 2, "epw": 2, "plu": 2, "own": 2, "easili": [2, 8], "spreadsheet": 2, "excel": 2, "read_epw": 2, "pvgi": [2, 5], "european": 2, "union": 2, "goverment": 2, "agenc": 2, "get_pvgis_tmi": [2, 5], "perhap": 2, "sam": [2, 5, 6], "gov": 2, "commerci": [2, 3, 8], "subscript": 2, "leverag": 2, "solaranywher": 2, "solargi": 2, "vaisala": 2, "meteonorm": 2, "compass": 2, "develop": [2, 8], "network": 2, "valuabl": 2, "pvdaq": 2, "pvwatt": [2, 7], "order": [2, 4, 7, 8], "regist": 2, "test": [2, 4, 5, 8], "demo_kei": 2, "limit": [2, 4, 6], "bandwidth": 2, "usag": 2, "get_psm3": 2, "much": [2, 3, 4], "easier": [2, 8], "skip": 2, "ahead": 2, "But": 2, "paus": 2, "signup": 2, "nowadai": 2, "phrase": 2, "interchang": 2, "recip": 2, "ie": 2, "could": [2, 8], "simpl": [2, 3], "signatur": 2, "eg": [2, 5, 7], "solarposit": [2, 5], "iso8601": 2, "azimuth": [2, 3, 4, 5], "url": 2, "won": 2, "pretti": 2, "self": [2, 8], "explanatori": 2, "fix": 2, "tilt": [2, 4], "broomfield": 2, "v6": 2, "json": [2, 6, 8], "api_kei": 2, "lat": [2, 5], "40": [2, 5, 8], "lon": [2, 5], "105": [2, 8], "system_capac": [2, 8], "180": [2, 3, 4, 7, 8], "array_typ": 2, "module_typ": 2, "popular": 2, "request": [2, 6, 8], "curl": 2, "httpie": 2, "nagwar": 2, "freemium": 2, "gui": 2, "postman": 2, "nrel_api_kei": 2, "fine": 2, "live": 2, "dedic": 2, "our": [2, 3, 4, 5], "servier": 2, "keyerror": [2, 7], "ok": 2, "demo": 2, "carolina": 2, "somewher": 2, "As": [2, 3, 8], "albuquerqu": 2, "coordin": 2, "35": [2, 3, 8], "0844": 2, "106": [2, 8], "6504": 2, "df_abq": 2, "email": 2, "id": [2, 6], "94139": 2, "citi": 2, "countri": 2, "66": [2, 7, 8], "zone": 2, "1496": 2, "m2": 2, "surfac": [2, 3, 5], "albedo": [2, 5, 8], "psm3": 2, "came": 2, "had": 2, "argument": [2, 3, 7, 8], "everyth": 2, "align": [2, 3], "dummi": 2, "doesn": [2, 3, 7], "featur": 2, "to_datetim": 2, "ghi_comparison": 2, "nm": 2, "surpris": 2, "significantli": [2, 3, 4], "sunnier": 2, "than": [2, 3, 4, 6, 8], "transform": 3, "driver": [3, 4], "incid": [3, 7], "delta": 3, "timedelta": [3, 4], "column": [3, 7, 8], "collect": [3, 4, 7], "panel": [3, 7], "match": [3, 4], "incom": 3, "rooftop": [3, 8], "face": 3, "west": 3, "produc": [3, 4, 7], "hardli": 3, "morn": 3, "east": 3, "dim": 3, "awai": 3, "view": [3, 4], "toward": 3, "center": 3, "consid": [3, 7], "straightforward": 3, "geometri": 3, "complex": [3, 4], "condit": [3, 4], "rang": [3, 4, 7], "assumpt": 3, "strongli": 3, "empir": 3, "transpos": [3, 5, 7, 8], "third": 3, "off": 3, "ground": 3, "being": 3, "cardin": 3, "south": 3, "flat": 3, "stand": 3, "edg": 3, "90": [3, 8], "horizon": 3, "270": 3, "constantli": 3, "best": 3, "configur": 3, "seri": [3, 7], "mention": 3, "dataset": [3, 4], "where": [3, 5, 7], "gotcha": 3, "exact": 3, "specifi": 3, "adjust": [3, 5, 6, 7, 8], "half": 3, "label": [3, 4, 5, 7], "10am": 3, "11am": 3, "subtract": 3, "30min": [3, 4], "solar_posit": [3, 4], "get_solarposit": [3, 4, 5], "back": 3, "apparent_zenith": [3, 4, 5], "apparent_elev": 3, "equation_of_tim": 3, "166": [3, 8], "841893": 3, "76": [3, 8], "889661": 3, "395097": 3, "160": [3, 7, 8], "512529": 3, "70": [3, 8], "52": [3, 5, 8], "424214": 3, "414863": 3, "149": [3, 8], "674856": 3, "59": [3, 5, 6, 7, 8], "73": [3, 6, 8], "251821": 3, "434619": 3, "137": [3, 8], "777090": 3, "47": [3, 8], "85": [3, 8], "208599": 3, "454365": 3, "125": [3, 5, 8], "672180": 3, "94": [3, 8], "134730": 3, "474102": 3, "close": [3, 8], "overhead": 3, "effect": [3, 4], "refract": 3, "wrapper": 3, "get_total_irradi": [3, 4], "perez": 3, "hai": [3, 5], "davi": [3, 5], "simplic": 3, "isotrop": 3, "noth": 3, "pass": [3, 7], "keyword": [3, 8], "df_poa": 3, "surface_tilt": [3, 4, 5], "surface_azimuth": [3, 4, 5], "solar_zenith": [3, 4, 5], "solar_azimuth": [3, 4, 5], "poa_glob": [3, 4, 5], "poa_direct": [3, 5], "poa_diffus": [3, 5], "poa_sky_diffus": [3, 5], "poa_ground_diffus": [3, 5], "pveduc": 3, "receiv": 3, "df_monthli": 3, "plot": [3, 4, 5, 7], "howev": [3, 4, 8], "cost": 3, "slightli": 3, "wors": 3, "profil": 3, "width": [3, 6, 7, 8], "skinnier": 3, "cours": 3, "luckili": 3, "assum": [3, 4, 7], "sat": [3, 7], "tracker_data": 3, "singleaxi": [3, 5], "axis_azimuth": 3, "leav": 3, "gcr": 3, "fillna": 3, "illustr": 3, "tracker_theta": 3, "neg": 3, "afternoon": 3, "procedur": [3, 8], "df_poa_track": [3, 4], "tracker_poa": [3, 4], "steepli": 3, "earli": 3, "late": 3, "higher": 3, "touch": 3, "noon": 3, "momentarili": 3, "ident": 3, "address": 3, "typic": [3, 4, 5], "optimist": 3, "Such": 3, "correct": [3, 8], "futur": 3, "specif": 3, "rack": [3, 4], "physic": 4, "fairli": 4, "respons": 4, "level": 4, "approxim": 4, "coeffici": [4, 5, 7], "electr": [4, 7], "circuit": [4, 5, 6, 7], "characterist": 4, "semiconductor": 4, "should": 4, "surprisingli": 4, "probabl": 4, "shouldn": 4, "financi": [4, 8], "decis": 4, "rare": 4, "outsid": 4, "laboratori": 4, "place": 4, "hous": 4, "photo": 4, "grandma": 4, "implement": 4, "size": [4, 5, 8], "namepl": [4, 6, 7], "capac": 4, "kw": [4, 5], "residenti": 4, "hundr": 4, "mw": 4, "often": 4, "determin": [4, 5], "100w": 4, "95w": 4, "read": [4, 8], "transposit": [4, 5], "100": [4, 7, 8], "would": [4, 8], "soil": 4, "spectral": 4, "mismatch": 4, "glass": 4, "80": [4, 7, 8], "thermal": [4, 7], "caus": 4, "rise": 4, "eventu": 4, "steadi": 4, "defin": [4, 7], "balanc": 4, "With": 4, "mind": 4, "primari": 4, "wind": 4, "speed": 4, "distinct": 4, "ignor": [4, 8], "p": [4, 7], "junction": 4, "affect": 4, "difficult": 4, "backsheet": 4, "usabl": 4, "though": [4, 8], "cooler": 4, "troubl": 4, "entir": 4, "simpler": 4, "enough": 4, "sapm": [4, 7], "character": 4, "properti": [4, 8], "those": [4, 8], "temperature_model_paramet": 4, "open_rack_glass_polym": 4, "cell_temperatur": 4, "sapm_cel": 4, "option": [4, 6, 8], "all_paramet": 4, "open_rack_glass_glass": 4, "close_mount_glass_glass": 4, "insulated_back_glass_polym": 4, "unicod": 4, "charact": [4, 7], "symbol": [4, 7], "1kw": 4, "gamma_pdc": 4, "004": [4, 8], "divid": 4, "array_pow": 4, "pvsystem": [4, 5, 7, 8], "pvwatts_dc": 4, "colorbar": 4, "amb": 4, "temp": 4, "strong": 4, "linear": 4, "trend": 4, "drop": 4, "gradient": 4, "smoother": 4, "smaller": 4, "correspondingli": 4, "array_power_low_tempco": 4, "002": 4, "dip": 4, "happen": 4, "coincid": 4, "chose": 4, "df_plot": 4, "simplifi": 4, "pdc": 4, "pdc0": 4, "rate": 4, "nomin": 4, "recal": 4, "continu": [4, 7], "800w": 4, "96": [4, 6, 7, 8], "800": [4, 5, 7, 8], "rcparam": [4, 5], "font": [4, 5], "figsiz": [4, 5, 7], "0x7fb06c7bc810": 4, "norm": 4, "replac": [4, 5, 7, 8], "singel": 4, "meteorolog": 5, "cherri": 5, "actual": 5, "pvsyst": [5, 7], "startdat": 5, "01t00": 5, "enddat": 5, "31t23": 5, "date_rang": 5, "cec": [5, 6], "librari": [5, 8], "cecmod": [5, 7, 8], "retrieve_sam": [5, 7, 8], "cecinvert": 5, "tricki": 5, "page": 5, "pvfree": [5, 7], "herokuapp": 5, "cec_modul": 5, "ditto": 5, "pvinvert": 5, "whitespac": [5, 7], "hyphen": 5, "dash": [5, 7], "underscor": [5, 7, 8], "300": 5, "canadian": [5, 6, 7], "poli": 5, "mono": [5, 6, 7, 8], "si": [5, 6, 7, 8], "cecmod_poli": 5, "canadian_solar_inc__cs6x_300p": 5, "cecmod_mono": 5, "canadian_solar_inc__cs6x_300m": [5, 7], "trick": [5, 7], "startswith": [5, 7, 8], "sma_america__stp": 5, "vac": [5, 8], "pso": [5, 8], "paco": [5, 8], "mppt_high": [5, 8], "cec_dat": [5, 8], "cec_typ": [5, 8], "sma_america__stp_33_us_41__480v_": 5, "480": [5, 8], "126": [5, 8], "152641": 5, "33300": 5, "nan": [5, 8], "sma_america__stp_50_us_41__480v_": 5, "111": [5, 8], "328354": 5, "50010": 5, "2019": [5, 6, 7, 8], "sma_america__stp_60_us_10__400v_": 5, "400": [5, 7, 8], "97": [5, 7, 8], "213982": 5, "59860": [5, 8], "sma_america__stp_60_us_10__480v_": 5, "116": [5, 8], "969749": 5, "60000": 5, "sma_america__stp_62_us_41__480v_": 5, "133": [5, 7, 8], "166687": 5, "62500": 5, "sma_america__stp12000tl_us_10__480v_": 5, "56": [5, 8], "013401": 5, "12000": 5, "sma_america__stp15000tl_us_10__480v_": 5, "128044": 5, "15000": 5, "sma_america__stp20000tl_us_10__480v_": 5, "517708": 5, "20000": 5, "sma_america__stp24000tl_us_10__480v_": 5, "893803": 5, "24060": 5, "sma_america__stp30000tl_us_10__480v_": 5, "62": [5, 8], "93433": 5, "30010": 5, "sma_america__stp50_us_40__480v_": 5, "080681": 5, "50072": 5, "almost": [5, 7], "tripow": 5, "good": 5, "inverter_60k": 5, "did": [5, 7], "sorri": [5, 7], "think": 5, "pop": 5, "quiz": 5, "orient": [5, 7, 8], "aoi": [5, 7], "5137": 5, "108": [5, 8], "5449": 5, "meta": [5, 6], "sp": 5, "track": [5, 8], "gb": 5, "gd": 5, "surface_albedo": 5, "25": [5, 7, 8], "temp_air": 5, "t2m": 5, "dni_extra": 5, "get_extra_radi": 5, "get_sky_diffus": 5, "haydavi": 5, "get_ground_diffus": 5, "poa_compon": 5, "iam": 5, "ashra": 5, "effective_irradi": [5, 7], "temp_cel": [5, 7], "pvsyst_cel": 5, "magic": [5, 7], "cecparam": [5, 7], "calcparams_cec": [5, 7], "alpha_sc": [5, 6, 7, 8], "a_ref": [5, 6, 7, 8], "i_l_ref": [5, 6, 7, 8], "i_o_ref": [5, 6, 7, 8], "r_sh_ref": [5, 6, 7, 8], "r_": [5, 6, 7, 8], "mpp": [5, 7], "max_power_point": 5, "newton": 5, "p_mp": [5, 7], "turn": 5, "voltag": [5, 7], "lowest": 5, "expect": [5, 7], "temp_ref": 5, "degc": [5, 7], "dc_ac": 5, "max_voc": 5, "v_oc_ref": [5, 6, 7, 8], "beta_oc": [5, 6, 7, 8], "min": 5, "string_length": 5, "vdcmax": [5, 8], "string_voltag": 5, "string_output": 5, "stc": [5, 6, 8], "string_count": 5, "dc_capac": 5, "dcac": 5, "2110052": 5, "783": 5, "165078": 5, "4500": 5, "45": [5, 8], "17": [5, 7, 8], "76507": 5, "65": [5, 8], "2751275": 5, "commis": [5, 7], "equip": [5, 7], "dc": 5, "sma": 5, "stp": 5, "60kw": 5, "edaili": 5, "ac_output": 5, "v_mp": [5, 7], "max": [5, 7], "desir": [6, 7], "api": 6, "inc": [6, 7, 8], "cs5p": [6, 7], "220m": [6, 7], "azurewebsit": 6, "net": 6, "v1": 6, "cecmodul": 6, "1733": 6, "copi": [6, 7], "past": 6, "filter": [6, 7, 8], "name__istartswith": 6, "stc__gt": 6, "219": [6, 7, 8], "stc__lt": 6, "221": [6, 8], "currentl": 6, "isc": [6, 7], "reduc": 6, "urllib": 6, "param": 6, "pars": 6, "urlencod": 6, "i_sc_ref__lt": 6, "urlopen": 6, "f": [6, 7, 8], "fp": 6, "cs_220_mod": 6, "220": [6, 7], "6a": 6, "total_count": 6, "a_c": [6, 7, 8], "619516": [6, 7], "bipv": [6, 7, 8], "fals": [6, 8], "11426": [6, 7], "i_mp_ref": [6, 7, 8], "69": [6, 7, 8], "102508e": 6, "i_sc_ref": [6, 7, 8], "length": [6, 7, 8], "602": [6, 7], "n_": [6, 7, 8], "ptc": [6, 7, 8], "200": [6, 7, 8], "066023": [6, 7], "381": [6, 7], "254425": [6, 7], "961": [6, 7, 8], "t_noct": [6, 7, 8], "42": [6, 7, 8], "technolog": [6, 7, 8], "v_mp_ref": [6, 7, 8], "29": [6, 8], "061": [6, 7], "635926": [6, 7], "004539": [6, 7], "222156": [6, 7], "created_on": 6, "gamma_r": [6, 7, 8], "476": [6, 7, 8], "modified_on": 6, "resource_uri": 6, "639": 6, "227195": 6, "05607": 6, "957448e": 6, "579": [6, 8], "220p": 6, "193": [6, 7, 8], "00467": 6, "835": 6, "904785": 6, "418": 6, "51": [6, 8], "multi": [6, 7, 8], "58": [6, 8], "038": 6, "366377": 6, "0025": 6, "196588": 6, "43": [6, 7, 8], "1734": 6, "obtain": 7, "latest": 7, "advisor": 7, "iec61853": 7, "commiss": 7, "desoto": 7, "meshgrid": 7, "claus": 7, "catch": 7, "1000": [7, 8], "spectrum": 7, "am1": 7, "5g": 7, "astm": 7, "173": [7, 8], "inform": 7, "spectra": 7, "matrix": 7, "inicid": 7, "600": [7, 8], "1100": 7, "50": [7, 8], "75": [7, 8], "figur": 7, "cfv": 7, "certain": 7, "exclud": 7, "unlik": 7, "parametr": 7, "fit": 7, "white": 7, "space": 7, "intention": 7, "dobo": 7, "freeman": 7, "e0": 7, "t0": 7, "e_iec61853": 7, "t_iec61853": 7, "item": [7, 8], "mesh": 7, "matric": 7, "v": 7, "discret": 7, "voc": 7, "therefor": 7, "span": 7, "beyond": 7, "domain": 7, "quadrant": 7, "vertic": 7, "educ": 7, "pvcdrom": 7, "ideal": 7, "unsw": 7, "asu": 7, "relationship": 7, "analog": 7, "i_l": 7, "shunt": 7, "sh": 7, "satur": 7, "i_o": 7, "i_": 7, "factor": 7, "gamma": 7, "schemat": 7, "draw": 7, "nl": 7, "ohm": 7, "kirchhoff": 7, "law": 7, "implicit": 7, "cannot": 7, "explicitli": 7, "exp": 7, "frac": 7, "v_t": 7, "v_d": 7, "i_d": 7, "k_t": 7, "q_e": 7, "elementari": 7, "charg": 7, "boltzmann": 7, "contract": 7, "author": 7, "pmp": 7, "vmp": 7, "imp": 7, "dimens": 7, "ns": 7, "parallel": 7, "substr": 7, "differenti": 7, "singlediod": 7, "ivtool": 7, "fit_cec_sam": 7, "arrang": [7, 8], "a10green_technology_a10j_s72_175": [7, 8], "175": [7, 8], "0914": [7, 8], "151": [7, 8], "576": [7, 8], "825": [7, 8], "72": [7, 8], "99": [7, 8], "981696": [7, 8], "175703": [7, 8], "316688": [7, 8], "287": [7, 8], "102203": [7, 8], "057121": [7, 8], "5072": [7, 8], "r2": [7, 8], "a10green_technology_a10j_s72_180": [7, 8], "179": [7, 8], "928": [7, 8], "988414": [7, 8], "316148": [7, 8], "299919": [7, 8], "259": [7, 8], "047943": [7, 8], "418983": [7, 8], "a10green_technology_a10j_s72_185": [7, 8], "184": [7, 8], "7016": [7, 8], "984817": [7, 8], "435676": [7, 8], "311962": [7, 8], "298": [7, 8], "424438": [7, 8], "688233": [7, 8], "a10green_technology_a10j_m60_220": [7, 8], "876": [7, 8], "189": [7, 8], "624": [7, 8], "632": [7, 8], "995": [7, 8], "673094": [7, 8], "959062": [7, 8], "140393": [7, 8], "123": [7, 8], "168404": [7, 8], "21": [7, 8], "875164": [7, 8], "5196": [7, 8], "a10green_technology_a10j_m60_225": [7, 8], "224": [7, 8], "9856": [7, 8], "671782": [7, 8], "047206": [7, 8], "14737": [7, 8], "164": [7, 8], "419479": [7, 8], "698376": [7, 8], "static": 7, "accord": 7, "scheme": 7, "manufactur": 7, "non": 7, "alphanumer": 7, "cs6x": 7, "300m": 7, "datasheet": 7, "thin": 7, "film": 7, "cdte": 7, "cig": 7, "famili": 7, "boolean": 7, "pvusa": 7, "windspe": 7, "\u03b4": 7, "photogener": 7, "\u03c9": 7, "integr": 7, "One": 7, "candian": 7, "cs_220m_mod": [7, 8], "canadian_solar": 7, "canadian_solar_inc__cs5p_220m": 7, "canadian_solar_inc__cs6p_220m": 7, "775": [7, 8], "549": [7, 8], "615": 7, "959": 7, "515583": 7, "980784": 7, "397651": 7, "293": [7, 8], "871094": 7, "311191": 7, "436": [7, 8], "cs_220m": 7, "your_mod": 7, "goe": 7, "wasn": 7, "els": [7, 8], "five": 7, "vth": 7, "syntact": 7, "sugar": 7, "egref": 7, "121": [7, 8], "degdt": 7, "0002677": 7, "il": 7, "i0": 7, "rs": 7, "rsh": 7, "50727824": 7, "511426": 7, "5217954": 7, "5321648": 7, "01455648": 7, "022852": 7, "0435908": 7, "0643296": 7, "02911296": 7, "045704": 7, "0871816": 7, "1286592": 7, "04366944": 7, "068556": 7, "1307724": 7, "19298881": 7, "05822592": 7, "091408": 7, "1743632": 7, "25731841": 7, "0727824": 7, "217954": 7, "32164801": 7, "58006064": 7, "625686": 7, "7397494": 7, "85381281": 7, "flatten": 7, "broadcast": 7, "curve_info": 7, "photocurr": 7, "saturation_curr": 7, "resistance_seri": 7, "resistance_shunt": 7, "ivcurve_pnt": 7, "101": [7, 8], "lambertw": 7, "47343394": 7, "33361989": 7, "40248885": 7, "37301683": 7, "09149166": 7, "8742866": 7, "38": [7, 8], "16845408": 7, "32": [7, 8], "26328096": 7, "93": [7, 8], "53042326": 7, "89": [7, 8], "21121134": 7, "09399194": 7, "58417955": 7, "140": [7, 8], "31155148": 7, "92211282": 7, "117": [7, 8], "4814962": 7, "47025604": 7, "186": 7, "01690382": 7, "177": [7, 8], "57186861": 7, "8544359": 7, "40606247": 7, "230": [7, 8], "45392244": 7, "96093865": 7, "192": [7, 8], "99618253": 7, "165": [7, 8], "16041729": 7, "252": [7, 8], "16127408": 7, "240": 7, "6459279": 7, "211": 7, "06605369": 7, "55357125": 7, "kolor": 7, "1f77b4": 7, "2ca02c": 7, "8c564b": 7, "9467bd": 7, "d62728": 7, "e377c2": 7, "ff7f0e": 7, "sharex": 7, "sharei": 7, "irr": 7, "enumer": 7, "tc": 7, "j": 7, "g_": 7, "eff": 7, "i_mp": 7, "ls": 7, "o": 7, "vline": 7, "linestyl": 7, "repeat": [7, 8], "everi": 7, "hurt": 7, "anyon": 7, "set_xlabel": 7, "set_titl": 7, "t_": 7, "circ": 7, "set_xlim": 7, "tight_layout": 7, "tutori": 8, "datafold": 8, "exampleflag": 8, "debugflag": 8, "pvsamv1": 8, "xlsxwriter": 8, "pprint": 8, "bigger": 8, "realli": 8, "choos": 8, "sam1": 8, "flatplatepvcommerci": 8, "dir": 8, "content": 8, "__getattribute__": 8, "solarresourc": 8, "use_wf_albedo": 8, "dic": 8, "irrad_mod": 8, "sky_model": 8, "acwiring_loss": 8, "dcoptimizer_loss": 8, "en_snow_model": 8, "subarray1_dcwiring_loss": 8, "subarray1_diodeconn_loss": 8, "subarray1_mismatch_loss": 8, "subarray1_nameplate_loss": 8, "subarray1_rear_irradiance_loss": 8, "subarray1_soil": 8, "subarray1_tracking_loss": 8, "subarray2_dcwiring_loss": 8, "subarray2_diodeconn_loss": 8, "subarray2_mismatch_loss": 8, "subarray2_nameplate_loss": 8, "subarray2_rear_irradiance_loss": 8, "subarray2_soil": 8, "subarray2_tracking_loss": 8, "subarray3_dcwiring_loss": 8, "subarray3_diodeconn_loss": 8, "subarray3_mismatch_loss": 8, "subarray3_nameplate_loss": 8, "subarray3_rear_irradiance_loss": 8, "subarray3_soil": 8, "subarray3_tracking_loss": 8, "subarray4_dcwiring_loss": 8, "subarray4_diodeconn_loss": 8, "subarray4_mismatch_loss": 8, "subarray4_nameplate_loss": 8, "subarray4_rear_irradiance_loss": 8, "subarray4_soil": 8, "subarray4_tracking_loss": 8, "transformer_load_loss": 8, "transformer_no_load_loss": 8, "transmission_loss": 8, "lifetim": 8, "ac_lifetime_loss": 8, "analysis_period": 8, "dc_degrad": 8, "dc_lifetime_loss": 8, "en_ac_lifetime_loss": 8, "en_dc_lifetime_loss": 8, "inflation_r": 8, "save_full_lifetime_vari": 8, "system_use_lifetime_output": 8, "systemdesign": 8, "enable_mismatch_vmax_calc": 8, "inverter_count": 8, "subarray1_azimuth": 8, "subarray1_backtrack": 8, "subarray1_gcr": 8, "subarray1_modules_per_str": 8, "subarray1_monthly_tilt": 8, "subarray1_mppt_input": 8, "subarray1_nstr": 8, "134": 8, "subarray1_rotlim": 8, "subarray1_tilt": 8, "subarray1_tilt_eq_lat": 8, "subarray1_track_mod": 8, "subarray2_azimuth": 8, "subarray2_backtrack": 8, "subarray2_en": 8, "subarray2_gcr": 8, "subarray2_modules_per_str": 8, "subarray2_monthly_tilt": 8, "subarray2_mppt_input": 8, "subarray2_nstr": 8, "subarray2_rotlim": 8, "subarray2_tilt": 8, "subarray2_tilt_eq_lat": 8, "subarray2_track_mod": 8, "subarray3_azimuth": 8, "subarray3_backtrack": 8, "subarray3_en": 8, "subarray3_gcr": 8, "subarray3_modules_per_str": 8, "subarray3_monthly_tilt": 8, "subarray3_mppt_input": 8, "subarray3_nstr": 8, "subarray3_rotlim": 8, "subarray3_tilt": 8, "subarray3_tilt_eq_lat": 8, "subarray3_track_mod": 8, "subarray4_azimuth": 8, "subarray4_backtrack": 8, "subarray4_en": 8, "subarray4_gcr": 8, "subarray4_modules_per_str": 8, "subarray4_monthly_tilt": 8, "subarray4_mppt_input": 8, "subarray4_nstr": 8, "subarray4_rotlim": 8, "subarray4_tilt": 8, "subarray4_tilt_eq_lat": 8, "subarray4_track_mod": 8, "498": 8, "shade": 8, "subarray1_shade_mod": 8, "subarray2_shade_mod": 8, "subarray3_shade_mod": 8, "subarray4_shade_mod": 8, "module_aspect_ratio": 8, "subarray1_mod_ori": 8, "subarray1_nmodx": 8, "48": 8, "subarray1_nmodi": 8, "subarray2_mod_ori": 8, "subarray2_nmodx": 8, "subarray2_nmodi": 8, "subarray3_mod_ori": 8, "subarray3_nmodx": 8, "subarray3_nmodi": 8, "subarray4_mod_ori": 8, "subarray4_nmodx": 8, "subarray4_nmodi": 8, "module_model": 8, "simpleefficiencymodulemodel": 8, "spe_a": 8, "spe_area": 8, "74074": 8, "spe_b": 8, "075": 8, "spe_bifacial_ground_clearance_height": 8, "spe_bifacial_transmission_factor": 8, "013": 8, "spe_bifaci": 8, "spe_dt": 8, "spe_eff0": 8, "spe_eff1": 8, "spe_eff2": 8, "spe_eff3": 8, "spe_eff4": 8, "spe_fd": 8, "spe_is_bifaci": 8, "spe_module_structur": 8, "spe_rad0": 8, "spe_rad1": 8, "spe_rad2": 8, "spe_rad3": 8, "spe_rad4": 8, "spe_refer": 8, "spe_temp_coeff": 8, "spe_vmp": 8, "spe_voc": 8, "cecperformancemodelwithmoduledatabas": 8, "cec_a_ref": 8, "57764": 8, "cec_adjust": 8, "9092": 8, "cec_alpha_sc": 8, "003735": 8, "cec_area": 8, "631": 8, "cec_array_col": 8, "cec_array_row": 8, "cec_backside_temp": 8, "cec_beta_oc": 8, "175619": 8, "cec_bifacial_ground_clearance_height": 8, "cec_bifacial_transmission_factor": 8, "cec_bifaci": 8, "cec_gamma_r": 8, "386": 8, "cec_gap_spac": 8, "cec_heat_transf": 8, "cec_height": 8, "cec_i_l_ref": 8, "05373": 8, "cec_i_mp_ref": 8, "67": 8, "cec_i_o_ref": 8, "36043e": 8, "cec_i_sc_ref": 8, "cec_is_bifaci": 8, "cec_module_length": 8, "cec_module_width": 8, "cec_mounting_config": 8, "cec_mounting_orient": 8, "cec_n_": 8, "cec_r_": 8, "30812": 8, "cec_r_sh_ref": 8, "069": 8, "cec_standoff": 8, "cec_t_noct": 8, "cec_temp_corr_mod": 8, "cec_transient_thermal_model_unit_mass": 8, "0919": 8, "cec_v_mp_ref": 8, "54": 8, "cec_v_oc_ref": 8, "64": 8, "cecperformancemodelwithuserenteredspecif": 8, "sixpar_aisc": 8, "sixpar_area": 8, "sixpar_bifacial_ground_clearance_height": 8, "sixpar_bifacial_transmission_factor": 8, "sixpar_bifaci": 8, "sixpar_bvoc": 8, "sixpar_celltech": 8, "sixpar_gpmp": 8, "41": 8, "sixpar_imp": 8, "sixpar_is_bifaci": 8, "sixpar_isc": 8, "sixpar_mount": 8, "sixpar_ns": 8, "sixpar_standoff": 8, "sixpar_tnoct": 8, "sixpar_transient_thermal_model_unit_mass": 8, "sixpar_vmp": 8, "sixpar_voc": 8, "37": 8, "sandiapvarrayperformancemodelwithmoduledatabas": 8, "snl_a": 8, "snl_a0": 8, "94045": 8, "snl_a1": 8, "052641": 8, "snl_a2": 8, "0093897": 8, "snl_a3": 8, "00072623": 8, "snl_a4": 8, "9938e": 8, "snl_aimp": 8, "00038": 8, "snl_aisc": 8, "00061": 8, "snl_area": 8, "244": 8, "snl_b": 8, "snl_b0": 8, "snl_b1": 8, "002438": 8, "snl_b2": 8, "0003103": 8, "snl_b3": 8, "246e": 8, "snl_b4": 8, "11e": 8, "snl_b5": 8, "36e": 8, "snl_bvmpo": 8, "139": 8, "snl_bvoco": 8, "136": 8, "snl_c0": 8, "0039": 8, "snl_c1": 8, "snl_c2": 8, "291066": 8, "snl_c3": 8, "73546": 8, "snl_c4": 8, "9942": 8, "snl_c5": 8, "0058": 8, "snl_c6": 8, "0723": 8, "snl_c7": 8, "snl_dtc": 8, "snl_fd": 8, "snl_impo": 8, "snl_isco": 8, "snl_ixo": 8, "snl_ixxo": 8, "snl_mbvmp": 8, "snl_mbvoc": 8, "snl_module_structur": 8, "snl_n": 8, "snl_ref_a": 8, "snl_ref_b": 8, "snl_ref_dt": 8, "snl_series_cel": 8, "snl_transient_thermal_model_unit_mass": 8, "snl_vmpo": 8, "snl_voco": 8, "iec61853singlediodemodel": 8, "sd11par_ama0": 8, "9417": 8, "sd11par_ama1": 8, "06516": 8, "sd11par_ama2": 8, "02022": 8, "sd11par_ama3": 8, "00219": 8, "sd11par_ama4": 8, "1e": 8, "sd11par_egref": 8, "737668": 8, "sd11par_il": 8, "18951": 8, "sd11par_imp0": 8, "sd11par_io": 8, "08522e": 8, "sd11par_isc0": 8, "sd11par_vmp0": 8, "sd11par_voc0": 8, "87": 8, "sd11par_alphaisc": 8, "000472001": 8, "sd11par_area": 8, "sd11par_c1": 8, "1930": 8, "sd11par_c2": 8, "474": 8, "sd11par_c3": 8, "48746": 8, "sd11par_d1": 8, "5504": 8, "sd11par_d2": 8, "0769735": 8, "sd11par_d3": 8, "237327": 8, "sd11par_glass": 8, "sd11par_mount": 8, "sd11par_n": 8, "45071": 8, "sd11par_nser": 8, "sd11par_standoff": 8, "sd11par_tnoct": 8, "mermoudlejeunesinglediodemodel": 8, "inv_cec_cg_eff_cec": 8, "6095": 8, "inv_cec_cg_paco": 8, "3800": 8, "inv_ds_eff": 8, "inv_ds_paco": 8, "4000": 8, "inv_num_mppt": 8, "inv_pd_eff": 8, "inv_pd_paco": 8, "inv_snl_eff_cec": 8, "98": 8, "2284": 8, "inv_snl_paco": 8, "inverter_model": 8, "mppt_hi_invert": 8, "mppt_low_invert": 8, "570": 8, "invertercecdatabas": 8, "inv_snl_c0": 8, "06147e": 8, "inv_snl_c1": 8, "7e": 8, "inv_snl_c2": 8, "002606": 8, "inv_snl_c3": 8, "000501": 8, "inv_snl_pdco": 8, "61130": 8, "inv_snl_pnt": 8, "958": 8, "inv_snl_pso": 8, "214": 8, "inv_snl_vdcmax": 8, "inv_snl_vdco": 8, "630": 8, "inv_tdc_cec_db": 8, "0375": 8, "390": 8, "0125": 8, "025": 8, "inverterceccoefficientgener": 8, "inv_cec_cg_c0": 8, "3e": 8, "inv_cec_cg_c1": 8, "inv_cec_cg_c2": 8, "000984": 8, "inv_cec_cg_c3": 8, "001508": 8, "inv_cec_cg_pdco": 8, "3928": 8, "inv_cec_cg_pnt": 8, "inv_cec_cg_psco": 8, "19": 8, "4484": 8, "inv_cec_cg_vdcmax": 8, "inv_cec_cg_vdco": 8, "398": 8, "497": 8, "inv_tdc_cec_cg": 8, "inverterdatasheet": 8, "inv_ds_pnt": 8, "inv_ds_pso": 8, "inv_ds_vdcmax": 8, "inv_ds_vdco": 8, "310": 8, "inv_tdc_d": 8, "inverterpartloadcurv": 8, "inv_pd_effici": 8, "34": 8, "55": 8, "82": 8, "81": 8, "84": 8, "86": 8, "88": 8, "91": 8, "92": 8, "27": 8, "83": 8, "23": 8, "33": 8, "57": 8, "61": 8, "68": 8, "74": 8, "77": 8, "26": 8, "39": 8, "49": 8, "53": 8, "63": 8, "inv_pd_partload": 8, "404": 8, "808": 8, "212": 8, "616": 8, "424": 8, "828": 8, "232": 8, "636": 8, "444": 8, "848": 8, "656": 8, "464": 8, "868": 8, "272": 8, "676": 8, "484": 8, "888": 8, "292": 8, "696": 8, "504": 8, "908": 8, "312": 8, "716": 8, "524": 8, "332": 8, "736": 8, "544": 8, "948": 8, "352": 8, "756": 8, "564": 8, "968": 8, "372": 8, "776": 8, "584": 8, "988": 8, "392": 8, "796": 8, "604": 8, "008": 8, "412": 8, "816": 8, "028": 8, "432": 8, "836": 8, "644": 8, "048": 8, "452": 8, "856": 8, "664": 8, "068": 8, "684": 8, "088": 8, "492": 8, "896": 8, "704": 8, "512": 8, "916": 8, "724": 8, "128": 8, "532": 8, "936": 8, "744": 8, "148": 8, "552": 8, "956": 8, "764": 8, "168": 8, "572": 8, "976": 8, "784": 8, "188": 8, "592": 8, "996": 8, "804": 8, "208": 8, "612": 8, "016": 8, "824": 8, "228": 8, "036": 8, "844": 8, "248": 8, "652": 8, "056": 8, "864": 8, "268": 8, "672": 8, "076": 8, "884": 8, "288": 8, "692": 8, "096": 8, "904": 8, "308": 8, "712": 8, "924": 8, "328": 8, "732": 8, "944": 8, "348": 8, "752": 8, "156": 8, "964": 8, "368": 8, "772": 8, "176": 8, "984": 8, "388": 8, "792": 8, "196": 8, "408": 8, "812": 8, "216": 8, "024": 8, "428": 8, "832": 8, "236": 8, "044": 8, "448": 8, "852": 8, "256": 8, "064": 8, "468": 8, "872": 8, "276": 8, "084": 8, "488": 8, "892": 8, "296": 8, "104": 8, "508": 8, "912": 8, "316": 8, "124": 8, "528": 8, "932": 8, "336": 8, "548": 8, "952": 8, "356": 8, "568": 8, "972": 8, "376": 8, "588": 8, "992": 8, "396": 8, "204": 8, "608": 8, "012": 8, "416": 8, "628": 8, "032": 8, "648": 8, "052": 8, "456": 8, "264": 8, "668": 8, "072": 8, "284": 8, "688": 8, "092": 8, "496": 8, "304": 8, "708": 8, "112": 8, "516": 8, "324": 8, "728": 8, "132": 8, "536": 8, "344": 8, "748": 8, "152": 8, "556": 8, "364": 8, "768": 8, "172": 8, "384": 8, "788": 8, "596": 8, "inv_pd_pdco": 8, "4210": 8, "inv_pd_pnt": 8, "inv_pd_vdcmax": 8, "inv_pd_vdco": 8, "inv_tdc_plc": 8, "invertermermoudlejeunemodel": 8, "batterysystem": 8, "en_batt": 8, "6374": 8, "5244": 8, "1593": 8, "7696": 8, "4194": 8, "7381": 8, "1304": 8, "4748": 8, "3969": 8, "7489": 8, "1335": 8, "3751": 8, "4458": 8, "7839": 8, "3821": 8, "3378": 8, "4988": 8, "2319": 8, "8582": 8, "5752": 8, "2174": 8, "5655": 8, "5466": 8, "0273": 8, "4617": 8, "8981": 8, "3173": 8, "5008": 8, "234": 8, "217": 8, "191": 8, "794": 8, "779": 8, "046": 8, "163": 8, "967": 8, "935": 8, "141": 8, "715": 8, "147": 8, "919": 8, "130": 8, "833": 8, "6166": 8, "9362": 8, "142": 8, "914": 8, "938": 8, "461": 8, "127": 8, "446": 8, "442": 8, "771": 8, "114": 8, "797": 8, "226": 8, "158": 8, "465": 8, "534": 8, "405": 8, "095": 8, "982": 8, "195": 8, "102": 8, "849": 8, "7595": 8, "4781": 8, "120": 8, "517": 8, "110": 8, "213": 8, "150": 8, "037": 8, "122": 8, "902": 8, "274": 8, "874": 8, "462": 8, "119": 8, "513": 8, "677": 8, "267": 8, "6319": 8, "9547": 8, "107": 8, "049": 8, "387": 8, "537": 8, "295": 8, "559": 8, "695": 8, "115": 8, "207": 8, "4737": 8, "0856": 8, "4985": 8, "2355": 8, "5754": 8, "974": 8, "0105": 8, "6978": 8, "3829": 8, "6116": 8, "2912": 8, "1919": 8, "7114": 8, "5579": 8, "0381": 8, "7714": 8, "706": 8, "157": 8, "675": 8, "223": 8, "786": 8, "285": 8, "129": 8, "691": 8, "073": 8, "4566": 8, "3456": 8, "5109": 8, "363": 8, "205": 8, "593": 8, "611": 8, "945": 8, "6343": 8, "9597": 8, "2084": 8, "9637": 8, "737": 8, "7459": 8, "714": 8, "674": 8, "939": 8, "745": 8, "118": 8, "511": 8, "241": 8, "8912": 8, "1783": 8, "1639": 8, "7476": 8, "927": 8, "466": 8, "501": 8, "954": 8, "174": 8, "334": 8, "487": 8, "113": 8, "782": 8, "638": 8, "6371": 8, "2347": 8, "9331": 8, "8463": 8, "693": 8, "291": 8, "218": 8, "389": 8, "561": 8, "841": 8, "4902": 8, "5931": 8, "4855": 8, "9568": 8, "5746": 8, "2509": 8, "5446": 8, "8898": 8, "1672": 8, "4454": 8, "9495": 8, "6784": 8, "8877": 8, "3139": 8, "2387": 8, "146": 8, "109": 8, "138": 8, "181": 8, "655": 8, "362": 8, "585": 8, "758": 8, "238": 8, "143": 8, "725": 8, "678": 8, "183": 8, "887": 8, "286": 8, "103": 8, "5743": 8, "8303": 8, "538": 8, "086": 8, "839": 8, "735": 8, "3894": 8, "7454": 8, "5019": 8, "1164": 8, "085": 8, "278": 8, "197": 8, "161": 8, "774": 8, "411": 8, "586": 8, "4435": 8, "658": 8, "5242": 8, "145": 8, "5057": 8, "9249": 8, "0462": 8, "4779": 8, "4584": 8, "5764": 8, "8243": 8, "2569": 8, "6187": 8, "9088": 8, "7921": 8, "4777": 8, "2287": 8, "5001": 8, "999": 8, "162": 8, "978": 8, "601": 8, "983": 8, "575": 8, "1835": 8, "311": 8, "9811": 8, "5038": 8, "135": 8, "777": 8, "722": 8, "482": 8, "099": 8, "8145": 8, "2282": 8, "5756": 8, "9259": 8, "765": 8, "847": 8, "609": 8, "747": 8, "589": 8, "739": 8, "921": 8, "1469": 8, "502": 8, "4831": 8, "4501": 8, "558": 8, "074": 8, "799": 8, "003": 8, "365": 8, "1019": 8, "3988": 8, "4726": 8, "6087": 8, "553": 8, "4828": 8, "845": 8, "185": 8, "437": 8, "817": 8, "242": 8, "417": 8, "2986": 8, "1996": 8, "8984": 8, "4467": 8, "401": 8, "4718": 8, "0738": 8, "7528": 8, "2127": 8, "3072": 8, "4494": 8, "4732": 8, "6818": 8, "4629": 8, "9579": 8, "1874": 8, "701": 8, "6664": 8, "359": 8, "578": 8, "705": 8, "591": 8, "769": 8, "7076": 8, "5998": 8, "3628": 8, "0893": 8, "4304": 8, "0663": 8, "719": 8, "955": 8, "154": 8, "523": 8, "761": 8, "043": 8, "3983": 8, "9472": 8, "606": 8, "9766": 8, "521": 8, "454": 8, "842": 8, "702": 8, "457": 8, "407": 8, "1967": 8, "9256": 8, "2286": 8, "5702": 8, "718": 8, "167": 8, "499": 8, "2523": 8, "2419": 8, "1791": 8, "0077": 8, "853": 8, "1261": 8, "301": 8, "843": 8, "682": 8, "5132": 8, "9869": 8, "7439": 8, "0848": 8, "5629": 8, "622": 8, "9278": 8, "5897": 8, "8362": 8, "3483": 8, "1723": 8, "6132": 8, "2239": 8, "7772": 8, "6407": 8, "809": 8, "823": 8, "886": 8, "962": 8, "551": 8, "2391": 8, "854": 8, "0314": 8, "2273": 8, "751": 8, "1889": 8, "325": 8, "567": 8, "533": 8, "937": 8, "1826": 8, "5796": 8, "377": 8, "5461": 8, "1058": 8, "9968": 8, "897": 8, "547": 8, "545": 8, "309": 8, "0817": 8, "0062": 8, "6225": 8, "7933": 8, "2074": 8, "7315": 8, "489": 8, "027": 8, "089": 8, "617": 8, "6192": 8, "6097": 8, "9264": 8, "7741": 8, "931": 8, "379": 8, "573": 8, "505": 8, "3067": 8, "6335": 8, "9244": 8, "7878": 8, "459": 8, "6859": 8, "526": 8, "9952": 8, "6986": 8, "5286": 8, "0141": 8, "6155": 8, "6814": 8, "load_escal": 8, "batterycel": 8, "batterydispatch": 8, "fuelcel": 8, "pricesign": 8, "electricityr": 8, "rate_escal": 8, "ur_annual_min_charg": 8, "ur_dc_en": 8, "ur_dc_flat_mat": 8, "ur_dc_sched_weekdai": 8, "ur_dc_sched_weekend": 8, "ur_dc_tou_mat": 8, "ur_ec_billing_demand_lookback_percentag": 8, "ur_ec_billing_demand_lookback_period": 8, "ur_ec_billing_demand_minimum": 8, "ur_ec_enable_billing_demand": 8, "ur_ec_sched_weekdai": 8, "ur_ec_sched_weekend": 8, "ur_ec_tou_mat": 8, "ur_en_ts_buy_r": 8, "ur_en_ts_sell_r": 8, "ur_metering_opt": 8, "ur_monthly_fixed_charg": 8, "ur_monthly_min_charg": 8, "ur_nm_credit_month": 8, "ur_nm_credit_rollov": 8, "ur_nm_yearend_sell_r": 8, "ur_ts_buy_r": 8, "ur_ts_sell_r": 8, "ur_yearzero_usage_peak": 8, "422": 8, "007": 8, "434": 8, "469": 8, "231": 8, "gridlimit": 8, "enable_interconnection_limit": 8, "grid_curtail": 8, "grid_interconnection_limit_kwac": 8, "100000": 8, "adjustmentfactor": 8, "dc_constant": 8, "Or": 8, "categori": 8, "filesav": 8, "json_default": 8, "xlsx": 8, "workbook": 8, "worksheet": 8, "add_worksheet": 8, "col": 8, "sort": 8, "solar_resource_fil": 8, "srrl_weatherfile_sam_60_2020": 8, "20000000298023224": 8, "34903": 8, "885731": 8, "newval": 8, "becasu": 8, "prism": 8, "technologies_": 8, "bi72": 8, "457bstc": 8, "written": 8, "teh": 8, "mymod": 8, "prism_solar_technologies_bi72_457bstc": 8, "327": 8, "979": 8, "011": 8, "004675": 8, "139925": 8, "80468": 8, "396799": 8, "830": 8, "975952": 8, "40003": 8, "4028": 8, "asign": 8, "interfac": 8, "mess": 8, "fail": 8, "filee": 8, "sayala": 8, "rtcanalysi": 8, "best_sam_pvsyst_br_bvf_result": 8, "read_csv": 8, "index_col": 8, "filenotfounderror": 8, "traceback": 8, "ipykernel_2030": 8, "233394445": 8, "opt": 8, "hostedtoolcach": 8, "x64": 8, "python3": 8, "parser": 8, "filepath_or_buff": 8, "sep": 8, "delimit": 8, "usecol": 8, "squeez": 8, "mangle_dupe_col": 8, "true_valu": 8, "false_valu": 8, "skipinitialspac": 8, "skiprow": 8, "skipfoot": 8, "nrow": 8, "na_valu": 8, "keep_default_na": 8, "na_filt": 8, "verbos": 8, "skip_blank_lin": 8, "parse_d": 8, "infer_datetime_format": 8, "keep_date_col": 8, "date_pars": 8, "dayfirst": 8, "cache_d": 8, "iter": 8, "chunksiz": 8, "compress": 8, "thousand": 8, "decim": 8, "linetermin": 8, "quotechar": 8, "doublequot": 8, "escapechar": 8, "comment": 8, "encod": 8, "dialect": 8, "error_bad_lin": 8, "warn_bad_lin": 8, "delim_whitespac": 8, "low_memori": 8, "memory_map": 8, "float_precis": 8, "storage_opt": 8, "kwd": 8, "kwds_default": 8, "610": 8, "_read": 8, "460": 8, "textfileread": 8, "463": 8, "__init__": 8, "has_index_nam": 8, "818": 8, "819": 8, "_engin": 8, "_make_engin": 8, "820": 8, "821": 8, "def": 8, "1048": 8, "1049": 8, "parserbas": 8, "1050": 8, "map": 8, "arg": 8, "1051": 8, "1052": 8, "_failover_to_python": 8, "src": 8, "1865": 8, "1866": 8, "1867": 8, "_open_handl": 8, "1868": 8, "assert": 8, "1869": 8, "1366": 8, "1367": 8, "1368": 8, "1369": 8, "1370": 8, "get_handl": 8, "path_or_buf": 8, "is_text": 8, "645": 8, "ioarg": 8, "646": 8, "647": 8, "newlin": 8, "649": 8, "errno": 8, "blob": 8, "master": 8, "20modul": 8, "renam": 8, "remov": 8, "modfilt": 8, "oct": 8, "patch": 8, "atual": 8, "necessari": 8, "masterd": 8, "otherbranchd": 8, "2020": 8, "400029": 8, "72903e": 8, "NOT": 8, "THE": 8, "db": 8, "043699187": 8, "975492": 8, "694": 8, "why": 8, "IS": 8, "IN": 8, "20invert": 8, "froniu": 8, "usa": 8, "symo": 8, "480v": 8, "techniqu": 8, "myinv": 8, "pdco": 8, "vdco": 8, "c0": 8, "c1": 8, "c2": 8, "c3": 8, "pnt": 8, "idcmax": 8, "mppt_low": 8, "cec_hybrid": 8, "071510": 8, "9995": 8, "10259": 8, "992188": 8, "670": 8, "753997e": 8, "000022": 8, "000375": 8, "001689": 8, "998500": 8, "313421": 8, "empti": 8, "setattr": 8, "__setattr__": 8, "moment": 8, "easiest": 8, "far": 8, "altern": 8, "whole": 8, "modifi": 8, "04280090332031": 8, "79999923706055": 8, "020999999716877937": 8, "derat": 8, "curv": 8, "vdc": 8, "foo": 8, "subarray1_poa_rear": 8, "subarray1_dc_gross": 8, "ac_loss": 8, "ac_perf_adj_loss": 8, "ac_transmission_loss": 8, "ac_wiring_loss": 8, "airmass": 8, "annual_ac_gross": 8, "annual_ac_inv_clip_loss_perc": 8, "annual_ac_inv_eff_loss_perc": 8, "annual_ac_inv_pnt_loss_perc": 8, "annual_ac_inv_pso_loss_perc": 8, "annual_ac_lifetime_loss_perc": 8, "annual_ac_loss_ond": 8, "annual_ac_perf_adj_loss_perc": 8, "annual_ac_wiring_loss": 8, "annual_ac_wiring_loss_perc": 8, "annual_dc_diodes_loss": 8, "annual_dc_diodes_loss_perc": 8, "annual_dc_gross": 8, "annual_dc_inv_tdc_loss_perc": 8, "annual_dc_invmppt_loss": 8, "annual_dc_lifetime_loss_perc": 8, "annual_dc_loss_ond": 8, "annual_dc_mismatch_loss": 8, "annual_dc_mismatch_loss_perc": 8, "annual_dc_module_loss_perc": 8, "annual_dc_mppt_clip_loss_perc": 8, "annual_dc_nameplate_loss": 8, "annual_dc_nameplate_loss_perc": 8, "annual_dc_net": 8, "annual_dc_nomin": 8, "annual_dc_optimizer_loss": 8, "annual_dc_optimizer_loss_perc": 8, "annual_dc_perf_adj_loss_perc": 8, "annual_dc_snow_loss_perc": 8, "annual_dc_tracking_loss": 8, "annual_dc_tracking_loss_perc": 8, "annual_dc_wiring_loss": 8, "annual_dc_wiring_loss_perc": 8, "annual_energi": 8, "annual_energy_distribution_tim": 8, "annual_gh": 8, "annual_inv_cliploss": 8, "annual_inv_pntloss": 8, "annual_inv_psoloss": 8, "annual_inv_tdcloss": 8, "annual_poa_beam_eff": 8, "annual_poa_beam_nom": 8, "annual_poa_cover_loss_perc": 8, "annual_poa_eff": 8, "annual_poa_front": 8, "annual_poa_nom": 8, "annual_poa_rear": 8, "annual_poa_rear_gain_perc": 8, "annual_poa_shad": 8, "annual_poa_shaded_soil": 8, "annual_poa_shading_loss_perc": 8, "annual_poa_soiling_loss_perc": 8, "annual_subarray1_dc_diodes_loss": 8, "annual_subarray1_dc_gross": 8, "annual_subarray1_dc_mismatch_loss": 8, "annual_subarray1_dc_nameplate_loss": 8, "annual_subarray1_dc_tracking_loss": 8, "annual_subarray1_dc_wiring_loss": 8, "annual_total_loss_perc": 8, "annual_transmission_loss": 8, "annual_transmission_loss_perc": 8, "annual_xfmr_loss_perc": 8, "capacity_factor": 8, "capacity_factor_ac": 8, "dc_degrade_factor": 8, "dc_invmppt_loss": 8, "dc_net": 8, "dc_snow_loss": 8, "dn": 8, "gen": 8, "gh": 8, "gh_calc": 8, "inv_cliploss": 8, "inv_eff": 8, "inv_pntloss": 8, "inv_psoloss": 8, "inv_tdcloss": 8, "inv_total_loss": 8, "invertermppt1_dcvoltag": 8, "kwh_per_kw": 8, "monthly_dc": 8, "monthly_energi": 8, "monthly_poa_beam_eff": 8, "monthly_poa_beam_nom": 8, "monthly_poa_eff": 8, "monthly_poa_front": 8, "monthly_poa_nom": 8, "monthly_poa_rear": 8, "nameplate_dc_r": 8, "performance_ratio": 8, "poa_beam_eff": 8, "poa_beam_nom": 8, "poa_eff": 8, "poa_front": 8, "poa_nom": 8, "poa_rear": 8, "poa_shad": 8, "poa_shaded_soil": 8, "shadedb_subarray1_shade_frac": 8, "sixpar_adj": 8, "sixpar_il": 8, "sixpar_io": 8, "sixpar_r": 8, "sixpar_rsh": 8, "sixpar_a": 8, "snowdepth": 8, "sol_alt": 8, "sol_azi": 8, "sol_zen": 8, "subarray1_aoi": 8, "subarray1_aoi_modifi": 8, "subarray1_axisrot": 8, "subarray1_beam_shading_factor": 8, "subarray1_celltemp": 8, "subarray1_celltempss": 8, "subarray1_dc_voltag": 8, "subarray1_dcloss": 8, "subarray1_idealrot": 8, "subarray1_isc": 8, "subarray1_linear_der": 8, "subarray1_modeff": 8, "subarray1_poa_eff": 8, "subarray1_poa_eff_beam": 8, "subarray1_poa_eff_diff": 8, "subarray1_poa_front": 8, "subarray1_poa_nom": 8, "subarray1_poa_shad": 8, "subarray1_poa_shaded_soil": 8, "subarray1_soiling_der": 8, "subarray1_ss_der": 8, "subarray1_ss_diffuse_der": 8, "subarray1_ss_reflected_der": 8, "subarray1_surf_azi": 8, "subarray1_surf_tilt": 8, "subarray1_voc": 8, "sunpos_hour": 8, "sunup": 8, "tdry": 8, "ts_shift_hour": 8, "xfmr_ll_t": 8, "xfmr_ll_year1": 8, "xfmr_loss_t": 8, "xfmr_loss_year1": 8, "xfmr_nll_t": 8, "xfmr_nll_year1": 8, "pysam_output": 8, "econom": 8, "prismfil": 8, "row2prism": 8, "json_prism": 8, "maincomparisonvar": 8, "d4": 8, "pysamd": 8, "from_dict": 8, "guisamd": 8, "concat": 8, "inner": 8, "guisam": 8, "to_csv": 8, "resultsfold": 8}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"pydata": 0, "2021": 0, "global": 0, "solar": [0, 2, 8], "model": [0, 1, 3, 4, 5, 7], "tutori": [0, 1, 2, 3, 4, 5, 6, 7], "summari": [0, 2], "setup": 0, "thi": [0, 1, 7], "IS": 0, "A": [0, 5], "2": [0, 3, 8], "step": [0, 2], "process": 0, "jupyt": 0, "book": 0, "doc": 0, "my": 0, "binder": 0, "local": 0, "licens": 0, "welcom": 1, "more": 1, "your": [1, 3], "teacher": 1, "learn": 1, "object": [1, 8], "overview": 1, "why": 1, "how": [1, 3], "us": [1, 8], "link": 1, "structur": 1, "exercis": [1, 2], "print": 1, "hello": 1, "world": 1, "1": [1, 2, 7, 8], "modifi": 1, "someth": 1, "els": [1, 2], "let": 1, "s": [1, 7], "go": [1, 4], "over": 1, "some": 1, "python": [1, 2, 3, 7], "concept": [1, 2, 3, 7], "basic": 1, "arithmet": 1, "oper": 1, "librari": [1, 2, 7], "concaten": 1, "loop": 1, "work": 1, "dictionari": 1, "plot": [1, 2], "deeper": 1, "pvlib": [1, 2, 7, 8], "weather": [1, 2], "climat": 1, "data": [1, 2, 8], "open": 1, "pv": [1, 2, 3, 7, 8], "tool": 1, "acces": 2, "understand": 2, "visual": 2, "typic": 2, "meteorolog": 2, "year": 2, "first": 2, "import": 2, "read": 2, "tmy": 2, "dataset": 2, "irradi": [2, 3], "wind": 2, "air": [2, 7], "temperatur": [2, 4], "downselect": 2, "column": 2, "time": 2, "seri": 2, "panda": 2, "matplotlib": 2, "speed": 2, "aggreg": 2, "hourli": 2, "monthli": 2, "where": 2, "get": [2, 8], "free": 2, "can": 2, "you": [2, 3], "histor": 2, "nrel": 2, "api": 2, "kei": 2, "applic": 2, "program": 2, "interfac": 2, "fetch": 2, "from": [2, 3, 8], "nsrdb": 2, "poa": 3, "what": [3, 7], "transposit": 3, "arrai": [3, 4], "orient": 3, "defin": 3, "ghi": 3, "dhi": 3, "dni": 3, "fix": 3, "tilt": 3, "angl": 3, "should": [3, 8], "modul": [3, 7, 8], "track": [3, 4], "system": [3, 4, 8], "3": [4, 8], "an": 4, "power": 4, "simpl": 4, "pvwatt": 4, "calcul": [4, 7], "hte": 4, "ac": [4, 5], "dc": 4, "bigger": 4, "util": 4, "singl": [5, 7], "diod": [5, 7], "string": 5, "length": 5, "output": 5, "b": [6, 8], "pvfree": 6, "c": 7, "perform": 7, "advanc": 7, "standard": 7, "test": 7, "condit": 7, "stc": 7, "mass": 7, "am": 7, "iec": 7, "61853": 7, "sdm": 7, "iv": 7, "curv": 7, "cec": [7, 8], "aka": 7, "sam": [7, 8], "6": [7, 8], "paramet": 7, "pop": 7, "quiz": 7, "nnsvth": 7, "info": 7, "conclus": 7, "pysam": 8, "simul": 8, "creat": 8, "default": 8, "set": 8, "valu": 8, "repres": 8, "our": 8, "assign": 8, "resourc": 8, "4": 8, "obtain": 8, "4a": 8, "file": 8, "repositori": 8, "url": 8, "variabl": 8, "invert": 8, "gui": 8, "save": 8, "extra": 8, "comparison": 8, "vs": 8, "export": 8}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 6, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx": 56}})
    \ No newline at end of file