Skip to content

Commit 30df576

Browse files
committed
Remove forecast settings
1 parent cf20643 commit 30df576

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
@@ -576,7 +576,6 @@ function of macro-economic data, i.e. population and gdp.
576576
macrodrivers_path = '{path}/technodata/Macrodrivers.csv'
577577
regression_path = '{path}/technodata/regressionparameters.csv'
578578
timeslices_levels = {'day': ['all-day']}
579-
forecast = [0, 5]
580579
581580
The following attributes are accepted:
582581

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)