Skip to content

Commit

Permalink
Merge pull request #1194 from PyPSA/biomass_import
Browse files Browse the repository at this point in the history
Biomass import
  • Loading branch information
lisazeyen authored Aug 2, 2024
2 parents 97176ac + e28c66e commit 7a16dd2
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 158 deletions.
6 changes: 6 additions & 0 deletions config/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,11 @@ sector:
max_boost: 0.25
var_cf: true
sustainability_factor: 0.0025
solid_biomass_import:
enable: false
price: 54 #EUR/MWh
max_amount: 1390 # TWh
upstream_emissions_factor: .1 #share of solid biomass CO2 emissions at full combustion

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#industry
industry:
Expand Down Expand Up @@ -1017,6 +1022,7 @@ plotting:
biogas: '#e3d37d'
biomass: '#baa741'
solid biomass: '#baa741'
solid biomass import: '#d5ca8d'
solid biomass transport: '#baa741'
solid biomass for industry: '#7a6d26'
solid biomass for industry CC: '#47411c'
Expand Down
Loading

0 comments on commit 7a16dd2

Please sign in to comment.