DeltaE / Canada-U.S.-ElecTrade

The Role of U.S.-Canada Electricity Trade in North American Decarbonization Pathways
2 stars 0 forks source link

Remove duplicate commodity/technology naming logic #115

Open trevorb1 opened 2 years ago

trevorb1 commented 2 years ago

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

https://github.com/DeltaE/Canada-U.S.-ElecTrade/blob/3873057f2135adea61c5c2f56621f084233067ca/scripts/InOutActivityRatio.py#L83-L86

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