From 5a3374d1e8ec16387aa277f7f5f043ce63ef515b Mon Sep 17 00:00:00 2001 From: Ehsan Nokandi <47088177+enokandi@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:14:32 +0100 Subject: [PATCH] creatin tags for generation units thechnology by adding the file tag_power_turbine_types.yaml --- .../electricity_grid.yaml | 74 ++++++++++++ .../tag_power_turbine_types.yaml | 9 ++ .../electricity_grid.yaml | 113 ------------------ 3 files changed, 83 insertions(+), 113 deletions(-) create mode 100644 definitions/variable/grids infrastructure/electricity_grid.yaml create mode 100644 definitions/variable/grids infrastructure/tag_power_turbine_types.yaml delete mode 100644 definitions/variable/grids infrustructure/electricity_grid.yaml diff --git a/definitions/variable/grids infrastructure/electricity_grid.yaml b/definitions/variable/grids infrastructure/electricity_grid.yaml new file mode 100644 index 0000000..761ffed --- /dev/null +++ b/definitions/variable/grids infrastructure/electricity_grid.yaml @@ -0,0 +1,74 @@ +- Network|Electricity|Capacity: + description: Capacity of the line + unit: MW +- Network|Electricity|Resistance: + description: Resistance of a line + unit: Ohm +- Network|Electricity|Reactance: + description: Reactance of a line + unit: Ohm +- Network|Electricity|Capacitance: + description: Parallel capacitance of a line + unit: nF +- Capacity|Electricity|Gas|{Turbine Type}: + description: Installed (available) capacity to generate electricity with natural gas using {Turbine Type} plants + unit: GW +- Capacity|Electricity|Fossil|{Turbine Type}: + description: Installed (available) capacity to generate electricity from fossil fuels using {Turbine Type} plants + unit: GW +- Capacity|Electricity|Oil|{Turbine Type}: + description: Installed (available) capacity to generate electricity from oil-based sources using {Turbine Type} plants + unit: GW +- Capacity|Electricity|Hydro|Pumped Storage: + description: Installed (available) capacity to generate electricity from hydropower pumped storage + unit: GW +- Capacity|Electricity|Hydro|Reservoir: + description: Installed (available) capacity to generate electricity from hydropower reservoir plants + unit: GW +- Capacity|Electricity|Hydro|Run of River: + description: Installed (available) capacity to generate electricity from hydropower run-of-river plants + unit: GW +- Capacity|Electricity|Solar|Thermal: + description: Installed (available) capacity to generate electricity from solar thermal technology + unit: GW +- Marginal Cost|Electricity|Gas|{Turbine Type}: + description: Marginal generation cost of electricity from natural gas using {Turbine Type} plants + unit: USD/MWh +- Marginal Cost|Electricity|Oil|{Turbine Type}: + description: Marginal generation cost of electricity from oil-based sources using {Turbine Type} plants + unit: USD/MWh +- Marginal Cost|Electricity|Biomass: + description: Marginal generation cost of electricity from biomass + unit: USD/MWh +- Marginal Cost|Electricity|Coal: + description: Marginal generation cost of electricity from coal + unit: USD/MWh +- Marginal Cost|Electricity|Nuclear: + description: Marginal generation cost of electricity from nuclear power plants + unit: USD/MWh +- Marginal Cost|Electricity|Hydro|Pumped Storage: + description: Marginal generation cost of electricity from hydropower pumped storage + unit: USD/MWh +- Marginal Cost|Electricity|Hydro|Reservoir: + description: Marginal generation cost of electricity from hydropower reservoir plants + unit: USD/MWh +- Marginal Cost|Electricity|Hydro|Run of River: + description: Marginal generation cost of electricity from hydropower run-of-river plants + unit: USD/MWh +- Marginal Cost|Electricity|Solar|PV: + description: Marginal generation cost of electricity from solar photovoltaic technology + unit: USD/MWh +- Marginal Cost|Electricity|Solar|Thermal: + description: Marginal generation cost of electricity from solar thermal technology + unit: USD/MWh +- Marginal Cost|Electricity|Wind|Offshore: + description: Marginal generation cost of electricity from offshore wind farms + unit: USD/MWh +- Marginal Cost|Electricity|Wind|Onshore: + description: Marginal generation cost of electricity from onshore wind farms + unit: USD/MWh +- Active Power|Electricity|Demand [Share]: + description: The share of the region's electricity demand of total demand + unit: '%' + range: [0, 100] + weight: Final Energy \ No newline at end of file diff --git a/definitions/variable/grids infrastructure/tag_power_turbine_types.yaml b/definitions/variable/grids infrastructure/tag_power_turbine_types.yaml new file mode 100644 index 0000000..46c22f9 --- /dev/null +++ b/definitions/variable/grids infrastructure/tag_power_turbine_types.yaml @@ -0,0 +1,9 @@ +- Turbine Type: + - Combined Cycle: + description: combined-cycle (CC) + - Gas Turbine: + description: gas turbines (GT) + - Integrated Gasification Combined Cycle: + description: integrated gasification combined cycle plants (IGCC) + - Steam Turbine: + description: steam turbines \ No newline at end of file diff --git a/definitions/variable/grids infrustructure/electricity_grid.yaml b/definitions/variable/grids infrustructure/electricity_grid.yaml deleted file mode 100644 index 6c570ed..0000000 --- a/definitions/variable/grids infrustructure/electricity_grid.yaml +++ /dev/null @@ -1,113 +0,0 @@ -- Network|Electricity|Capacity: - description: Capacity of the line - unit: MW -- Network|Electricity|Resistance: - description: Resistance of a line - unit: Ohm -- Network|Electricity|Reactance: - description: Reactance of a line - unit: Ohm -- Network|Electricity|Capacitance: - description: Parallel capacitance of a line - unit: nF -- Capacity|Electricity|Fossil|Gas Turbine: - description: Installed (available) capacity to generate electricity from fossil fuel gas turbines - unit: GW -- Capacity|Electricity|Fossil|Combined Cycle: - description: Installed (available) capacity to generate electricity from fossil fuel combined cycle plants - unit: GW -- Capacity|Electricity|Gas|Combined Cycle: - description: Installed (available) capacity to generate electricity from natural gas combined cycle plants - unit: GW -- Capacity|Electricity|Gas|Gas Turbine: - description: Installed (available) capacity to generate electricity from natural gas gas turbines - unit: GW -- Capacity|Electricity|Gas|Integrated Gasification Combined Cycle: - description: Installed (available) capacity to generate electricity from integrated gasification combined cycle plants - unit: GW -- Capacity|Electricity|Gas|Steam Turbine: - description: Installed (available) capacity to generate electricity from natural gas steam turbines - unit: GW -- Capacity|Electricity|Oil|Combined Cycle: - description: Installed (available) capacity to generate electricity from oil-based combined cycle plants - unit: GW -- Capacity|Electricity|Oil|Gas Turbine: - description: Installed (available) capacity to generate electricity from oil-based gas turbines - unit: GW -- Capacity|Electricity|Oil|Steam Turbine: - description: Installed (available) capacity to generate electricity from oil-based steam turbines - unit: GW -- Capacity|Electricity|Hydro|Pumped Storage: - description: Installed (available) capacity to generate electricity from hydropower pumped storage - unit: GW -- Capacity|Electricity|Hydro|Reservoir: - description: Installed (available) capacity to generate electricity from hydropower reservoir plants - unit: GW -- Capacity|Electricity|Hydro|Run of River: - description: Installed (available) capacity to generate electricity from hydropower run-of-river plants - unit: GW -- Capacity|Electricity|Solar|Thermal: - description: Installed (available) capacity to generate electricity from solar thermal technology - unit: GW -- Marginal Cost|Electricity|Biomass: - description: Marginal generation cost of electricity from biomass - unit: USD/MWh -- Marginal Cost|Electricity|Coal: - description: Marginal generation cost of electricity from coal - unit: USD/MWh -- Marginal Cost|Electricity|Fossil|Gas Turbine: - description: Marginal generation cost of electricity from fossil fuel gas turbines - unit: USD/MWh -- Marginal Cost|Electricity|Fossil|Combined Cycle: - description: Marginal generation cost of electricity from fossil fuel combined cycle plants - unit: USD/MWh -- Marginal Cost|Electricity|Gas|Combined Cycle: - description: Marginal generation cost of electricity from natural gas combined cycle plants - unit: USD/MWh -- Marginal Cost|Electricity|Gas|Gas Turbine: - description: Marginal generation cost of electricity from natural gas gas turbines - unit: USD/MWh -- Marginal Cost|Electricity|Gas|Integrated Gasification Combined Cycle: - description: Marginal generation cost of electricity from integrated gasification combined cycle plants - unit: USD/MWh -- Marginal Cost|Electricity|Gas|Steam Turbine: - description: Marginal generation cost of electricity from natural gas steam turbines - unit: USD/MWh -- Marginal Cost|Electricity|Nuclear: - description: Marginal generation cost of electricity from nuclear power plants - unit: USD/MWh -- Marginal Cost|Electricity|Oil|Combined Cycle: - description: Marginal generation cost of electricity from oil-based combined cycle plants - unit: USD/MWh -- Marginal Cost|Electricity|Oil|Gas Turbine: - description: Marginal generation cost of electricity from oil-based gas turbines - unit: USD/MWh -- Marginal Cost|Electricity|Oil|Steam Turbine: - description: Marginal generation cost of electricity from oil-based steam turbines - unit: USD/MWh -- Marginal Cost|Electricity|Hydro|Pumped Storage: - description: Marginal generation cost of electricity from hydropower pumped storage - unit: USD/MWh -- Marginal Cost|Electricity|Hydro|Reservoir: - description: Marginal generation cost of electricity from hydropower reservoir plants - unit: USD/MWh -- Marginal Cost|Electricity|Hydro|Run of River: - description: Marginal generation cost of electricity from hydropower run-of-river plants - unit: USD/MWh -- Marginal Cost|Electricity|Solar|PV: - description: Marginal generation cost of electricity from solar photovoltaic technology - unit: USD/MWh -- Marginal Cost|Electricity|Solar|Thermal: - description: Marginal generation cost of electricity from solar thermal technology - unit: USD/MWh -- Marginal Cost|Electricity|Wind|Offshore: - description: Marginal generation cost of electricity from offshore wind farms - unit: USD/MWh -- Marginal Cost|Electricity|Wind|Onshore: - description: Marginal generation cost of electricity from onshore wind farms - unit: USD/MWh -- Active Power|Electricity|Demand [Share]: - description: The share of the region's electricity demand of total demand - unit: '%' - range: [ 0, 100 ] - weight: Final Energy