-
Notifications
You must be signed in to change notification settings - Fork 130
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
delete realization complex of module 35_transport #1543
delete realization complex of module 35_transport #1543
Conversation
…cleaningRealizations
…cleaningRealizations
…t, apcardiEffH2t and uedit, uepet, ueelt * delete q40_EV_share, p40_EV_share and pm_boundCapEV * delete realization EVmandates of module 40_techpol
core/sets.gms
Outdated
@@ -343,6 +331,14 @@ $ENDIF.WindOff | |||
seceaf "Route: Scrap-loaded EAF" | |||
pcc "outdated technology, only here to avoid compilation errors if input data containing information for this technology are used" | |||
pco "outdated technology, only here to avoid compilation errors if input data containing information for this technology are used" | |||
*** transport technologies for deleted realization complex of module 35_transport - only here for input data consistency |
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.
maybe not "input data consistency", but rather "to make it possible to process input data that still includes data for these obsolete transport technologies"?
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.
changed
main.gms
Outdated
@@ -1448,18 +1437,18 @@ $setglobal cm_incolearn off !! def = off | |||
$setglobal cm_storageFactor off !! def = off | |||
*** cm_learnRate "change learn rate value by technology." | |||
*** def <- "off" = no change for learn rate value; | |||
*** or list of techs to change learn rate value. (ex. "apcarelt 0.2") | |||
*** or list of techs to change learn rate 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.
I would keep an example here, but use another tech, e.g. spv
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 provide a good example. I don't know one
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.
(ex. "spv 0.2")
main.gms
Outdated
$setglobal cm_learnRate off !! def = off | ||
*** cm_adj_seed and cm_adj_seed_cont "overwrite the technology-dependent adjustment cost seed value. Smaller means slower scale-up." | ||
*** both swicthes have the same functionality, but allow more changes once the character limit of cm_adj_seed is reached. | ||
*** def <- "off" = use default adj seed values. | ||
*** or list of techs to change adj_seed value. (ex. "apCarH2T=0.5,apCarElT=0.5,apCarDiEffT=0.25,apCarDiEffH2T=0.25") | ||
*** or list of techs to change adj_seed 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.
again, I would keep an example using other technologies.
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 provide a good example. I don't know one
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.
(ex "spv=1, tnrs = 0.1")
main.gms
Outdated
$setglobal cm_adj_seed off | ||
$setglobal cm_adj_seed_cont off | ||
*** cm_adj_coeff and cm_adj_coeff_cont "overwrite the technology-dependent adjustment cost coefficient. Higher means higher adjustment cost." | ||
*** both swicthes have the same functionality, but allow more changes once the character limit of cm_adj_coeff is reached. | ||
*** def <- "off" = use default adj coefficient values. | ||
*** or list of techs to change adj_coeff value. (ex. "apCarH2T=100,apCarElT=100,apCarDiEffT=200,apCarDiEffH2T=200") | ||
*** or list of techs to change adj_coeff 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.
again, I would keep an example using other technologies.
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.
same here
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.
(ex. "gash2=1, hydro=0.1")
Purpose of this PR
cleaning: delete realization complex of module 35_transport and all related code parts
Type of change
Checklist:
FAIL 0
in the output ofmake test
)CHANGELOG.md
has been updated correctlyFurther information (optional):