Skip to content

Commit

Permalink
Replace "simulation" by "optimization"
Browse files Browse the repository at this point in the history
  • Loading branch information
jokochems committed Oct 2, 2023
1 parent 4f2b64c commit b61d11f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/oemof/solph/_energy_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ def __init__(
self._extract_periods_matrix()

def _extract_periods_years(self):
"""Map simulation years to the respective period based on time indices
"""Map years in optimization to respective period based on time indices
Returns
-------
periods_years: dict
the simulation year of the start of each a period,
year of the start of each period,
relative to the start of the optimization run and starting with 0
"""
periods_years = [0]
Expand Down
2 changes: 1 addition & 1 deletion src/oemof/solph/_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Investment:
Units lifetime, given in years; only applicable for multi-period
models
age : int, :math:`a`
Units start age, given in years at the beginning of the simulation;
Units start age, given in years at the beginning of the optimization;
only applicable for multi-period models
interest_rate : float, :math:`ir`
Interest rate for calculating annuities when investing in a particular
Expand Down

0 comments on commit b61d11f

Please sign in to comment.