generated from iiasa/scse-workflow-template
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip region aggregation for technical parameters (#249)
- Loading branch information
1 parent
6511f63
commit c40be2d
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
definitions/variable/techno-economic/other-energy-transformation-technologies.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,30 @@ | ||
- Capital Cost|{Secondary Fuel Level 3}: | ||
description: Capital cost of a newly installed plant to produce {Secondary Fuel Level 3} | ||
unit: USD_2010/kW | ||
skip-region-aggregation: true | ||
- Capital Cost|{Secondary Fuel Level 3}|*: | ||
description: Capital cost of a newly installed plant to produce {Secondary Fuel Level 3} | ||
for a specific technology | ||
unit: USD_2010/kW | ||
skip-region-aggregation: true | ||
- Efficiency|{Secondary Fuel Level 3}: | ||
description: Conversion efficiency per unit of primary energy of a newly installed | ||
plant to produce {Secondary Fuel Level 3} | ||
unit: "%" | ||
range: [ 0,100 ] | ||
skip-region-aggregation: true | ||
- Efficiency|{Secondary Fuel Level 3}|*: | ||
description: Conversion efficiency per unit of primary energy of a newly installed | ||
plant to produce {Secondary Fuel Level 3} for a specific technology | ||
unit: "%" | ||
range: [ 0,100 ] | ||
skip-region-aggregation: true | ||
- Lifetime|{Secondary Fuel Level 3}: | ||
description: Technical lifetime of a newly installed plant to produce {Secondary Fuel Level 3} | ||
unit: years | ||
skip-region-aggregation: true | ||
- Lifetime|{Secondary Fuel Level 3}|*: | ||
description: Technical lifetime of a newly installed plant to produce {Secondary Fuel Level 3} | ||
for a specific technology | ||
unit: years | ||
skip-region-aggregation: true |