Cost correction
This commit is contained in:
parent
b934653b65
commit
270ce82b9f
@ -2530,18 +2530,14 @@ def add_biomass(n, costs):
|
|||||||
p_nom_extendable=True,
|
p_nom_extendable=True,
|
||||||
capital_cost=costs.at["BtL", "fixed"]
|
capital_cost=costs.at["BtL", "fixed"]
|
||||||
* costs.at["BtL", "efficiency"]
|
* costs.at["BtL", "efficiency"]
|
||||||
/ costs.at["electrobiofuels", "efficiency-biomass"]
|
|
||||||
+ efuel_scale_factor
|
+ efuel_scale_factor
|
||||||
* costs.at["Fischer-Tropsch", "fixed"]
|
* costs.at["Fischer-Tropsch", "fixed"]
|
||||||
* costs.at["Fischer-Tropsch", "efficiency"]
|
* costs.at["Fischer-Tropsch", "efficiency"],
|
||||||
/ costs.at["electrobiofuels", "efficiency-hydrogen"],
|
|
||||||
marginal_cost=costs.at["BtL", "VOM"]
|
marginal_cost=costs.at["BtL", "VOM"]
|
||||||
* costs.at["BtL", "efficiency"]
|
* costs.at["BtL", "efficiency"]
|
||||||
/ costs.at["electrobiofuels", "efficiency-biomass"]
|
|
||||||
+ efuel_scale_factor
|
+ efuel_scale_factor
|
||||||
* costs.at["Fischer-Tropsch", "VOM"]
|
* costs.at["Fischer-Tropsch", "VOM"]
|
||||||
* costs.at["Fischer-Tropsch", "efficiency"]
|
* costs.at["Fischer-Tropsch", "efficiency"],
|
||||||
/ costs.at["electrobiofuels", "efficiency-hydrogen"],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# BioSNG from solid biomass
|
# BioSNG from solid biomass
|
||||||
|
Loading…
Reference in New Issue
Block a user