pypsa-meets-earth / documentation

Contains hackathon material, jupyter notebook visualizations and images
GNU General Public License v3.0
16 stars 68 forks source link

Include a section on hydro in the build_renewable_profile notebook #54

Closed asolavi closed 1 year ago

asolavi commented 1 year ago

Create a section on hydro in the build_renewable_profile.ipynb notebook, detailing the process made to create the hydro time series. Currently, built_renewable_profile.ipynb focuses on wind and solar.

Hydro modelling is done in three steps:

  1. Preparation of hydro-potential data with atlite: ERA5 reanalysis dataset is used, runoff is being integrated across hydrobasins assuming some flow speed and put into cutout. This is done here. More details in the methodology used by atlite can be found here.

  2. The output of the time series obtained in step 1 (cutout hydro potential) is normalized in pypsa-earth using the normalization procedure described here. This is done to match country statistics. The result is stored in resources/renewable_profiles/profile_hydro.nc.

  3. Attach_hydro in add_electricity, as described here. Specifies how the different hydro types (runoff river (ror), hydro dams (hydro), and pumped storage (PHS) are added to the network in add_electricity.

AnasAbuzayed commented 1 year ago

can be helpful: https://pypsa-eur.readthedocs.io/en/latest/preparation.html#module-build_hydro_profile

davide-f commented 1 year ago

Closed by #61