Greg Schivley

Results 46 comments of Greg Schivley

In commit 10467b92d4f418c466710cb095936df8f4d235c1, the default population weight filename input parameter was changed to exclude a date. This default isn't used in the code at the moment though. Instead, I also...

Thanks for the contribution. I need to think about the changes in `GenX.py`, because it uses names like `DistrZones` that are required in the GenX model. Model-specific modules (`GenX.py` is...

@fikrikscg what version of pandas are you using? I have it pinned at 0.25.3, which still lets you slice when columns don't exist. We generally don't have `Existing_Cap_MWh` for existing...

No, that should be fine. I might have misunderstood your original issue. Are you getting an error, or is it just that the column `Existing_Cap_MWh` doesn't show up? The latter...

@nspatank I don't want to mess up this section of code. Can you take a look?

Output format is built into the main modules and should be shifted elsewhere to let users specify which model they want (maybe in a command line flag). My best guess...

We can, but is it necessary? @JesseJenkins was putting it all in the first line for AZ so I followed that example.

When `all` is used the cap is global across all regions. It gets put in the first row of `network.csv` and all other rows are zero because that is an...

Bump, just ran into this issue again. Looks like the min load for retired generators - at least those specified by the user - is being included in this calculation.

I've seen a working paper that adjusted gross generation to an estimate of net and even estimated hourly hydro generation from stream flow data. Can't find it at the moment...