-
Notifications
You must be signed in to change notification settings - Fork 2
Implement investment limits #1096
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
Open
tsmbland
wants to merge
15
commits into
main
Choose a base branch
from
investment_limits
base: main
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.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
b2c3488
Apply investment limits based on agent demand share
tsmbland 6dbc3e6
Scale limit based on number of years
tsmbland e2bfc4b
Update example models
tsmbland 6c28f0f
Streamline arguments to calculate_investment_limits_for_candidates
tsmbland 864b199
Small tidy ups
tsmbland 4ac9e84
Add tests
tsmbland 6c4c6c5
Pre-compute investment limits, better error message
tsmbland da9fafe
max_installable_capacity Asset function
tsmbland 4fc39e6
Use u32 for number of years
tsmbland 4afd749
Pre-scale limits
tsmbland 2a36db4
Simplify calculate_investment_limits_for_candidates
tsmbland b2eb10d
Apply constraints in circularities model
tsmbland 9da63c4
Merge branch 'main' into investment_limits
tsmbland 8f05fb6
Copilot fixes
tsmbland 25304ed
Merge branch 'investment_limits' of https://github.com/EnergySystemsM…
tsmbland 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| process_id,regions,commission_years,addition_limit | ||
| gassupply1,R1,all,10 | ||
| gasCCGT,R1,all,10 | ||
| windturbine,R1,all,10 | ||
| gasboiler,R1,all,10 | ||
| heatpump,R1,all,10 |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| process_id,regions,commission_years,addition_limit | ||
| gassupply1,R1;R2,all,10 | ||
| gasCCGT,R1;R2,all,10 | ||
| windturbine,R1;R2,all,10 | ||
| gasboiler,R1;R2,all,10 | ||
| heatpump,R1;R2,all,10 |
This file contains hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.