Skip to content

Commit 01796ce

Browse files
committed
Remove forecast settings
1 parent 778aa25 commit 01796ce

20 files changed

Lines changed: 1 addition & 29 deletions

File tree

docs/inputs/toml.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ function of macro-economic data, i.e. population and gdp.
577577
macrodrivers_path = '{path}/technodata/Macrodrivers.csv'
578578
regression_path = '{path}/technodata/regressionparameters.csv'
579579
timeslices_levels = {'day': ['all-day']}
580-
forecast = [0, 5]
581580
582581
The following attributes are accepted:
583582

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

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

5655
[sectors.power]
5756
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
@@ -51,7 +51,6 @@ constraints = [
5151
"demand_limiting_capacity"
5252
]
5353
demand_share = "standard_demand" # Optional, default to standard_demand
54-
forecast = 5 # Optional, defaults to 5
5554

5655
[sectors.power]
5756
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
@@ -51,7 +51,6 @@ constraints = [
5151
"demand_limiting_capacity"
5252
]
5353
demand_share = "standard_demand" # Optional, default to standard_demand
54-
forecast = 5 # Optional, defaults to 5
5554

5655
[sectors.power]
5756
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
@@ -51,7 +51,6 @@ constraints = [
5151
"demand_limiting_capacity"
5252
]
5353
demand_share = "standard_demand" # Optional, default to standard_demand
54-
forecast = 5 # Optional, defaults to 5
5554

5655
[sectors.power]
5756
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
@@ -51,7 +51,6 @@ constraints = [
5151
"demand_limiting_capacity"
5252
]
5353
demand_share = "standard_demand" # Optional, default to standard_demand
54-
forecast = 5 # Optional, defaults to 5
5554

5655
[sectors.power]
5756
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
@@ -51,7 +51,6 @@ constraints = [
5151
"demand_limiting_capacity"
5252
]
5353
demand_share = "standard_demand" # Optional, default to standard_demand
54-
forecast = 5 # Optional, defaults to 5
5554

5655
[sectors.power]
5756
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
@@ -51,7 +51,6 @@ constraints = [
5151
"demand_limiting_capacity"
5252
]
5353
demand_share = "standard_demand" # Optional, default to standard_demand
54-
forecast = 5 # Optional, defaults to 5
5554

5655
[sectors.power]
5756
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
@@ -64,7 +64,6 @@ constraints = [
6464
"demand_limiting_capacity"
6565
]
6666
demand_share = "standard_demand" # Optional, default to standard_demand
67-
forecast = 5 # Optional, defaults to 5
6867

6968
[sectors.power]
7069
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
@@ -51,7 +51,6 @@ constraints = [
5151
"demand_limiting_capacity"
5252
]
5353
demand_share = "standard_demand" # Optional, default to standard_demand
54-
forecast = 5 # Optional, defaults to 5
5554

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

0 commit comments

Comments
 (0)