Skip to content
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
merged 1 commit into from
Dec 14, 2024

Conversation

laurinks
Copy link
Contributor

@laurinks laurinks commented Dec 13, 2024

Purpose of this PR

Small adjustments in ScenarioMIP config file (carbon price convergence, Nash convergence for VLHO)

Type of change

Checklist:

  • My code follows the coding etiquette
  • I performed a self-review of my own code
  • All automated model tests pass (FAIL 0 in the output of make test)

Copy link
Contributor Author

@laurinks laurinks Dec 13, 2024

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.

Copy link
Contributor Author

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

@laurinks laurinks merged commit 3f3d2b8 into remindmodel:develop Dec 14, 2024
2 checks passed
@laurinks laurinks deleted the scenariomip-config-update branch December 14, 2024 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants