Results 172 comments of Ekaterina

It appears that PyPSA update create some conflicts with the current PyPSA-Earth network structure. In particular, it relates to behaivour of make_consense() function applied during bus aggregation. Now buses attributes...

> Thanks @ekatef for the great draft!!! :D So, I think it is a nice draft and also to improve the review some ittle documentation and docstring of the functions...

Results for performance testing of `interpolate_cmip6_to_cutout_grid`: base `min( )`, `max( )` vs `np.min( )`, `np.max( )`: ## Argentina, 1-month cutout ### 1 attempt profiling results - baseline implementation 20.76103920803871 profiling...

Have added a stretch approach, improved docstrings, removed hardcoding in the names of parameters to be projected and revised Snakemake interfaces. From the functional perspective, I think that is good...

As discussed during the weekly meeting: 1) we can keep the CMIP6 databundle as an option additional to the main workflow; 2) given high quality and moderate size of CMIP6...

A possible approach to improve performance may be making calculations on the whole grid instead of modifying the array point-by-point ([this part](https://github.com/ekatef/pypsa-earth/blob/9d21fdeb4abb588a002a6ce904f10e32e6a928e5/scripts/build_climate_projections.py#L277-L284), in particular). Some nice hints on that can...

@davide-f my feeling is that this PR may be ready for the next review round. There is still some technical work to be done: datakit preparation, adding a test and...

> Hello @ekatef , > > The PR is in great shape! I added few stylish comments, but the document is in great shape 🗡️ There is no automatic download...

Ah, regarding the inputs: they are not addressed yet. My feeling is that it would be great to load to zenodo datasets for the major parameters which may be relevant...

Currently works locally with `cbc`. Points which need attention: - [ ] there is a mismatch between batteries efficiency and links which has temporary resolved by using a single efficiency...