Skip to content

Commit

Permalink
update template config
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Oct 26, 2024
1 parent f86d313 commit 2bcd28e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========

Version 1.1.4
=============
- Add result calculations for ``DiscountedCapitalInvestment``, ``DiscountedCostByTechnology``, and ``DiscountedOperationalCost``

Version 1.1.3
===========================
- Lock pandas to 2.1.4 or later
Expand Down
15 changes: 15 additions & 0 deletions src/otoole/preprocess/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,21 @@ Demand:
type: result
dtype: float
default: 0
DiscountedCapitalInvestment:
indices: [REGION, TECHNOLOGY, YEAR]
type: result
dtype: float
default: 0
DiscountedCostByTechnology:
indices: [REGION, TECHNOLOGY, YEAR]
type: result
dtype: float
default: 0
DiscountedOperationalCost:
indices: [REGION, TECHNOLOGY, YEAR]
type: result
dtype: float
default: 0
DiscountedSalvageValue:
indices: [REGION, TECHNOLOGY, YEAR]
type: result
Expand Down

0 comments on commit 2bcd28e

Please sign in to comment.