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

Remove duplicate commodity/technology naming logic #115

Open
trevorb1 opened this issue Jan 28, 2022 · 0 comments
Open

Remove duplicate commodity/technology naming logic #115

trevorb1 opened this issue Jan 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@trevorb1
Copy link
Member

In a few places in the code base, we are assembling commodity and technology names like shown below...

for year in years:
for subregion in canSubregions:
for fuel in pwrTechs:
techName = 'PWR' + fuel + 'CAN' + subregion + '01'

We already have functions to do this, and should have created the appropriate set CSV files by this point in the workflow. Lets remove the duplicate naming so everything is being generated by the same source

@trevorb1 trevorb1 added the enhancement New feature or request label Jan 28, 2022
@Kiel-SFU Kiel-SFU removed their assignment Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants