Differentiate interest rates by SSP in scenario_config#873
Open
flohump wants to merge 3 commits intomagpiemodel:developfrom
Open
Differentiate interest rates by SSP in scenario_config#873flohump wants to merge 3 commits intomagpiemodel:developfrom
flohump wants to merge 3 commits intomagpiemodel:developfrom
Conversation
tscheypidi
approved these changes
Mar 20, 2026
georg-schroeter
approved these changes
Mar 20, 2026
…strate # Conflicts: # CHANGELOG.md
This file contains hidden or 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
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.
🐦 Description of this PR 🐦
s12_interest_lic,s12_interest_hic) toscenario_config.csv. Previously, all SSPs used the same default rates (LIC=10%, HIC=4%), which is inconsistent with the SSP narratives.default.cfgupdated to SSP2 values (LIC=15%, HIC=6%) since SSP2 is MAgPIE's default scenario. Thenoselectvariants were updated accordingly.Motivation
The interest rate is fundamental for the balance between land expansion and intensification in MAgPIE. It determines the cost of capital for agricultural investments. Low interest rates favor intensification; high rates shift the balance toward land expansion.
Previously, all SSPs used identical rates, implicitly assuming the same investment environment regardless of scenario narrative. This led to uniformly high intensification and crop yields across SSPs — inconsistent with the SSP framework and an outlier compared to other IAMs in ScenarioMIP.
The new rates are consistent with observed agricultural lending rates in Sub-Saharan Africa, where unsubsidized agribusiness loans average more than 20% (World Bank Group 2016), and with commercial lending rates in OECD countries of 3–7% (World Bank 2024, indicator FR.INR.LEND) https://data.worldbank.org/indicator/FR.INR.LEND.
Test plan
Results
SSP2-NPI
Tables with global values. SSP1 and SSP5 are unchanged (as expected) and omitted from the table.
Cereal yields (t DM/ha)
Bioenergy crop yields (t DM/ha)
Land use intensity (Tau index)
Cropland (million ha)
LUC CO2 emissions (Mt CO2/yr)
Key takeaways
Data source:
report_all.rds. Analysis created with Claude Code.🔧 Checklist for PR creator 🔧
If a point is not applicable, check the checkbox anyway and write "non-applicable" next to the checkbox.
Label pull request from the label list.
Self-review own code
magpie4R library has been updated accordingly and backwards compatible where necessary.scenario_config.csvhas been updated accordingly (important ifdefault.cfghas been updated)Document changes
CHANGELOG.mdgoxygen::goxygen()and verify the modified code is properly documentedPerform test runs
Rscript start.R --> "compilation check"Rscript start.R --> "default"Rscript start.R --> "test runs"Reporting produces no errors and no new warnings
Get two approving reviews (at least one from RSE)
📉 Performance 📈
🚨 Checklist for reviewer 🚨
CHANGELOGis updated correctly