Skip to content

Commit

Permalink
Skip region aggregation for technical parameters (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann authored Dec 20, 2024
1 parent 6511f63 commit c40be2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,36 @@
from {Electricity Source}
unit: USD_2010/kW
tier: 2
skip-region-aggregation: true
- Capital Cost|Electricity|{Electricity Source}|*:
description: Capital cost of a newly installed plant to generate electricity
from {Electricity Source} for a specific technology
unit: USD_2010/kW
tier: 2
skip-region-aggregation: true
- Efficiency|Electricity|{Electricity Source}:
description: Conversion efficiency per unit of primary energy of a newly installed
plant to generate electricity from {Electricity Source}
unit: "%"
tier: 2
range: [ 0,100 ]
skip-region-aggregation: true
- Efficiency|Electricity|{Electricity Source}|*:
description: Conversion efficiency per unit of primary energy of a newly installed
plant to generate electricity from {Electricity Source} for a specific technology
unit: "%"
tier: 2
range: [ 0,100 ]
skip-region-aggregation: true
- Lifetime|Electricity|{Electricity Source}:
description: Technical lifetime of a newly installed plant to generate electricity
from {Electricity Source}
unit: years
tier: 2
skip-region-aggregation: true
- Lifetime|Electricity|{Electricity Source}|*:
description: Technical lifetime of a newly installed plant to generate electricity
from {Electricity Source} for a specific technology
unit: years
tier: 2
skip-region-aggregation: true
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

0 comments on commit c40be2d

Please sign in to comment.