Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update green gas mapping #420

Open
mabijkerk opened this issue Sep 14, 2022 · 1 comment
Open

Update green gas mapping #420

mabijkerk opened this issue Sep 14, 2022 · 1 comment
Assignees
Labels

Comments

@mabijkerk
Copy link
Member

mabijkerk commented Sep 14, 2022

The current mapping of green gas presents a number of problems. This becomes especially clear for Cyprus, which has no Natural gas demands in the Eurostat energy balance, only Biogases.

Screenshot 2022-09-14 at 17 09 37

Issues

  • Hardcoded loss: the Dataset Manager specifies green gas demand, but the energy balance only gives Biogases demand. In the ETM there is an energy_greengas_upgrade_biogas node that turns biogas into green gas. The demand from the Dataset Manager is however set in the energy_distribution_greengas node, which means that the loss of the upgrade node already has to be included in the value presented for green gas in the Dataset Manager. Currently, this is done hardcoded in the energy_energy_demand interface element on ETLocal. This means that changes on ETSource would not be reflected dynamically on ETLocal (see also Add documentation structure for hard-coded values #417)
  - header: energy_mix_gas_network
    items:
      - key: energy_distribution_greengas_demand
        unit: 'TJ'
        entso: |
          0.995 * (EB("Total energy supply", "Biogases") -
          EB("Transformation input - electricity and heat generation - autoproducer combined heat and power - energy use", "Biogases") -
          EB("Transformation input - electricity and heat generation - main activity producer combined heat and power - energy use", "Biogases"))
      - key: energy_regasification_lng_energy_national_gas_network_natural_gas_demand
        unit: 'TJ'
  • Artificial natural gas demand: the green gas is then fed into the gas network, where it is compared against the total network gas demand. The difference between the green gas input and the total network gas demand is allocated as natural gas demand. Some of this difference however only exists because of the loss in the upgrade node. For Cyprus this leads to a natural gas demand which is not specified on the energy balance.

Screenshot 2022-09-14 at 17 14 06

  • Error calculating natural gas shares: in the case that there is no natural gas demand, the ETM will not be able to calculate the split between LNG and natural gas on the network, since both incoming natural gas edges will have 0 demand. This was the case for Cyprus before the upgrade loss created artificial natural gas demand.

Screenshot 2022-09-14 at 17 39 18

Solution
Based on the issues above, I would argue that a redesign of the mapping of green gas, natural gas, and LNG is in order. Further investigation is required to determine the best solution.

Notifying @marliekeverweij @Charlottevm

@mabijkerk mabijkerk self-assigned this Sep 14, 2022
Copy link

This issue has had no activity for 60 days and will be closed in 7 days. Removing the "Stale" label or posting a comment will prevent it from being closed automatically. You can also add the "Pinned" label to ensure it isn't marked as stale in the future.

@github-actions github-actions bot added the Stale label Jul 19, 2024
@mabijkerk mabijkerk added Pinned and removed Stale labels Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant