-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsettings.toml
More file actions
69 lines (59 loc) · 1.79 KB
/
settings.toml
File metadata and controls
69 lines (59 loc) · 1.79 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Global settings - most REQUIRED
time_framework = [2010, 2015, 2020, 2025, 2030, 2035, 2040, 2045, 2050]
regions = ["R1"]
interest_rate = 0.1
interpolation_mode = 'linear'
log_level = 'info'
excluded_commodities = ["fuel1", "fuel2", "fuel3"]
# Convergence parameters
equilibrium_variable = 'demand'
maximum_iterations = 100
tolerance = 0.1
tolerance_unmet_demand = -0.1
[carbon_budget_control]
budget = []
[global_input_files]
projections = '{path}/input/Projections.csv'
global_commodities = '{path}/input/GlobalCommodities.csv'
[[outputs]]
quantity = "capacity"
sink = "aggregate"
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
[[outputs]]
quantity = "supply"
sink = "aggregate"
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
[[outputs]]
quantity = "prices"
sink = "aggregate"
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
[sectors.industry]
type = 'default'
priority = 1
dispatch_production = 'share'
technodata = '{path}/technodata/industry/Technodata.csv'
commodities_in = '{path}/technodata/industry/CommIn.csv'
commodities_out = '{path}/technodata/industry/CommOut.csv'
[sectors.industry.subsectors.all]
agents = '{path}/technodata/Agents.csv'
existing_capacity = '{path}/technodata/industry/Existing.csv'
lpsolver = "scipy"
constraints = [
# Optional, defaults to the constraints below
"max_production",
"max_capacity_expansion",
"demand",
"search_space",
"minimum_service",
"demand_limiting_capacity"
]
demand_share = "standard_demand" # Optional, default to standard_demand
[sectors.industry_presets]
type = 'presets'
priority = 0
consumption_path = "{path}/technodata/preset/*Consumption.csv"
[timeslices]
level_names = ["month", "day", "hour"]
winter.all-week.all-day = 2920
summer.all-week.all-day = 2920
spring-autumn.all-week.all-day = 2920