Merge branch 'master' of https://github.com/LukasFrankenQ/pypsa-eur
This commit is contained in:
commit
8dd5161dbb
@ -3313,7 +3313,9 @@ def add_enhanced_geothermal(
|
|||||||
egs_annuity = calculate_annuity(lt, dr)
|
egs_annuity = calculate_annuity(lt, dr)
|
||||||
|
|
||||||
egs_potentials["capital_cost"] = (
|
egs_potentials["capital_cost"] = (
|
||||||
(egs_annuity + 0.02 / 1.02) * egs_potentials["CAPEX"] * Nyears
|
(egs_annuity + 0.02 / 1.02)
|
||||||
|
* egs_potentials["CAPEX"]
|
||||||
|
* Nyears
|
||||||
# (egs_annuity + (opex := costs.at["geothermal", "FOM"]) / (1. + opex))
|
# (egs_annuity + (opex := costs.at["geothermal", "FOM"]) / (1. + opex))
|
||||||
# * egs_potentials["CAPEX"] * Nyears
|
# * egs_potentials["CAPEX"] * Nyears
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user