quintel / etsource

Data source for the Energy Transition Model
https://energytransitionmodel.com/
MIT License
12 stars 8 forks source link

Natural gas backup export hourly vs yearly does not add up #3080

Open kaskranenburgQ opened 2 days ago

kaskranenburgQ commented 2 days ago

In a blank nl2019 scenario with the following input settings:

natural_gas_total_share: 0.0
green_gas_total_share: 100.0
propane_gas_total_share: 0.0

All extracted natural gas is now exported.

If I than compare the natural gas backup export hourly vs yearly with the following query:

EACH(
  V(energy_export_natural_gas_backup,demand),
  SUM(V(energy_export_natural_gas_backup,network_gas_input_curve))*3600,
  SUM(NEG(V(energy_export_natural_gas_backup,demand)),SUM(V(energy_export_natural_gas_backup,network_gas_input_curve))*3600)
  )

I get the following results: Screenshot 2024-06-28 at 17 05 12 Indicating a delta of 4.8 PJ. This could occur due to a network gas node missing hourly calculation attributes

mabijkerk commented 2 days ago

Nice catch! Let's see if we can identify the culprit. If not, we may need to investigate the export and import type in reconciliation.