Wei Ai
Wei Ai
For Windows OS, try replace the retrieve_databundles.py with the followings: ``` """Script retrieves data from various zenodo repositories specified by the snakemake rule. Used by multiple snakemake rules.""" import logging...
@trevorb1 Yes! Sorry that I forgot it.
@trevorb1 @ktehranchi I just noticed that in `rule cluster_network`, `itl_costs_county` uses AC but `itl_costs_reeds_zone` uses DC. What's the consideration here? Is it that for longger transmissions, DC is cheaper than...
Here is the dataset that REEDS used to model existing PHS: https://github.com/NREL/ReEDS-2.0/blob/main/inputs/capacity_exogenous/ReEDS_generator_database_final_EIA-NEMS.csv. It only brings with power capacity and I'm not able to find any source for energy capacity at...
Yes, it still gives you the "large rhs" warning, but this problem doesn't harm the solution very badly based on my experiments
Hi, I was also looking into this issue! According to the current implementation, in the case of `n` segments, the losses of lines operating at a power below `s_nom_max/2n` are...
> It's great that this issue is getting some attention, i wanted to work on it myself but unfortunately did not find the time. > > My main issue outlined...
> In your image, it looks like the first tangent cuts through the red line. Shouldn't it be on the outside of the red line? Hi @fneum, this modification is...
> Hey @WeiAi-Energy, @lindnemi proposed a secant model in #1495. What do you think of that? Would you see your PR as a third mode or would you say it's...