dashboard_biomass_import_share debug
GQL Statement
DIVIDE(
  SUM(
    SUM(
      V(energy_import_wet_biomass, demand),
      V(energy_import_dry_biomass, demand),
      V(energy_import_oily_biomass, demand),
      V(energy_import_biogenic_waste, demand)
    ),
    NEG(SUM(
      V(energy_export_wet_biomass, demand),
      V(energy_export_dry_biomass, demand),
      V(energy_export_bio_oil_products_backup, demand),
      V(energy_export_biogenic_waste, demand)
    ))
  ),
  SUM(
    V(energy_distribution_wet_biomass, demand),
    V(energy_distribution_dry_biomass, demand),
    V(energy_distribution_oily_biomass, demand),
    V(energy_distribution_biogenic_waste, demand)
  )
)Result
| 2019 | 0.18697327278371403 | factor | 
| 2050 | 0.3217339524335982 | factor | 
Description
Share of foreign and imported biomass demand (in total biomass demand)
(import of biomass - export of biomass) / distribution of biomass
Characteristics
| Groups | |
| Unit | factor | 
| File path | /app/tmp/etsource/gqueries/output_elements/dashboard/dashboard_biomass_import_share.gql |