Emmanuel Bolarinwa

Results 98 comments of Emmanuel Bolarinwa
trafficstars

@pz-max @ekatef Here is the plot considering Kilometer for each voltage level ![image](https://github.com/pypsa-meets-earth/pypsa-earth/assets/48842684/91a09a62-7bba-4f44-8f47-083776264fa4) Here is the same plot for better understanding ![image](https://github.com/pypsa-meets-earth/pypsa-earth/assets/48842684/b907fb00-854f-4b6a-ba89-82cfcd0d83a1) ![image](https://github.com/pypsa-meets-earth/pypsa-earth/assets/48842684/181c0117-2f4f-481e-aaeb-07068be607ab)

@pz-max @ekatef @davide-f Here is a comparison between osm-raw, osm-clean and entsoe data for AT ![image](https://github.com/pypsa-meets-earth/pypsa-earth/assets/48842684/3ee9cee8-a0a1-4159-accf-8e31bb3862e3) ![image](https://github.com/pypsa-meets-earth/pypsa-earth/assets/48842684/1febb802-603c-4db4-8337-c3ff6c2fa307) ![image](https://github.com/pypsa-meets-earth/pypsa-earth/assets/48842684/11c48224-66eb-47ae-8fe6-038a504d17ea) Here are the corresponding plot for MK ![image](https://github.com/pypsa-meets-earth/pypsa-earth/assets/48842684/16f2a330-eb32-4185-a81b-30bb4aeb4eeb) ![image](https://github.com/pypsa-meets-earth/pypsa-earth/assets/48842684/3add3725-e998-4b62-a746-7c0b56b015fc) ![image](https://github.com/pypsa-meets-earth/pypsa-earth/assets/48842684/429c9a79-3947-490a-a200-7431049f4213)

After doing a bit of cleaning on the data with @ekatef . - The 300kV on osm-clean AT, has only one instance, which might be an error. So we decided...

Thanks @davide-f, However, when I changed s_nom to s_nom_min in base_network.py, it worked to prevent my networks from having negative objective values. I will run the prepare_network with a debug....

> @GbotemiB not sure if you are also working here :) In case of problems, needs feel free to write :) Thanks @davide-f, I looked into it last week, I...

@davide-f I have been able to finally debug the `prepare_network.py` https://github.com/pypsa-meets-earth/pypsa-earth/blob/e4edb177fb5f1216f9d4ead8cf2e319a1c8a48ec/scripts/prepare_network.py#L188 It turns out the section of the highlighted code below doesn't get executed. https://github.com/pypsa-meets-earth/pypsa-earth/blob/e4edb177fb5f1216f9d4ead8cf2e319a1c8a48ec/scripts/prepare_network.py#L207-L212 The following image should give...

https://github.com/pypsa-meets-earth/pypsa-earth/blob/e4edb177fb5f1216f9d4ead8cf2e319a1c8a48ec/scripts/prepare_network.py#L197 @davide-f, If you don't mind, can you clarify the purpose of this section

https://github.com/pypsa-meets-earth/pypsa-earth/blob/e4edb177fb5f1216f9d4ead8cf2e319a1c8a48ec/scripts/prepare_network.py#L191-L196 I also noticed that `num_parallel` here is a little lower than the same that was used in `base_network.py`

I went through `simplify_network.py`. Why is there a need to recalculate `num_parallel` https://github.com/pypsa-meets-earth/pypsa-earth/blob/e4edb177fb5f1216f9d4ead8cf2e319a1c8a48ec/scripts/simplify_network.py#L135

Also, I noticed that in `base_network.py`, the line types is as in the image ![image](https://github.com/pypsa-meets-earth/pypsa-earth/assets/48842684/09f49612-8d49-4716-b173-1244cc992132) while in `prepare_network.py`, the line types is ![image](https://github.com/pypsa-meets-earth/pypsa-earth/assets/48842684/222af7c8-21e8-4896-89dd-a30b2ddd8fce) I think it might have to do...