From b61d11fb2f42e417786688f4221d283b2f376d17 Mon Sep 17 00:00:00 2001 From: Johannes Kochems Date: Mon, 2 Oct 2023 16:06:54 +0200 Subject: [PATCH] Replace "simulation" by "optimization" --- src/oemof/solph/_energy_system.py | 4 ++-- src/oemof/solph/_options.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/oemof/solph/_energy_system.py b/src/oemof/solph/_energy_system.py index a2a166fb5..5b177b433 100644 --- a/src/oemof/solph/_energy_system.py +++ b/src/oemof/solph/_energy_system.py @@ -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] diff --git a/src/oemof/solph/_options.py b/src/oemof/solph/_options.py index 051eb8479..42bf15885 100644 --- a/src/oemof/solph/_options.py +++ b/src/oemof/solph/_options.py @@ -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