Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Jun 13, 2024
1 parent c0fa7a4 commit c77a8f4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions reV/supply_curve/points.py
Original file line number Diff line number Diff line change
Expand Up @@ -1751,6 +1751,11 @@ def mean_cf(self):
factor is weighted by the exclusions (usually 0 or 1, but 0.5
exclusions will weight appropriately).
This value represents DC capacity factor for solar and AC
capacity factor for all other technologies. This is the capacity
factor that should be used for all cost calculations for ALL
technologies (to align with SAM).
Returns
-------
mean_cf : float | None
Expand Down Expand Up @@ -2017,6 +2022,11 @@ def capacity(self):
"""Get the estimated capacity in MW of the supply curve point in the
current resource class with the applied exclusions.
This value represents DC capacity for solar and AC capacity for
all other technologies. This is the capacity that should be used
for all cost calculations for ALL technologies (to align with
SAM).
Returns
-------
capacity : float
Expand All @@ -2035,7 +2045,7 @@ def capacity_ac(self):
"""Get the AC estimated capacity in MW of the supply curve point in the
current resource class with the applied exclusions.
This values is provided only for solar inputs that have
This value is provided only for solar inputs that have
the "dc_ac_ratio" dataset in the generation file. If these
conditions are not met, this value is `None`.
Expand All @@ -2057,7 +2067,7 @@ def capacity_dc(self):
"""Get the DC estimated capacity in MW of the supply curve point
in the current resource class with the applied exclusions.
This values is provided only for solar inputs that have
This value is provided only for solar inputs that have
the "dc_ac_ratio" dataset in the generation file. If these
conditions are not met, this value is `None`.
Expand Down

0 comments on commit c77a8f4

Please sign in to comment.