Skip to content

Commit

Permalink
dapt config.pypsa-earth.yaml to new atlite hydro parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemakhalek committed Mar 21, 2023
1 parent 99cd3ca commit 719e417
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config.pypsa-earth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,14 +285,15 @@ renewable:
flowspeed: 1.0 # m/s
# weight_with_height: false
# show_progress: true
normalization: hydro_capacities # 'hydro_capacities' to normalize country production by using hydro_capacities, 'eia' to normalize by eia data, false for no normalization
carriers: [ror, PHS, hydro]
PHS_max_hours: 6
hydro_max_hours: "energy_capacity_totals_by_country" # not active
clip_min_inflow: 1.0
extendable: true
normalization_multiplier: 1.1 # multiplier applied after the normalization of the hydro production

normalization:
method: hydro_capacities # 'hydro_capacities' to rescale country hydro production by using hydro_capacities, 'eia' to rescale by eia data, false for no rescaling
year: 2013 # (optional) year of statistics used to rescale the runoff time series. When not provided, the weather year of the snapshots is used
multiplier: 1.1 # multiplier applied after the normalization of the hydro production; default 1.0
# TODO: Needs to be adjusted for Africa
costs:
year: 2030
Expand Down

0 comments on commit 719e417

Please sign in to comment.