Trevor Barnes
Trevor Barnes
The consumption surveys have been done by PUDL here: - [RECS](https://zenodo.org/records/14783268) - [CECS](https://zenodo.org/records/14782474) - [MECS](https://github.com/catalyst-cooperative/pudl-archiver/pull/578) - Note this is still a PR, but should be pushed soon
Hey @huainie; thanks for reporting! What OS are you using? Windows? If you are on windows, I would suggest running PyPSA-USA via [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) (this is what I do). Im not...
To be done before merging: - [x] Correct international natural gas import/export constraints - [ ] ~~Add config option for allowing range of imports/exports (ie. extend limits by x%)~~ -...
@ktehranchi; can you please confirm neither of the changes in [this commit](https://github.com/PyPSA/pypsa-usa/pull/440/commits/68f166392780812935bceaa91c693e8c7e691d9e) are breaking changes for you? - The log path change reverts the change from [this commit](https://github.com/PyPSA/pypsa-usa/commit/c771bf5861711adf085485203386a41e19c8ae3c). I was...
relates to issue #360 and #407 (and maybe #446)
No work has been done on integrating DAC from the sector side! Not sure about the electricity side of things, though.
The sector side has state level emission tracking implemented! So there could be opportunities there to reuse logic/code/constraints!
Closed with #622 and sector DAC is tracked in ticket #652
Hey @HauHe! Thanks for flagging! Im not super familiar with the solution formats from HiGHS, but can you please confirm you are using solution style `1`? The docs [here](https://otoole.readthedocs.io/en/latest/examples.html#process-a-solution-from-highs-cli) show...
Oh cool! I've never tried using `.mps` files before! To clarify, when you solve a model using highs with a `.mps` file, you get a different solution format? Like one...