Skip to content

Commit d1e961a

Browse files
authored
Merge pull request #486 from EnergySystemsModellingLab/carbon_budget_tutorial
Carbon budget tutorial
2 parents 79df22a + f3b067e commit d1e961a

42 files changed

Lines changed: 696 additions & 18 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/tutorial-code/0-new-decision-metric/settings.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ quantity = "timeslice_supply"
3333
sink = "aggregate"
3434
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
3535

36-
# Carbon budget control
3736
[carbon_budget_control]
38-
# budget = []
39-
method = "fitting"
37+
budget = []
4038

4139
[global_input_files]
4240
projections = '{path}/input/Projections.csv'

docs/tutorial-code/1-add-new-technology/1-introduction/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ quantity = "prices"
2323
sink = "aggregate"
2424
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
2525

26-
# Carbon budget control
2726
[carbon_budget_control]
2827
budget = []
2928

docs/tutorial-code/1-add-new-technology/2-scenario/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ quantity = "prices"
2323
sink = "aggregate"
2424
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
2525

26-
# Carbon budget control
2726
[carbon_budget_control]
2827
budget = []
2928

docs/tutorial-code/2-add-agent/1-single-objective/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ quantity = "prices"
2323
sink = "aggregate"
2424
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
2525

26-
# Carbon budget control
2726
[carbon_budget_control]
2827
budget = []
2928

docs/tutorial-code/2-add-agent/2-multiple-objective/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ quantity = "prices"
2323
sink = "aggregate"
2424
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
2525

26-
# Carbon budget control
2726
[carbon_budget_control]
2827
budget = []
2928

docs/tutorial-code/3-add-region/1-new-region/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ quantity = "prices"
2323
sink = "aggregate"
2424
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
2525

26-
# Carbon budget control
2726
[carbon_budget_control]
2827
budget = []
2928

docs/tutorial-code/4-modify-timing-data/1-modify-timeslices/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ quantity = "prices"
2323
sink = "aggregate"
2424
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
2525

26-
# Carbon budget control
2726
[carbon_budget_control]
2827
budget = []
2928

docs/tutorial-code/4-modify-timing-data/2-modify-time-framework/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ quantity = "prices"
2323
sink = "aggregate"
2424
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
2525

26-
# Carbon budget control
2726
[carbon_budget_control]
2827
budget = []
2928

docs/tutorial-code/5-min-max-timeslice-constraints/1-min-constraint/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ quantity = "prices"
2323
sink = "aggregate"
2424
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
2525

26-
# Carbon budget control
2726
[carbon_budget_control]
2827
budget = []
2928

docs/tutorial-code/5-min-max-timeslice-constraints/2-max-constraint/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ quantity = "prices"
2323
sink = "aggregate"
2424
filename = "{cwd}/{default_output_dir}/MCA{Quantity}.csv"
2525

26-
# Carbon budget control
2726
[carbon_budget_control]
2827
budget = []
2928

0 commit comments

Comments
 (0)