Skip to content

Commit 2cf48b1

Browse files
committed
Update settings and documentation
1 parent 6978cc6 commit 2cf48b1

20 files changed

Lines changed: 5 additions & 27 deletions

File tree

docs/inputs/toml.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ a whole.
2424
.. code-block:: TOML
2525
2626
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
27-
foresight = 5
2827
regions = ["USA"]
2928
interest_rate = 0.1
3029
interpolation_mode = 'Active'
@@ -38,10 +37,6 @@ a whole.
3837
*time_framework*
3938
Required. List of years for which the simulation will run.
4039

41-
*foresight*
42-
Required. Integer defining the number of years at which prices are updated at every iteration.
43-
It needs to equal or be a multiple of the interval of years in the *time_framework*. Default to 5 years.
44-
4540
*region*
4641
Subset of regions to consider. If not given, defaults to all regions found in the
4742
simulation data.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Global settings - most REQUIRED
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
4-
foresight = 5 # Has to be a multiple of the minimum separation between the years in time framework
54
regions = ["R1"]
65
interest_rate = 0.1
76
interpolation_mode = 'Active'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Global settings - most REQUIRED
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
4-
foresight = 5 # Has to be a multiple of the minimum separation between the years in time framework
54
regions = ["R1"]
65
interest_rate = 0.1
76
interpolation_mode = 'Active'

docs/tutorial-code/add-correlation-demand/1-correlation/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Global settings - most REQUIRED
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
4-
foresight = 5 # Has to be a multiple of the minimum separation between the years in time framework
54
regions = ["R1"]
65
interest_rate = 0.1
76
interpolation_mode = 'Active'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Global settings - most REQUIRED
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
4-
foresight = 5 # Has to be a multiple of the minimum separation between the years in time framework
54
regions = ["R1"]
65
interest_rate = 0.1
76
interpolation_mode = 'Active'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Global settings - most REQUIRED
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
4-
foresight = 5 # Has to be a multiple of the minimum separation between the years in time framework
54
regions = ["R1"]
65
interest_rate = 0.1
76
interpolation_mode = 'Active'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Global settings - most REQUIRED
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
4-
foresight = 5 # Has to be a multiple of the minimum separation between the years in time framework
54
regions = ["R1", "R2"]
65
interest_rate = 0.1
76
interpolation_mode = 'Active'

docs/tutorial-code/add-service-demand/1-exogenous-demand/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Global settings - most REQUIRED
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
4-
foresight = 5 # Has to be a multiple of the minimum separation between the years in time framework
54
regions = ["R1"]
65
interest_rate = 0.1
76
interpolation_mode = 'Active'

docs/tutorial-code/carbon-budget/1-carbon-budget/settings.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Global settings - most REQUIRED
22

33
time_framework = [2020, 2025, 2030, 2035]
4-
foresight = 5 # Has to be a multiple of the minimum separation between the years in time framework
54
regions = ["R1"]
65
interest_rate = 0.1
76
interpolation_mode = 'Active'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Global settings - most REQUIRED
22

33
time_framework = [2020, 2025, 2030, 2035, 2040, 2045, 2050]
4-
foresight = 5 # Has to be a multiple of the minimum separation between the years in time framework
54
regions = ["R1"]
65
interest_rate = 0.1
76
interpolation_mode = 'Active'

0 commit comments

Comments
 (0)