From 6b750d6ccaa514bbc0138852415b3536d60588f0 Mon Sep 17 00:00:00 2001 From: Kyra de Haan Date: Tue, 4 Nov 2025 11:30:44 +0100 Subject: [PATCH] Add MT ccus_spec queries for gasification technologies --- ...n_fischer_tropsch_biogenic_waste_ccs_capture_rate.gql | 3 --- ..._fischer_tropsch_biogenic_waste_ccs_capture_share.gql | 2 -- ...tion_fischer_tropsch_dry_biomass_ccs_capture_rate.gql | 3 --- ...ion_fischer_tropsch_dry_biomass_ccs_capture_share.gql | 2 -- ...oduction_fischer_tropsch_dry_biomass_ccs_captured.gql | 1 + ...ction_fischer_tropsch_dry_biomass_ccs_primary_co2.gql | 1 + ...scher_tropsch_non_biogenic_waste_ccs_capture_rate.gql | 3 --- ...cher_tropsch_non_biogenic_waste_ccs_capture_share.gql | 2 -- ...ethanol_synthesis_biogenic_waste_ccs_capture_rate.gql | 3 --- ...thanol_synthesis_biogenic_waste_ccs_capture_share.gql | 2 -- ...n_methanol_synthesis_dry_biomass_ccs_capture_rate.gql | 3 --- ..._methanol_synthesis_dry_biomass_ccs_capture_share.gql | 2 -- ...nol_synthesis_non_biogenic_waste_ccs_capture_rate.gql | 3 --- ...ol_synthesis_non_biogenic_waste_ccs_capture_share.gql | 2 -- ..._methanol_synthesis_non_biogenic_waste_ccs_co2_in.gql | 5 +++++ ...methanol_synthesis_non_biogenic_waste_ccs_co2_out.gql | 9 +++++++++ 16 files changed, 16 insertions(+), 30 deletions(-) delete mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_biogenic_waste_ccs_capture_rate.gql delete mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_biogenic_waste_ccs_capture_share.gql delete mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_capture_rate.gql delete mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_capture_share.gql create mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_captured.gql create mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_primary_co2.gql delete mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_non_biogenic_waste_ccs_capture_rate.gql delete mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_non_biogenic_waste_ccs_capture_share.gql delete mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_biogenic_waste_ccs_capture_rate.gql delete mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_biogenic_waste_ccs_capture_share.gql delete mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_dry_biomass_ccs_capture_rate.gql delete mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_dry_biomass_ccs_capture_share.gql delete mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_capture_rate.gql delete mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_capture_share.gql create mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_co2_in.gql create mode 100644 gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_co2_out.gql diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_biogenic_waste_ccs_capture_rate.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_biogenic_waste_ccs_capture_rate.gql deleted file mode 100644 index 3d459cd7d2..0000000000 --- a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_biogenic_waste_ccs_capture_rate.gql +++ /dev/null @@ -1,3 +0,0 @@ -- query = - V(energy_production_fischer_tropsch_biogenic_waste_ccs, - ccs_capture_rate) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_biogenic_waste_ccs_capture_share.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_biogenic_waste_ccs_capture_share.gql deleted file mode 100644 index a2c6ccab69..0000000000 --- a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_biogenic_waste_ccs_capture_share.gql +++ /dev/null @@ -1,2 +0,0 @@ -- query = - V(MEDGE(energy_production_fischer_tropsch_biogenic_waste_ccs_co2,energy_production_fischer_tropsch_biogenic_waste_ccs_captured_co2), parent_share) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_capture_rate.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_capture_rate.gql deleted file mode 100644 index 115210e1a1..0000000000 --- a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_capture_rate.gql +++ /dev/null @@ -1,3 +0,0 @@ -- query = - V(energy_production_fischer_tropsch_dry_biomass_ccs, - ccs_capture_rate) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_capture_share.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_capture_share.gql deleted file mode 100644 index 9488fc083a..0000000000 --- a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_capture_share.gql +++ /dev/null @@ -1,2 +0,0 @@ -- query = - V(MEDGE(energy_production_fischer_tropsch_dry_biomass_ccs_co2,energy_production_fischer_tropsch_dry_biomass_ccs_captured_co2), parent_share) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_captured.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_captured.gql new file mode 100644 index 0000000000..9bedc4fdc1 --- /dev/null +++ b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_captured.gql @@ -0,0 +1 @@ +- query = MV(energy_production_fischer_tropsch_dry_biomass_ccs_captured_co2, demand) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_primary_co2.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_primary_co2.gql new file mode 100644 index 0000000000..5373ba37fc --- /dev/null +++ b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_dry_biomass_ccs_primary_co2.gql @@ -0,0 +1 @@ +- query = NEG(V(energy_production_fischer_tropsch_dry_biomass_ccs, primary_co2_emission)) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_non_biogenic_waste_ccs_capture_rate.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_non_biogenic_waste_ccs_capture_rate.gql deleted file mode 100644 index c88381ed6f..0000000000 --- a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_non_biogenic_waste_ccs_capture_rate.gql +++ /dev/null @@ -1,3 +0,0 @@ -- query = - V(energy_production_fischer_tropsch_non_biogenic_waste_ccs, - ccs_capture_rate) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_non_biogenic_waste_ccs_capture_share.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_non_biogenic_waste_ccs_capture_share.gql deleted file mode 100644 index 71c7617255..0000000000 --- a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_fischer_tropsch_non_biogenic_waste_ccs_capture_share.gql +++ /dev/null @@ -1,2 +0,0 @@ -- query = - V(MEDGE(energy_production_fischer_tropsch_non_biogenic_waste_ccs_co2,energy_production_fischer_tropsch_non_biogenic_waste_ccs_captured_co2), parent_share) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_biogenic_waste_ccs_capture_rate.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_biogenic_waste_ccs_capture_rate.gql deleted file mode 100644 index 6b9e31209c..0000000000 --- a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_biogenic_waste_ccs_capture_rate.gql +++ /dev/null @@ -1,3 +0,0 @@ -- query = - V(energy_production_methanol_synthesis_biogenic_waste_ccs, - ccs_capture_rate) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_biogenic_waste_ccs_capture_share.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_biogenic_waste_ccs_capture_share.gql deleted file mode 100644 index b568f04718..0000000000 --- a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_biogenic_waste_ccs_capture_share.gql +++ /dev/null @@ -1,2 +0,0 @@ -- query = - V(MEDGE(energy_production_methanol_synthesis_biogenic_waste_ccs_co2,energy_production_methanol_synthesis_biogenic_waste_ccs_captured_co2), parent_share) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_dry_biomass_ccs_capture_rate.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_dry_biomass_ccs_capture_rate.gql deleted file mode 100644 index 11bad4abe0..0000000000 --- a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_dry_biomass_ccs_capture_rate.gql +++ /dev/null @@ -1,3 +0,0 @@ -- query = - V(energy_production_methanol_synthesis_dry_biomass_ccs, - ccs_capture_rate) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_dry_biomass_ccs_capture_share.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_dry_biomass_ccs_capture_share.gql deleted file mode 100644 index 26f0f90411..0000000000 --- a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_dry_biomass_ccs_capture_share.gql +++ /dev/null @@ -1,2 +0,0 @@ -- query = - V(MEDGE(energy_production_methanol_synthesis_dry_biomass_ccs_co2,energy_production_methanol_synthesis_dry_biomass_ccs_captured_co2), parent_share) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_capture_rate.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_capture_rate.gql deleted file mode 100644 index 7859bb16bb..0000000000 --- a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_capture_rate.gql +++ /dev/null @@ -1,3 +0,0 @@ -- query = - V(energy_production_methanol_synthesis_non_biogenic_waste_ccs, - ccs_capture_rate) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_capture_share.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_capture_share.gql deleted file mode 100644 index 71b137d91f..0000000000 --- a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_capture_share.gql +++ /dev/null @@ -1,2 +0,0 @@ -- query = - V(MEDGE(energy_production_methanol_synthesis_non_biogenic_waste_ccs_co2,energy_production_methanol_synthesis_non_biogenic_waste_ccs_captured_co2), parent_share) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_co2_in.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_co2_in.gql new file mode 100644 index 0000000000..aaf3489683 --- /dev/null +++ b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_co2_in.gql @@ -0,0 +1,5 @@ +- query = + PRODUCT( + V(energy_production_methanol_synthesis_non_biogenic_waste_ccs, input_of_non_biogenic_waste), + V(CARRIER(non_biogenic_waste), co2_conversion_per_mj) + ) diff --git a/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_co2_out.gql b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_co2_out.gql new file mode 100644 index 0000000000..9c4bd32637 --- /dev/null +++ b/gqueries/mechanical_turk/supply/ccus/turk_energy_production_methanol_synthesis_non_biogenic_waste_ccs_co2_out.gql @@ -0,0 +1,9 @@ +- query = + SUM( + PRODUCT( + V(energy_production_methanol_synthesis_non_biogenic_waste_ccs, output_of_methanol), + V(CARRIER(methanol), co2_conversion_per_mj) + ), + MV(energy_production_methanol_synthesis_non_biogenic_waste_ccs_captured_co2, demand), + MV(energy_production_methanol_synthesis_non_biogenic_waste_ccs_emitted_co2, demand) + )