Skip to content

Commit

Permalink
deactivate irena estimation of RES capacities
Browse files Browse the repository at this point in the history
  • Loading branch information
cpschau committed Sep 20, 2024
1 parent a7b9a1d commit 1db0a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.pypsa-earth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ electricity:
renewable_carriers: [solar, onwind, csp, offwind-ac, offwind-dc, hydro]

estimate_renewable_capacities:
stats: "irena" # False, = greenfield expansion, 'irena' uses IRENA stats to add expansion limits
stats: False # False, = greenfield expansion, 'irena' uses IRENA stats to add expansion limits
year: 2020 # Reference year, available years for IRENA stats are 2000 to 2020
p_nom_min: 1 # any float, scales the minimum expansion acquired from stats, i.e. 110% of <years>'s capacities => p_nom_min: 1.1
p_nom_max: false # sets the expansion constraint, False to deactivate this option and use estimated renewable potentials determine by the workflow, float scales the p_nom_min factor accordingly
Expand Down

0 comments on commit 1db0a88

Please sign in to comment.