Merge branch 'fneum/ariadne2' of github.com:PyPSA/pypsa-eur into fneum/ariadne2

This commit is contained in:
Fabian Neumann 2024-01-22 18:07:55 +01:00
commit 083bae8e3e

View File

@ -29,9 +29,9 @@ if __name__ == "__main__":
pop_layout = pd.read_csv(snakemake.input.clustered_pop_layout, index_col=0) pop_layout = pd.read_csv(snakemake.input.clustered_pop_layout, index_col=0)
district_heat_share = pd.read_csv( district_heat_share = pd.read_csv(snakemake.input.district_heat_share, index_col=0)[
snakemake.input.district_heat_share, index_col=0 "district heat share"
)["district heat share"] ]
# make ct-based share nodal # make ct-based share nodal
district_heat_share = district_heat_share.loc[pop_layout.ct] district_heat_share = district_heat_share.loc[pop_layout.ct]