rl-institut / oemof-B3

An open-source energy system model for Brandenburg/Berlin.
https://oemof-b3.readthedocs.io/
GNU Affero General Public License v3.0
9 stars 5 forks source link

Fix pd.read_csv to extract year in line 150 in plot_storage_levels.py #338

Closed MaGering closed 12 months ago

MaGering commented 12 months ago

Resolves #314

@Stefanie08 found the solution to issue #314 in her commit https://github.com/rl-institut/oemof-B3/pull/335/commits/29e434570fbdf012f35b5f549507378a2f8d38c6 on PR https://github.com/rl-institut/oemof-B3/pull/335.

Since it is an issue concerning dev I open up this PR and revert the commit https://github.com/rl-institut/oemof-B3/pull/335/commits/29e434570fbdf012f35b5f549507378a2f8d38c6.

MaGering commented 12 months ago

Outdated: Again checks not working due to problem described in my comment here. Hence this PR should be merged after https://github.com/rl-institut/oemof-B3/pull/336.

Checks pass as of the state of commit https://github.com/rl-institut/oemof-B3/pull/338/commits/27c032c6333355bdbf31cd9de774878c19ed0692.

MaGering commented 12 months ago

Ready for your review @Stefanie08!

To be checked for all scenarios with

snakemake -j1 results/2050-80-el_eff/plotted/storage_level
snakemake -j1 results/2050-80-gas_moreCH4/plotted/storage_level
snakemake -j1 results/2050-95-el_eff/plotted/storage_level
snakemake -j1 results/2050-95-gas_moreCH4/plotted/storage_level
snakemake -j1 results/2050-100-el_eff/plotted/storage_level
snakemake -j1 results/2050-100-gas_moreCH4/plotted/storage_level

Thanks!