get methanol to kerosene cost form technology data
This commit is contained in:
parent
5c1d8178f1
commit
acb0a8d7af
@ -1011,15 +1011,14 @@ def add_methanol_to_kerosene(n, costs):
|
|||||||
* costs.at[tech, "methanol-input"]
|
* costs.at[tech, "methanol-input"]
|
||||||
)
|
)
|
||||||
|
|
||||||
# cost data available at https://www.concawe.eu/wp-content/uploads/Rpt_22-17.pdf table 94
|
capital_cost = costs.at[tech, "fixed"] / costs.at[tech, "methanol-input"]
|
||||||
|
|
||||||
n.madd(
|
n.madd(
|
||||||
"Link",
|
"Link",
|
||||||
spatial.methanol.locations,
|
spatial.methanol.locations,
|
||||||
suffix=f" {tech}",
|
suffix=f" {tech}",
|
||||||
carrier=tech,
|
carrier=tech,
|
||||||
# capital_cost= ,
|
capital_cost=capital_cost,
|
||||||
bus0=spatial.methanol.nodes,
|
|
||||||
bus1=spatial.oil.kerosene,
|
bus1=spatial.oil.kerosene,
|
||||||
bus2=spatial.h2.nodes,
|
bus2=spatial.h2.nodes,
|
||||||
efficiency=costs.at[tech, "methanol-input"],
|
efficiency=costs.at[tech, "methanol-input"],
|
||||||
|
Loading…
Reference in New Issue
Block a user