-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix h2 peak in buildings #1654
base: develop
Are you sure you want to change the base?
Fix h2 peak in buildings #1654
Changes from 2 commits
0298100
bf7e030
106dcaf
4077280
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,6 @@ indu_subsectors-buil_simple-tran_edge_esm-POP_pop_SDP_EI-GDP_gdp_SDP_EI-En_gdp_S | |
indu_subsectors-buil_simple-tran_edge_esm-POP_pop_SSP5-GDP_gdp_SSP5-En_gdp_SSP5-Kap_debt_limit-Reg_62eff8f7.gdx | ||
indu_subsectors-buil_simple-tran_edge_esm-POP_pop_SSP2EU-GDP_gdp_SSP2EU-En_gdp_SSP2EU-Kap_debt_limit-Reg_2b1450bc.gdx | ||
indu_subsectorspbs-buil_simple-tran_edge_esm-POP_pop_SSP2EU-GDP_gdp_SSP2EU-En_gdp_SSP2EU-Kap_debt_limit-Reg_62eff8f7.gdx | ||
indu_subsectors-buil_simple-tran_edge_esm-POP_pop_SSP2EU-GDP_gdp_SSP2EU-En_gdp_SSP2EU-Kap_debt_limit-H2zero-Reg_62eff8f7.gdx | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why are you adding a new calibration file? The aim is that this will be the new default, right? This is only a temporal solution? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, this will be deleted. I already took a note (somewhere) that I should remember to delete all this. Thanks for reminding me again. |
||
|
||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,16 +10,9 @@ | |
v36_costExponent.up(t,regi) = 20; | ||
|
||
|
||
*** FS: no H2 in buildings before 2050 | ||
vm_demFeSector_afterTax.up('2010',regi,'seh2','feh2s','build','ES') = 0; | ||
vm_demFeSector_afterTax.up('2015',regi,'seh2','feh2s','build','ES') = 0; | ||
vm_demFeSector_afterTax.up('2020',regi,'seh2','feh2s','build','ES') = 1e-5; | ||
vm_demFeSector_afterTax.up('2025',regi,'seh2','feh2s','build','ES') = 1e-5; | ||
|
||
|
||
*** Assure that h2 penetration is not high in calibration so the extra t&d cost can be considered by the model. In case contrary, H2 is competitive against gas in buildings and industry even during calibration. | ||
*** Fix H2 Phase-In costs to zero for calibration runs | ||
$ifthen.CES_calibration "%CES_parameters%" == "calibrate" | ||
v36_H2share.up(t,regi) = cm_build_H2costDecayStart; | ||
v36_costAddH2LowPen.fx(t,regi) = 0; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is v36_costAddH2LowPen still needed or coud it be deleted? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is still needed for non-calibration runs. And in the current implementation it needs to be set to zero for a calibration run to make sure that no Phase-In costs are included. |
||
$endif.CES_calibration | ||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for which scenarios did you run the calibration?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran the calibration for H12, EU21 and PBS and I'm planning to redo this once I've merged the trunk. Should I test the calibration with further scenarios?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hopefully, we will have pbs as default soon and then I will anyway run new calibrations for all other scenarios. I think, for now SSP2EU is enough