You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Biomass demand and potential" chart includes the query chp_heat_and_electricity_from_wet_biomass, which makes use of the attribute input_of_bio_resources.
# Public: The sum of all bio resources input.## Returns a numeric value in MJ.definput_of_bio_resourcesfetch(:input_of_bio_resources)doinput_of_dry_biomass +
input_of_wet_biomass +
input_of_oily_biomass +
input_of_biogenic_waste +
input_of_torrefied_biomass_pellets +
input_of_wood_pellets +
input_of_waste_mix +
input_of_bio_kerosene +
input_of_bio_lng +
input_of_bio_oil +
input_of_biodiesel +
input_of_bio_ethanol +
input_of_biogas +
input_of_greengas +
input_of_network_gas +
input_of_compressed_network_gas +
input_of_gas_power_fuelmixendend
However, network_gas consists of natural gas and green gas, compressed_network_gas is the same and gas_power_fuelmix consists of bio oil, crude oil and network gas. These last three products are not purely bio resources, so I do wonder why they are listed here. @noracato do you happen to know something about this?
The text was updated successfully, but these errors were encountered:
It looks like the full method was added in the biomass project in 2019 (see #1064) and never updated afterwards. This method was added by @redekok, maybe she remembers more?
I think Michiel was the mastermind behind this function actually. But it had something to do with recursively checking the amount of bio resources needed for compressed network gas for example. I can't provide you the details by heart right now but we could dive into it when time permits!
The "Biomass demand and potential" chart includes the query
chp_heat_and_electricity_from_wet_biomass
, which makes use of the attributeinput_of_bio_resources
.This attribute is defined in capacity_production.rb:
However, network_gas consists of natural gas and green gas, compressed_network_gas is the same and gas_power_fuelmix consists of bio oil, crude oil and network gas. These last three products are not purely bio resources, so I do wonder why they are listed here. @noracato do you happen to know something about this?
The text was updated successfully, but these errors were encountered: