Battery Energy Storage (BES)
The BES technology represents a battery electric storage system connected to the electric grid. It can be either a small scale battery, a swarm of small scale batteries or grid scale batteries. The definition of the technology is not defining this, but only maintenance and capital cost.
It can be charged by all the technologies that are defined via the connections parameters in the input file. The battery has a given maximum capacity that can be set by the optimizer if optimization is activated. When charging and discharging, a fixed loss rate is applied. Furthermore, the storage loses energy at a constant rate. The electric energy stored in batteries can be discharged to any consumers in the local district.
Using the parameter force_asynchronous_prod_con, the optimizer can be forced to never charge and discharge the storage at the same time. This can be useful to prevent the energy system from disposing of electric energy using the charging and discharging losses of the storage.
The initial charge of the storage is usually set to be optimized. Then, the constraint is that the initial and final storage level have to be equal. Alternatively, a fixed initial state of charge can be defined.
Attribute |
Description |
Standard value |
Unit |
Data type |
|---|---|---|---|---|
|
If set to ‘true’, the technology will be considered in the energy system model (this does not necessarily mean it will be used). Only relevant for optimisation. |
False |
— |
bool |
|
If set to ‘true’, the tes cannot be charged and discharged simultaneously |
True |
— |
bool |
|
Charging and discharging efficiency (fixed). Roundtrip-efficiency is calculated as eta_chg_dchg*eta_chg_dchg. |
0.95 |
— |
float |
|
Loss rate: fraction of electricity lost during one timestep (e.g. 1 hour) |
0.001 |
1/timestep |
float |
|
Storage capacity. |
inf |
kWh |
float |
|
Max. charge/discharge (kW) per storage cap (kWh) per timestep. |
0.1 |
1/timestep |
float |
|
Initial charge of battery (fraction of total storage capacity) |
0 |
— |
float |
|
If True, initial_charge is determined within the optimization s.t. the initial charge and the final charge are the same |
True |
— |
bool |
|
Carbon-dioxide intensity of technology output (annual average value). |
0 |
kg CO2/kWh |
float |
|
Expected lifetime of technology before replacement is required. |
10 |
years |
int |
|
Interest rate for computing levelised costs (if required). |
0.025 |
— |
float |
|
CAPEX cost of technology per unit of capacity. |
500 |
CHF/kWh |
|
|
OPEX of the technology |
2 |
CHF/kWh/year |
float |
The variables of the
The relationship between q_e_bes(t) and q_e_bes(t+1) is given by
where we refer to bes_gamma as \(\gamma\) and to eta_chg_dchg as \(\eta\). Importantly, the charging and discharging powers are measured at the system connection, not directly at the storage. Therefore, the amount of energy charged into the storage is smaller than the charging power u_e_bes and the amount energy discharged from the storage is larger than v_e_bes, both by a factor eta_chg_dchg.
Importantly, the value given in q_e_bes is the stored energy at the end of a given time period.
The symbols and names of the flows are