forked from magpiemodel/magpie
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7b26ea
commit 4766d87
Showing
3 changed files
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,6 @@ | |
*** | Contact: [email protected] | ||
|
||
*' @equations | ||
|
||
|
||
*' @code | ||
*' Total demand for bioenergy comes from different origins | ||
*' 1st generation bioenergy demand is a fixed trajectory of minimum production | ||
*' requirements. Second generation bioenergy splits into a demand | ||
|
@@ -71,7 +68,7 @@ q60_res_2ndgenBE(i2) .. | |
*' mass- or energy-based. For comparability, the former is in line with other realizations and constant over time. | ||
*' The energy-based incentive can take different forms and is applied to both 1st and 2nd generation. | ||
*' Combined with low or fade-out exogenous demands, this is useful to assess bioenergy production potentials, however | ||
*' the endogenous technological change in [13_tc] may react very strongly and create a positive feedback loop | ||
*' the endogenous technological change in [13_tc] may react very strongly and create a positive feedback loop. | ||
|
||
q60_bioenergy_incentive(i2).. vm_bioenergy_utility(i2) | ||
=e= sum((ct,k1st60), vm_dem_bioen(i2,k1st60) * (-i60_1stgen_bioenergy_subsidy_tdm(ct))) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,6 @@ | |
*** | Contact: [email protected] | ||
|
||
*' @equations | ||
|
||
|
||
*' @code | ||
*' Total demand for bioenergy comes from different origins | ||
*' 1st generation bioenergy demand is a fixed trajectory of minimum production | ||
*' requirements. Second generation bioenergy splits into a Demand | ||
|