Skip to content
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

Cambium Call #375

Open
kbrunik opened this issue Oct 21, 2024 · 2 comments · Fixed by #380
Open

Cambium Call #375

kbrunik opened this issue Oct 21, 2024 · 2 comments · Fixed by #380
Assignees

Comments

@kbrunik
Copy link
Collaborator

kbrunik commented Oct 21, 2024

Extension of Cambium Call

I would like to extend the options in SiteInfo to call Cambium and set the End use cost``$/MWh``total_cost_enduse column as the self.elec_prices parameter.

Right now prices are set through loading in "grid_resource_file" in the YAML inputs and calling ElectricityPrices to set it. Otherwise if no price file is loaded it set by default using the "dispatch_factors_ts.csv" and the ppa_price parameter.

There might be some unit issues in doing this? The units aren't particularly clear in the way things are set right now, it would be great to clean up the docstrings and make it all more explicit.

Feature add

Ability to call the Cambium API, set the elec_prices from the API call in SiteInfo as the site is instantiated for a hybrid simulation.

Example

Create an example showing how to use the Cambium API call to set grid price.

@dakotaramos
Copy link
Collaborator

I'm coding up pytests for the Cambium API today so hopefully I can submit the PR for GREET and Cambium data in HOPP today/tomorrow.

@dakotaramos
Copy link
Collaborator

Just a note, now that @kbrunik has added some additional details, the current cambium API can pull projections for data from 2025-2050 in 5 year intervals, so 1) if you need this for years prior this wont fit your needs and 2) for years between the 5 year intervals you'll need to interpolate data (we currently interpolate data on the GreenHEART side of things in the LCA calculations once I git that PR in).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants