Kamran Tehranchi
Kamran Tehranchi
#355 Fixes this
@trevorb1 I reviewed this and I think the coal ramping rates are correct. You can see below that in [PyPSA-Eur they use 1.0](https://github.com/PyPSA/pypsa-eur/blob/180d93951dc8c8b1cca35568f8ed4ca74f5abe42/data/unit_commitment.csv#L4) for coal ramping. From[ this report](https://www.nrel.gov/docs/fy20osti/77639.pdf) also:...
I think this make sense... ill group them together!
@trevorb1 I looked into do thing this, but noticed many of the storage devices don't fit into nice integer level storage buckets. For example, some where ~0.34 or 2.5 hour...
hmmm I guess I was thinking we would keep all the existing storage as 'Battery Storage'.... these would then get lumped together. But I think you're right that we should...
Finished with #361
Definitely... you'll see a line in my code for EFS demand data where I throw out all the great data on end-uses: https://github.com/PyPSA/pypsa-usa/blob/1ef05ce3625de68512b2321f187caceec03780ce/workflow/scripts/add_electricity.py#L842C1-L854C1
I like the gitflow methodology.... I created a develop branch and will start using that methodology moving forward.
I think this is complete! I'm about to do a release so we'll confirm.
One way we could significantly reduce data size significantly would be to aggregate to substations earlier on in the workflow. Right now bus:sub is a many:1 ratio where all buses...