prepare_feedin

Inputs

filename_windstr

raw/time_series/ninja_wind_country_DE_current_merra-2_nuts-2_corrected.csv: Path incl. file name of wind feed-in time series of renewables ninja

filename_pvstr

raw/time_series/ninja_pv_country_DE_merra-2_nuts-2_corrected.csv: Path incl. file name of pv feed-in time series of renewables ninja

filename_rorstr

raw/time_series/DIW_Hydro_availability.csv: Path incl. file name of feed-in time series of run-of-river power plants

output_filestr

results/_resources/ts_feedin.csv: Path incl. file name of prepared time series

Outputs

pd.DataFrame

Prepared feed-in time series of pv, wind and hydropower

Description

This script prepares wind, pv and run-of-the-river (ror) feed-in time series for the regions Berlin and Brandenburg. Raw data is read from csv-files from https://www.renewables.ninja/ (wind+pv) and https://zenodo.org/record/1044463 (ror) and is then formatted to fit the time series template of oemof-B3 (schema/timeseries.csv).