Skip to content

Commit

Permalink
Remove obsolete parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
c-moeller committed Jan 5, 2018
1 parent fed7491 commit 33282bc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions examples/oemof_0.2/storage_investment/storage_investment_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,9 @@
outputs={bel: solph.Flow(nominal_value=10e10, variable_costs=0)},
conversion_factors={bel: 0.58})

# my_list = [0.1] * number_timesteps

# create storage object representing a battery
storage = solph.components.GenericStorage(
label='storage',
# min=my_list,
inputs={bel: solph.Flow(variable_costs=0.0001)},
outputs={bel: solph.Flow()},
capacity_loss=0.00, initial_capacity=0,
Expand Down
3 changes: 0 additions & 3 deletions examples/oemof_0.2/storage_investment/storage_investment_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,9 @@
outputs={bel: solph.Flow(nominal_value=10e10, variable_costs=0)},
conversion_factors={bel: 0.58})

# my_list = [0.1] * number_timesteps

# create storage object representing a battery
storage = solph.components.GenericStorage(
label='storage',
# min=my_list,
inputs={bel: solph.Flow(variable_costs=0.0001)},
outputs={bel: solph.Flow()},
capacity_loss=0.00, initial_capacity=0,
Expand Down
3 changes: 0 additions & 3 deletions examples/oemof_0.2/storage_investment/storage_investment_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,9 @@
outputs={bel: solph.Flow(nominal_value=10e10, variable_costs=0)},
conversion_factors={bel: 0.58})

# my_list = [0.1] * number_timesteps

# create storage object representing a battery
storage = solph.components.GenericStorage(
label='storage',
# min=my_list,
inputs={bel: solph.Flow(variable_costs=0.0001)},
outputs={bel: solph.Flow()},
capacity_loss=0.00, initial_capacity=0,
Expand Down
3 changes: 0 additions & 3 deletions examples/oemof_0.2/storage_investment/storage_investment_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,9 @@
outputs={bel: solph.Flow(nominal_value=10e10, variable_costs=0)},
conversion_factors={bel: 0.58})

# my_list = [0.1] * number_timesteps

# create storage object representing a battery
storage = solph.components.GenericStorage(
label='storage',
# min=my_list,
inputs={bel: solph.Flow(variable_costs=0.0001)},
outputs={bel: solph.Flow()},
capacity_loss=0.00, initial_capacity=0,
Expand Down

0 comments on commit 33282bc

Please sign in to comment.