Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Aug 14, 2024
1 parent aeea1f4 commit afcc8a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reV/SAM/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@ class Geothermal(AbstractSamGenerationFromWeatherFile):
or 1 allowed.
- ``design_temp`` : EGS plant design temperature (in C). Only
affects EGS runs. This value may be adjusted internally by
``reV under the following conditions:
``reV`` under the following conditions:
- The design temperature is larger than the resource
temperature
Expand Down
10 changes: 8 additions & 2 deletions reV/generation/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,14 @@ def __init__(
consideration, and its shape must be a multiple of 8760.
.. Note:: If executing ``reV`` from the command line, this
path can contain brackets ``{}`` that will be filled in by
the `analysis_years` input.
input string can contain brackets ``{}`` that will be
filled in by the `analysis_years` input. Alternatively,
this input can be a list of explicit files to process. In
this case, the length of the list must match the length of
the `analysis_years` input exactly, and the path are
assumed to align with the `analysis_years` (i.e. the first
path corresponds to the first analysis year, the second
path corresponds to the second analysis year, and so on)
.. Important:: If you are using custom resource data (i.e.
not NSRDB/WTK/Sup3rCC, etc.), ensure the following:
Expand Down

0 comments on commit afcc8a4

Please sign in to comment.