How do i model a battery with an minimal power restriction in timesteps of use ?
bat:
essentials:
name: 'ev_bat'
color: '#00AAAA'
parent: storage
carrier: electricity
constraints:
storage_initial: 0
energy_cap_per_storage_cap_equals: 1
units_equals: 1
energy_cap_per_unit: 14800
energy_cap_min_use: 0.2
energy_cap_max: 14800 # kW
storage_cap_per_unit: 14800
energy_eff: 1 # 0.95 * 0.95 = 0.9025 round trip efficiency
storage_loss: 0.001 # No loss over time assumed
lifetime: 25
costs:
monetary:
interest_rate: 0.11
does not work
i still playing around with operate mode, does have energy_cap_max at transmission technology any impact an the results ? i does not look like that ...
energy_cap_max is not really suited for operate mode, as it limits the maximum capacity the optimization procedure can allocate to a given technology in a given location.
and the "operate" mode does not perform any optimization on the installed capacities, only the "plan" mode