Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/01_onshore_steel_mn/tech_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ technologies:
max_charge_rate: 375740.4 # kW
max_capacity: 375745.2 # kWh
n_control_window: 24
n_horizon_window: 48
init_charge_percent: 0.9
max_charge_percent: 1.0
min_charge_percent: 0.2
Expand Down
1 change: 0 additions & 1 deletion examples/02_texas_ammonia/tech_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ technologies:
max_charge_rate: 96.0 # kW
max_capacity: 96.0 # kWh
n_control_window: 24
n_horizon_window: 48
init_charge_percent: 0.9
max_charge_percent: 1.0
min_charge_percent: 0.2
Expand Down
1 change: 0 additions & 1 deletion examples/09_co2/direct_ocean_capture/tech_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ technologies:
max_charge_rate: 50000 # kW
max_capacity: 200000 # kWh
n_control_window: 24
n_horizon_window: 48
init_charge_percent: 0.9
max_charge_percent: 1.0
min_charge_percent: 0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ technologies:
max_charge_rate: 50000 # kW
max_capacity: 200000 # kWh
n_control_window: 24
n_horizon_window: 48
init_charge_percent: 0.9
max_charge_percent: 1.0
min_charge_percent: 0.2
Expand Down
1 change: 0 additions & 1 deletion examples/12_ammonia_synloop/tech_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ technologies:
max_charge_rate: 96.0 # kW
max_capacity: 96.0 # kWh
n_control_window: 24
n_horizon_window: 48
init_charge_percent: 0.9
max_charge_percent: 1.0
min_charge_percent: 0.2
Expand Down
1 change: 0 additions & 1 deletion examples/18_pyomo_heuristic_dispatch/tech_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ technologies:
max_charge_rate: 100000
max_capacity: 500000
n_control_window: 24
n_horizon_window: 48
init_charge_percent: 0.5
max_charge_percent: 0.9
min_charge_percent: 0.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ technologies:
max_charge_rate: 100000
max_capacity: 500000
n_control_window: 24
n_horizon_window: 48
init_charge_percent: 0.5
max_charge_percent: 0.9
min_charge_percent: 0.1
Expand Down
1 change: 0 additions & 1 deletion examples/30_pyomo_optimized_dispatch/tech_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ technologies:
cost_per_production: 0.0 # in $/kW, cost to use the incoming produced commodity (i.e. electricity from wind)
time_weighting_factor: 0.995 # This parameter discounts each subsequent time step incrementally in the future in the horizon window by this amount
n_control_window: 24 # in timesteps (currently hours), The length of time that the control is applied to in the rolling window optimization
n_horizon_window: 48 # in timesteps (currently hours), The horizon window the optimization is run over
52 changes: 0 additions & 52 deletions h2integrate/control/control_strategies/controller_baseclass.py

This file was deleted.

Loading