-
Notifications
You must be signed in to change notification settings - Fork 21
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 Grid Renewable Energy Fraction #426
Draft
adfarth
wants to merge
39
commits into
develop
Choose a base branch
from
gridRE-dev
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 29 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
0d4a787
Add API call for renewable energy fraction
pypapus 71acc5e
Fixed cambium API call
pypapus eca3f12
Clean energy fraction added to scenarios
pypapus 80d1d3e
Include profile of grid clean energy contribution in kW
pypapus c095d48
Updated help text and added checks for user-provided values
pypapus b67ff48
Corrected off-grid flag in scenario.jl
pypapus 9a8f09f
Edited to remove cef calculation using BAU electric load
pypapus 379eeab
Added new "cef_constraints" to calculate clean energy fraction of the…
pypapus 26f5cec
Added cef (kWh) from the grid in accounting for renewable energy perc…
pypapus 4cce89e
Added new function to calculate the clean_energy_fraction (kWh) grid …
pypapus 6500b40
Added new input to include grid cef (kWh) in renewable energy percent…
pypapus 98d22b5
Updated function adds grid clean energy kWh serving the load to results
pypapus c3c4d90
Merge branch 'develop' into gridRE-dev
adfarth e3b0300
removed "hours_per_time_step" to use model time step.
pypapus 248481b
Added "annual_clean_grid_to_load_kwh" in results
pypapus 1d77ec8
Merge branch 'gridRE-dev' of https://github.com/NREL/REopt.jl into gr…
pypapus fbf7691
Combined cambium_emissions_profile() and cambium_clean_energy_fractio…
pypapus 29518dc
Update electric_utility.jl
adfarth 132f982
Merge branch 'develop' into gridRE-dev
adfarth 3a4bafd
spelling
adfarth 8a34550
Merge branch 'develop' into gridRE-dev
adfarth dec6733
change cambium_metric_col to cambium_co2_metric
adfarth 3916ba8
Change **cambium_emissions_region** to **cambium_region** and clean u…
adfarth 37de923
Update electric_utility.jl
adfarth ff29a78
emissions_profile to profile_data
adfarth cee8176
reorganize constraints
adfarth 8571808
minor edits
adfarth 60cdeae
simplify constraints
adfarth 7596768
Update renewable_energy_constraints.jl
adfarth 434f928
Update site.jl
adfarth 3b7a93a
update outputs
adfarth f2bb448
add outputs
adfarth a058fed
fix to align_profile_with_load_year
adfarth c2353fb
fixes to calcs
adfarth 42be276
Update financial.jl
adfarth b9b1509
Update runtests.jl
adfarth 82aaba4
add a test
adfarth 394ffc8
Update CHANGELOG.md
adfarth bf72ef7
avoid annual grid RE if mpc
adfarth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 is this something we could uncomment, or is it still a WIP?