-
Notifications
You must be signed in to change notification settings - Fork 32
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
Reconcile total site load #456
base: gridRE-dev
Are you sure you want to change the base?
Conversation
@adfarth just tracking a couple other notes here:
No fixes for these yet but I'll track and see if I can follow up with good fixes. One concern is the electrical load could be a weird |
@adfarth Ready for you to check! The steam turbine is left out of all of this for now but the other heating and cooling loads have been caught up. I added a result in |
@zolanaj would you mind adding a CHANGELOG entry for this? And perhaps updating the PR description with the same entry? |
- `offgrid_load_met_fraction` percentage of total electric load met on an annual basis, for off-grid scenarios only | ||
- `offgrid_annual_oper_res_required_series_kwh` , total operating reserves required (for load and techs) on an annual basis, for off-grid scenarios only | ||
- `offgrid_annual_oper_res_provided_series_kwh` , total operating reserves provided on an annual basis, for off-grid scenarios only | ||
- `load_series_kw` # vector of BAU site load in every time step. Does not include electric load for any new heating or cooling techs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zolanaj I added these descriptions. If you have a second to review that is welcome!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These look good, thank you @adfarth! I'll merge the PR once tests are confirmed to pass.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved as long as these latest tests pass -- thank you, Alex!
Added
ElectricLoad.annual_electric_load_with_thermal_conversions_kwh
which calculates end-use electrical load after including electric consumption by heaters and chillersFixed
m[:AnnualEleckWh]
to include electrified thermal loadsm[AnnualREHeatkWh]
andAnnualHeatkWh
so that only non-electrified thermal loads are included and storage losses are proportional to the contribution of fuel-burning technologies to charging storage