-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Storage to Model #18
Comments
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. |
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? |
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 |
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). |
For now, I'm starting with diurnal storage. First, I want to resolve the following: |
Required fields for Diurnal storage:This is something necessary for each device.
Variables Introduced
Constraints Introduced
Objective Function
Expressions
Implementation Details
Results
|
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. |
Finished in #112 |
No description provided.
The text was updated successfully, but these errors were encountered: