Emmanuel Bolarinwa

Results 98 comments of Emmanuel Bolarinwa
trafficstars

> Ok, the problem is in lines and can you confirm that the following code is executed? > > https://github.com/pypsa-meets-earth/pypsa-earth/blob/de4da143e92d4d7aefcaac588175db82d93f0670/scripts/prepare_network.py#L206-L211 I also already confirm that this part is executed in...

Hi @davide-f, I haven't figured out the cause of the missing names in the line type. I will investigate the clustering procedure to see if something has been missed there.

Hi all, I am currently using this PR to work on the US model run. ```bash - start [Fri Aug 2 16:13:17 2024] - stop [Fri Aug 2 16:16:49 2024]...

> Results of the compatibility testing for updating PyPSA version: currently building the environment on mac seems to lead to some weird problem still in a dry run `zsh: illegal...

> A comment regarding merging the isolated networks: PyPSA update leads to a weird issue in `get_clustering_from_busmap( )`, when being applied to the busmap used to merge an isolated network...

Hi @davide-f, Thanks alot for catching this. Looks like the original implementation was not querying the index properly which is a reason for the error. Looks good to me. @ekatef,...

@ekatef I think a simple explanation is that the original approach creates CSP buses without considering the generators, while the fix from @davide, fetches bus index from the generators which...

Hello @ekatef, I have looked into the issue you mentioned about CSP having `1kV` for `v_nom`. This seems to be the case for every renewable tech carrier in [attach_stores](https://github.com/pypsa-meets-earth/pypsa-earth/blob/main/scripts/add_extra_components.py#L101) except...

@cshearer1977, can you try to drop `csp` from `renewable_carriers` in your config file? This should work as a temporary fix.

> > @cshearer1977, can you try to drop `csp` from `renewable_carriers` in your config file? This should work as a temporary fix. > > @GbotemiB: Thanks for the suggestion. I...