-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathtechs.yaml
51 lines (44 loc) · 1.1 KB
/
techs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
import:
- techs/lifetimes_and_interest_rates.yaml
- techs/wind_solar.yaml
- techs/fossil.yaml
- techs/nuclear.yaml
- techs/hydro.yaml
- techs/transmission.yaml
- techs/import.yaml
- techs/storage.yaml
- techs/tidal.yaml
- techs/csp.yaml
tech_groups:
supply_electricity:
essentials:
carrier: electricity
parent: supply
supply_electricity_renewable:
essentials:
parent: supply_electricity
costs:
domestic:
om_prod: 1
supply_electricity_nuclear:
essentials:
parent: supply_electricity
costs:
domestic:
om_prod: 0.5
supply_electricity_fossil:
essentials:
parent: supply_electricity
costs:
domestic:
om_prod: 0.5
supply_electricity_import:
essentials:
parent: supply_electricity
costs:
domestic:
om_prod: 0
storage_electricity:
essentials:
carrier: electricity
parent: storage