Storage Simulator
Generation
{{gen.name}} |
kW
|
{{ gen.kwh | toFixed(0) }} kWh ({{ 100*gen.capacity_factor | toFixed(1)}}%) |
Nuclear / geothermal (non load following) |
kW
|
{{ nuclear.kwh | toFixed(0) }} kWh ({{ 100*nuclear.capacity_factor | toFixed(1)}}%) |
Home solar feed |
%
|
{{ home_solar.kwh | toFixed(0) }} kWh ({{ 100*home_solar.capacity_factor | toFixed(1)}}%) |
Total supply | {{ supply.kwh | toFixed(0) }} kWh | |
Consumption | {{ consumption.kwh | toFixed(0) }} kWh | |
Direct e-fuel demand (e.g industry, shipping or aviation) |
kWh
|
|
Primary energy factor | {{ 100*supply.kwh/consumption.kwh | toFixed(0) }}% | |
Balance before battery storage | {{ 100*balance.before_store1 | toFixed(0) }}% | |
Surplus | {{ balance.surplus | toFixed(1) }} kWh | |
Unmet | {{ balance.unmet | toFixed(1) }} kWh | |
Peak shaving storage requirement |
Show
|
{{ max_peak_shaving_deficit | toFixed(1) }} kWh |
Store 1
E.g battery storage
Storage capacity |
kWh
|
SOC start |
kWh
|
Charge efficiency |
%
|
Discharge efficiency |
%
|
Max charge rate |
kW
|
Max discharge rate |
kW
|
Total charge | {{ store1.charge_kwh | toFixed(1) }} kWh ({{ 100*store1.charge_CF | toFixed(1)}}%) |
Total discharge | {{ store1.discharge_kwh | toFixed(1) }} kWh ({{ 100*store1.discharge_CF | toFixed(1)}}%) |
Cycles | {{ store1.cycles | toFixed(1) }} cycles |
Balance after store 1 | {{ 100*balance.after_store1 | toFixed(0) }}% |
Store 2
E.g H2, e-Methane, e-Methanol
Storage capacity |
kWh
|
SOC start |
kWh
|
Charge efficiency |
%
|
Discharge efficiency |
%
|
Max charge rate |
kW
|
Max discharge rate |
kW
|
Total charge | {{ store2.charge_kwh | toFixed(1) }} kWh ({{ 100*store2.charge_CF | toFixed(1)}}%) |
Total discharge | {{ store2.discharge_kwh | toFixed(1) }} kWh ({{ 100*store2.discharge_CF | toFixed(1)}}%) |
Cycles | {{ store2.cycles | toFixed(1) }} cycles |
Balance after store 2 | {{ 100*balance.after_store2 | toFixed(0) }}% |
Storage Simulator
Explore adding energy storage to increase supply and demand matching.