e4st-dev / E4ST.jl

Engineering, Economic, and Environmental Electricity Simulation Tool (E4ST)
GNU General Public License v3.0
7 stars 1 forks source link

Add Storage to Model #18

Closed Ethan-Russell closed 1 year ago

sallyrobson commented 1 year ago

We should look for some updated costs of energy storage, and possibly multiple durations of energy storage including some longer duration storage. There are new techs being developed for longer duration storage so maybe check in on what is realistic.

sallyrobson commented 1 year ago

Currently we use hydrogen for long duration storage, is that the only thing that we use hydrogen for? Should we be grouping that in storage more in the results?

sallyrobson commented 1 year ago

We plan to represent PS (RPS/CES) as a percentage of energy served (not target load). When we figure out how to represent batteries we should revisit this. We may want to only have the net battery load be part of that instead of the full energy to charge.

constraint would be on percent requirement * (target load - curtailment + DAC load + net battery load)

Ethan-Russell commented 1 year ago

For storage, we can potentially model storage as only adjusting pserv. When charging, it increases pserv (acting as a load). Then when discharging, it would decrease pserv (decreasing the load).

Ethan-Russell commented 1 year ago

For now, I'm starting with diurnal storage.

First, I want to resolve the following:

Ethan-Russell commented 1 year ago

Required fields for Diurnal storage:

This is something necessary for each device.

Variables Introduced

Constraints Introduced

Objective Function

Expressions

Implementation Details

Results

Ethan-Russell commented 1 year ago

Sally and I decided it would be best to have batteries in their own separate table, so that we have more flexibility to define them in ways that wouldn't work well with the generator table.

Ethan-Russell commented 1 year ago

Finished in #112