Build biomass potential
build_biomass_potential_xing(biomass_potentials_path)
Build potential from Xing et al. https://doi.org/10.1038/s41467-021-23282-x
Parameters:
Name | Type | Description | Default |
---|---|---|---|
biomass_potentials_path
|
PathLike
|
the path to the Xing SI data (xlsx). |
required |
Source code in workflow/scripts/build_biomass_potential.py
estimate_co2_intensity_xing()
Estimate the biomass Co2 intensity from the Xing paper
Returns:
Name | Type | Description |
---|---|---|
float |
float
|
the biomass co2 intensity in t/MWhth |
Source code in workflow/scripts/build_biomass_potential.py
read_xing_si_data(biomass_potentials_path)
Read and prepare the xing SI data
Parameters:
Name | Type | Description | Default |
---|---|---|---|
biomass_potentials_path
|
PathLike
|
the path to the Xing SI data (xlsx). |
required |