Skip to content

Commit

Permalink
vertical documentation
Browse files Browse the repository at this point in the history
for some reason ti didn't like me giving an example of where i keep the json. bummer.

Edited Returns as well
  • Loading branch information
shirubana committed Jun 26, 2024
1 parent d8d8810 commit 3d813fa
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions pvdeg/standards.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,24 +592,17 @@ def vertical_POA(
weather_kwarg : dict
other variables needed to access a particular weather dataset.
jsonfolder : string
Location and base name for the json files, i.e. r'C:\Users\sayala\Documents\GitHub\Studies\High-Latitude-PV\pvdeg\jsons'
or '/home/sayala/highlat/jsons/'
Location and base name for the json files
Returns
-------
x : float [cm]
Minimum installation distance in centimeter per IEC TS 63126 when the default settings are used.
Effective gap "x" for the lower limit for Level 1 or Level 0 modules (IEC TS 63216)
T98_0 : float [°C]
This is the 98ᵗʰ percential temperature of a theoretical module with no standoff.
T98_inf : float [°C]
This is the 98ᵗʰ percential temperature of a theoretical rack mounted module.
annual_gh : float [Wh/m2/y]
Annual GHI
annual_energy : float [kWh]
Annual AC energy
lcoa_nom : float [cents/kWh]
LCOE Levelized cost of energy nominal
References
----------
M. Kempe, et al. Close Roof Mounted System Temperature Estimation for Compliance
to IEC TS 63126, PVSC Proceedings 2023
"""

parameters = ["temp_air", "wind_speed", "dhi", "ghi", "dni"]
Expand Down

0 comments on commit 3d813fa

Please sign in to comment.