Skip to content

Commit

Permalink
update setup config
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Nov 8, 2024
1 parent f5ff217 commit f2a50e9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/otoole/preprocess/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,11 @@ AnnualVariableOperatingCost:
type: result
dtype: float
default: 0
CapitalInvestmentStorage:
indices: [REGION, STORAGE, YEAR]
type: result
dtype: float
default: 0
CapitalInvestment:
indices: [REGION, TECHNOLOGY, YEAR]
type: result
Expand All @@ -342,11 +347,21 @@ Demand:
type: result
dtype: float
default: 0
DiscountedCapitalInvestmentStorage:
indices: [REGION, STORAGE, YEAR]
type: result
dtype: float
default: 0
DiscountedCapitalInvestment:
indices: [REGION, TECHNOLOGY, YEAR]
type: result
dtype: float
default: 0
DiscountedCostByStorage:
indices: [REGION, STORAGE, YEAR]
type: result
dtype: float
default: 0
DiscountedCostByTechnology:
indices: [REGION, TECHNOLOGY, YEAR]
type: result
Expand All @@ -362,6 +377,11 @@ DiscountedSalvageValue:
type: result
dtype: float
default: 0
DiscountedSalvageValueStorage:
indices: [REGION, STORAGE, YEAR]
type: result
dtype: float
default: 0
DiscountedTechnologyEmissionsPenalty:
short_name: DiscountedTechEmissionsPenalty
indices: [REGION, TECHNOLOGY, YEAR]
Expand Down

0 comments on commit f2a50e9

Please sign in to comment.