Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
199 changes: 104 additions & 95 deletions config/molecules_node_positions.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- output.loss = elastic
- groups = [
direct_emissions, preset_demand, sankey_conversion_group, industry_transformation,
preset_demand, sankey_conversion_group, industry_transformation,
non_final_electricity_demand_converters, methanol_production, hydrogen_production,
biomass_products_production, natural_gas_production, ammonia_production,
oil_and_oil_products_production
Expand All @@ -18,7 +18,6 @@
- network_gas.profile = industry_fertilizers_electricity
- network_gas.type = transformation
- network_gas.demand_carrier = [natural_gas, greengas]
- sector_label = industry_fertilizers

~ demand = 0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- output.loss = elastic
- groups = [
direct_emissions, preset_demand, sankey_conversion_group, industry_transformation,
preset_demand, sankey_conversion_group, industry_transformation,
non_final_electricity_demand_converters, methanol_production, hydrogen_production,
biomass_products_production, natural_gas_production, ammonia_production,
oil_and_oil_products_production
Expand All @@ -18,7 +18,6 @@
- network_gas.profile = industry_chemicals_electricity
- network_gas.type = transformation
- network_gas.demand_carrier = [natural_gas, greengas]
- sector_label = industry_chemicals

~ demand = 0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- output.loss = elastic
- groups = [
direct_emissions, preset_demand, sankey_conversion_group, industry_transformation,
preset_demand, sankey_conversion_group, industry_transformation,
non_final_electricity_demand_converters, methanol_production, hydrogen_production,
biomass_products_production, natural_gas_production, ammonia_production,
oil_and_oil_products_production
Expand All @@ -18,7 +18,6 @@
- network_gas.profile = industry_refineries_electricity
- network_gas.type = transformation
- network_gas.demand_carrier = [natural_gas, greengas]
- sector_label = industry_refineries

~ demand = 0.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- use = energetic
- groups = [
direct_emissions, application_group, mv_net_demand, wacc_proven_tech,
application_group, mv_net_demand, wacc_proven_tech,
costs_building_and_installations_industry
]
- input.coal = 0.0
Expand Down Expand Up @@ -35,6 +35,5 @@
- variable_operation_and_maintenance_costs_per_full_load_hour = 0.0
- wacc = 0.04
- takes_part_in_ets = 1.0
- sector_label = industry_steel

~ demand = 0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- groups = [preset_demand, direct_emissions]
- input.co2 = 1.0
- use = non_energetic
- sector_label = industry_fertilizers

~ demand = 0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- groups = [preset_demand, direct_emissions]
- input.co2 = 1.0
- use = non_energetic
- sector_label = industry_chemicals

~ demand = 0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- groups = [preset_demand, direct_emissions]
- input.co2 = 1.0
- use = non_energetic
- sector_label = industry_refineries

~ demand = 0.0
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# This node can be used for external coupling of the steel sector by API users.
# All node attributes are approximate default values of the NL2019 blastfurnace process.
# These attributes should be updated by the API user to model the steel production technology.

- from_energy.source = industry_steel_external_coupling_node
- from_energy.direction = input
- from_energy.conversion.coal_gas = edges: primary_co2_emission_of_bio_and_fossil_without_capture_factor
- from_energy.conversion.cokes = edges: primary_co2_emission_of_bio_and_fossil_without_capture_factor
- from_energy.conversion.coal = carrier: co2_conversion_per_mj
- from_energy.conversion.crude_oil = carrier: co2_conversion_per_mj
- from_energy.conversion.network_gas = edges: primary_co2_emission_of_bio_and_fossil_without_capture_factor
- from_energy.conversion.wood_pellets = carrier: co2_conversion_per_mj
- groups = [preset_demand, direct_emissions]
- input.co2 = 1.0
- use = energetic
- sector_label = industry_steel

~ demand = 0.0
Comment thread
kndehaan marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Max value is the total emissions for the industry sector.

- query =
UPDATE(
MV(energy_chemical_fertilizers_transformation_external_coupling_node_co2),
preset_demand,
PRODUCT(USER_INPUT(), BILLIONS)
)
- priority = 0
- max_value_gql = present:Q(direct_emissions_industry_total_ghg)
- min_value = 0.0
- start_value_gql = present:DIVIDE(MV(energy_chemical_fertilizers_transformation_external_coupling_node_co2, demand), BILLIONS)
- step_value = 0.1
- unit = MT
- update_period = future
- coupling_groups = [external_model_industry, industry_chemical_fertilizers]
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Max value is the total emissions for the industry sector.

- query =
UPDATE(
MV(energy_chemical_other_transformation_external_coupling_node_co2),
preset_demand,
PRODUCT(USER_INPUT(), BILLIONS)
)
- priority = 0
- max_value_gql = present:Q(direct_emissions_industry_total_ghg)
- min_value = 0.0
- start_value_gql = present:DIVIDE(MV(energy_chemical_other_transformation_external_coupling_node_co2, demand), BILLIONS)
- step_value = 0.1
- unit = MT
- update_period = future
- coupling_groups = [external_model_industry, industry_chemical_other]
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Max value is the total emissions for the industry sector.

- query =
UPDATE(
MV(energy_chemical_refineries_transformation_external_coupling_node_co2),
preset_demand,
PRODUCT(USER_INPUT(), BILLIONS)
)
- priority = 0
- max_value_gql = present:Q(direct_emissions_industry_total_ghg)
- min_value = 0.0
- start_value_gql = present:DIVIDE(MV(energy_chemical_refineries_transformation_external_coupling_node_co2, demand), BILLIONS)
- step_value = 0.1
- unit = MT
- update_period = future
- coupling_groups = [external_model_industry, industry_chemical_refineries]
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Max value is the total emissions for the industry sector.

- query =
UPDATE(
MV(industry_steel_external_coupling_node_co2),
preset_demand,
PRODUCT(USER_INPUT(), BILLIONS)
)
- priority = 0
- max_value_gql = present:Q(direct_emissions_industry_total_ghg)
- min_value = 0.0
- start_value_gql = present:DIVIDE(MV(industry_steel_external_coupling_node_co2, demand), BILLIONS)
- step_value = 0.1
- unit = MT
- update_period = future
- coupling_groups = [external_model_industry, industry_metal_steel]