Skip to content

Commit 6e25b50

Browse files
committed
Remove forecast settings
1 parent af333b1 commit 6e25b50

21 files changed

Lines changed: 6 additions & 34 deletions

File tree

docs/inputs/toml.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ function of macro-economic data, i.e. population and gdp.
581581
macrodrivers_path = '{path}/technodata/Macrodrivers.csv'
582582
regression_path = '{path}/technodata/regressionparameters.csv'
583583
timeslices_levels = {'day': ['all-day']}
584-
forecast = [0, 5]
585584
586585
The following attributes are accepted:
587586

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ constraints = [
5252
"demand_limiting_capacity"
5353
]
5454
demand_share = "standard_demand" # Optional, default to standard_demand
55-
forecast = 5 # Optional, defaults to 5
5655

5756
[sectors.power]
5857
type = 'default'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ constraints = [
5252
"demand_limiting_capacity"
5353
]
5454
demand_share = "standard_demand" # Optional, default to standard_demand
55-
forecast = 5 # Optional, defaults to 5
5655

5756
[sectors.power]
5857
type = 'default'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ constraints = [
5252
"demand_limiting_capacity"
5353
]
5454
demand_share = "standard_demand" # Optional, default to standard_demand
55-
forecast = 5 # Optional, defaults to 5
5655

5756
[sectors.power]
5857
type = 'default'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ constraints = [
5252
"demand_limiting_capacity"
5353
]
5454
demand_share = "standard_demand" # Optional, default to standard_demand
55-
forecast = 5 # Optional, defaults to 5
5655

5756
[sectors.power]
5857
type = 'default'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ constraints = [
5252
"demand_limiting_capacity"
5353
]
5454
demand_share = "standard_demand" # Optional, default to standard_demand
55-
forecast = 5 # Optional, defaults to 5
5655

5756
[sectors.power]
5857
type = 'default'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ constraints = [
5252
"demand_limiting_capacity"
5353
]
5454
demand_share = "standard_demand" # Optional, default to standard_demand
55-
forecast = 5 # Optional, defaults to 5
5655

5756
[sectors.power]
5857
type = 'default'

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
@@ -52,7 +52,6 @@ constraints = [
5252
"demand_limiting_capacity"
5353
]
5454
demand_share = "standard_demand" # Optional, default to standard_demand
55-
forecast = 5 # Optional, defaults to 5
5655

5756
[sectors.power]
5857
type = 'default'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ constraints = [
6565
"demand_limiting_capacity"
6666
]
6767
demand_share = "standard_demand" # Optional, default to standard_demand
68-
forecast = 5 # Optional, defaults to 5
6968

7069
[sectors.power]
7170
type = 'default'

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
@@ -52,7 +52,6 @@ constraints = [
5252
"demand_limiting_capacity"
5353
]
5454
demand_share = "standard_demand" # Optional, default to standard_demand
55-
forecast = 5 # Optional, defaults to 5
5655

5756
[sectors.power]
5857
type = 'default'

0 commit comments

Comments
 (0)