Trevor Barnes
Trevor Barnes
### The Issue If there is no emissions penalty, and you try to calculate results for a single year model, the calculation of `DiscountedTechnologyEmissionsPenalty` fails, and the following error is...
### Feature Request With the release of `v1.0.2`, the updates in PR #157 have been pushed to the main branch. This PR checks the names of the parameters/sets in the...
In OSeMOSYS, TradeRoute is defined by the following, with the double defeniton of `REGION` causing some issues: ``` param TradeRoute {r in REGION, rr in REGION, f in FUEL, y...
### Checklist - [X] I am running on an up-to-date [`pypsa-usa` environment](https://github.com/PyPSA/pypsa-usa/blob/master/workflow/envs/environment.yaml). Update via `conda env update -f envs/environment.yaml` ### Issue exisits on what branch Develop ### The Issue If...
### Feature Request For time-series production plots, we output subplots depending on the number of investment periods (ie. for 2 investment periods, there will be two plots for each timeseries...
### Checklist - [X] I am running on an up-to-date [`pypsa-usa` environment](https://github.com/PyPSA/pypsa-usa/blob/master/workflow/envs/environment.yaml). Update via `conda env update -f envs/environment.yaml` ### Issue exisits on what branch Develop ### The Issue Must...
### Checklist - [X] I am running on an up-to-date [`pypsa-usa` environment](https://github.com/PyPSA/pypsa-usa/blob/master/workflow/envs/environment.yaml). Update via `conda env update -f envs/environment.yaml` ### Issue exisits on what branch Develop ### The Issue If...
### Feature Request PR #202 pulls in demand projections from the AEO and processes EFS data to show load growth rates per year. Logic needs to be added to apply...
### Feature Request The individual files should be nested in the input function, `electricity_study_demand`. Same occurs for sector demand. I guess it may have been a merge issue that introduced...
Closes #301 ## Changes proposed in this Pull Request In this PR I add a `ReadCliu` demand class to read in industrial demand for sector coupling studies. This includes pulling...