-
Notifications
You must be signed in to change notification settings - Fork 16
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
Camp scenarios #230
Camp scenarios #230
Conversation
inst/extdata/demscen_factors.csv
Outdated
SSP2EU_lowdem,SSA,trn_pass,2050,0.9 | ||
SSP2EU_lowdem,UKI,trn_pass,2050,0.9 | ||
SSP2EU_lowdem,USA,trn_pass,2050,0.9 | ||
demandScen;region;sector;year;factor |
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.
lowDem is the same as demRedStrong or? In that case lowDem should be removed as an option
inst/extdata/inconv_factor.csv
Outdated
SSP2EU,PhOP,targetYeICE,2055 | ||
SSP2EU,PhOP,targetValICE,1.5 | ||
SSP2EU,PhOP,ratioPHEV,1.5 | ||
SSPscen;techscen;param;value |
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.
Please change the delimeter to "," so that we see the differences..
R/mergeDat.R
Outdated
if (!is.null(Dem_Scen)){ | ||
if (Dem_Scen == "SSP2EU_lowdem"){ | ||
if (Dem_Scen == "SSP2EU_lowdem" | Dem_Scen == "SSP2EU_demRedStrong") { |
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.
This can be removed, when we dont have the loeDem scenario anymore
Looks good to me! Only the replacement of SSP2EU_lowDem with SSP2EU_demRedStrong needs to be done in the mrremind PR |
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.
Looks good to me!
I added new scenarios for the campaigners project. The share weight trends (targets) are based on the navigate values from NAV_act. Furthermore, I changed the names for low energy demand and added a new one: SSP2EU_lowDem is not SSP2EU_demRedStrong and between default and demRedStrong, we have now SSP2EU_demRedWeak. Lastly, I introduced an ICE ban into the campaigners scenarios.
For a comparison with the ambitious Mix4 scenario and the less progressive Mix2 see: /p/projects/edget/20231011_PR230_Camp scenarios
The changes that need to be introduced to remind and mrremdind can be found here:
REMIND: remindmodel/remind#1453
MRREMIND: pik-piam/mrremind#440
After finishing this PR I will do the one for mrremind, generate input data and then do the PR for remind.