Skip to content

Commit

Permalink
Make storage_costs docstring more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Aug 1, 2023
1 parent 91636ef commit 8a6d25a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/oemof/solph/components/_generic_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class GenericStorage(network.Component):
nominal_storage_capacity should not be set (or set to None) if an
investment object is used.
storage_costs : numeric (iterable or scalar), :math:`c_{storage}(t)`
Cost (per energy) for using the storage.
Cost (per energy) for having energy in the storage.
lifetime_inflow : int, :math:`n_{in}`
Determine the lifetime of an inflow; only applicable for multi-period
models which can invest in storage capacity and have an
Expand Down Expand Up @@ -419,8 +419,8 @@ class GenericStorageBlock(ScalarBlock):
:math:`\delta(t)` and
timeincrement
:math:`\tau(t)`
:math:`c_{storage}(t)` costs for storaging `storage_costs`
energy
:math:`c_{storage}(t)` costs of having `storage_costs`
energy stored
=========================== ======================= =========
**The following parts of the objective function are created:**
Expand Down

0 comments on commit 8a6d25a

Please sign in to comment.