-
Notifications
You must be signed in to change notification settings - Fork 138
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
Update ScenarioMIP config files #1931
Merged
laurinks
merged 1 commit into
remindmodel:develop
from
laurinks:scenariomip-config-update
Dec 14, 2024
Merged
Update ScenarioMIP config files #1931
laurinks
merged 1 commit into
remindmodel:develop
from
laurinks:scenariomip-config-update
Dec 14, 2024
Conversation
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
laurinks
commented
Dec 13, 2024
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.
Changes in the scenarios:
~ SMIPv04-ML-SSP2-PkBudg1500-def:
cm_taxCO2_historical: 50 -> 60 (default: gdx_ref)
cm_taxCO2_interpolation: (EUR,USA,JPN,NEU,CAZ).2040.2050 1,REF.2040.2060 1,(CHA,LAM,MEA).2040.2080 1,OAS.2040.2100 1.5,IND.2040.2100 2,SSA.2040.2100 3 -> (EUR,USA,JPN,NEU,CAZ).2040.2050 1,(REF,CHA,LAM,MEA).2040.2080 1.25,OAS.2040.2100 1.5,IND.2040.2100 2,SSA.2040.2100 3 (default: off)
~ SMIPv04-L-SSP2-PkBudg1000-def:
cm_taxCO2_historical: 50 -> 60 (default: gdx_ref)
cm_taxCO2_historicalYr: 2028 -> 2025 (default: last)
cm_taxCO2_interpolation: (EUR,USA,JPN,NEU,CAZ).2030.2040 1,REF.2030.2050 1,(CHA,LAM,MEA).2030.2060 1,OAS.2030.2070 1.5,IND.2030.2070 2,SSA.2030.2070 3 -> (EUR,USA,JPN,NEU,CAZ).2030.2040 1,(REF,CHA,LAM,MEA).2030.2060 1.25,OAS.2030.2070 1.5,IND.2030.2070 2,SSA.2030.2070 3 (default: off)
cm_taxCO2_startYearValue: EUR 130,(CAZ,USA) 50,(NEU,JPN) 40,(LAM,MEA) 30,(REF,CHA,OAS) 20,IND 15,SSA 10 -> EUR 130,(CAZ,USA,JPN,NEU) 40,LAM 25,(MEA,REF,CHA,OAS) 15,IND 10,SSA 5 (default: )
~ SMIPv04-VLHO-SSP2-EcBudg400-def:
cm_taxCO2_interpolation: (EUR,USA,JPN,NEU,CAZ).2030.2040 1,REF.2030.2050 1,(CHA,LAM,MEA).2030.2060 1,OAS.2030.2070 1.5,IND.2030.2070 2,SSA.2030.2070 3 -> (EUR,USA,JPN,NEU,CAZ).2030.2040 1,(REF,CHA,LAM,MEA).2030.2060 1.25,OAS.2030.2070 1.5,IND.2030.2070 2,SSA.2030.2070 3 (default: off)
cm_nash_autoconverge: NA -> 3 (default: 1)
~ SMIPv04-VLLO-SSP1-PkBudg650-def:
cm_taxCO2_historical: 50 -> 60 (default: gdx_ref)
cm_taxCO2_historicalYr: 2028 -> 2025 (default: last)
cm_taxCO2_interpolation: (EUR,USA,JPN,NEU,CAZ).2030.2040 1,REF.2030.2045 1,(CHA,LAM,MEA).2030.2050 1,OAS.2030.2050 1.5,IND.2030.2050 2,SSA.2030.2050 3 -> (EUR,USA,JPN,NEU,CAZ).2030.2040 1,(REF,CHA,LAM,MEA).2030.2050 1.25,OAS.2030.2050 1.5,IND.2030.2050 2,SSA.2030.2050 3 (default: off)
cm_taxCO2_startYearValue: EUR 150,(CAZ,NEU,USA,JPN) 70,REF 60,(CHA,LAM,MEA) 50,OAS 40,IND 30,SSA 20 -> EUR 150,(CAZ,NEU,USA,JPN) 60,(REF,CHA,LAM,MEA) 30,OAS 20,IND 15,SSA 10 (default: )
+ SMIPv04-VLLO-SSP2-PkBudg650-var_yr2035 was added.
+ SMIPv04-VLLO-SSP2-PkBudg650-var_EWoff was added.
- SMIPv04-VLHO-SSP2-EcBudg400-var_EWoff was deleted.
laurinks
commented
Dec 13, 2024
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.
> compareScenConf("./config/scenario_config_coupled_ScenarioMIP.csv")
Loading R helper functions from /p/projects/rd3mod/github/repos/remindmodel/remind/develop.
In /p/projects/rd3mod/github/repos/remindmodel/remind/develop/config/scenario_config_coupled_ScenarioMIP.csv, no column path_gdx_refpolicycost for policy cost comparison found, using path_gdx_ref instead.
In ./config/scenario_config_coupled_ScenarioMIP.csv, no column path_gdx_refpolicycost for policy cost comparison found, using path_gdx_ref instead.
File comparison: /p/projects/rd3mod/github/repos/remindmodel/remind/develop/config/scenario_config_coupled_ScenarioMIP.csv -> ./config/scenario_config_coupled_ScenarioMIP.csv
Columns deleted: -
Columns added: -
Renamed columns: -
Renamed rows: -
Changes in the scenarios (except row: start):
+ SMIPv04-VLLO-SSP2-PkBudg650-var_yr2035 was added.
+ SMIPv04-VLHO-SSP2-EcBudg400-var_EWOAEoff was added.
+ SMIPv04-VLLO-SSP2-PkBudg650-var_EWoff was added.
- SMIPv04-VLHO-SSP2-EcBudg400-var_EWoff was deleted.
$allwarnings
NULL
LaviniaBaumstark
approved these changes
Dec 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of this PR
Small adjustments in ScenarioMIP config file (carbon price convergence, Nash convergence for VLHO)
Type of change
Checklist:
FAIL 0
in the output ofmake test
)