-
Notifications
You must be signed in to change notification settings - Fork 177
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
Improvment of NPI / NDC implementation + update of default settings + smaller bugfixes #768
Conversation
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.
Great from my side. Just a request to expand on new var and eq description.
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.
All good! Thx!
Thanks @flohump ! Looks all good to me now, will approve as soon as the release is done |
CHANGELOG.md
Outdated
- `29_cropland` identical results for historic period when using `s29_treecover_bii_coeff` 0 and 1 in scenarios. | ||
- `32_forestry` added contraint `q32_ndc_aff_limit` to make sure that NPI/NDC re/afforestation does not happen at the cost of forests and other natural vegetation. | ||
- `35_natveg` added interface `vm_natforest_reduction` | ||
- `56_ghg_policy` bugfixes for regional GHG policy fader |
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.
To be consistent with the rest of the changelog I suggest to prefix everything with a category in bold (e.g. **scripts**
)
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.
Thanks for the hint. done.
🐦 Description of this PR 🐦
Summary: This PR fixes issues with the NPI/NDC implementation, adds switches to the
scenario_config.csv
file needed for coupling with REMIND, and fixes smaller bugs.Note: CHANGELOG.md will be updated after release of version 4.9.1 (to avoid merge conflicts)
changed
cfg$gms$s56_minimum_cprice
no longer used forNCD
cfg$gms$cropland
changed from "simple_apr24" to "detail_apr24"cfg$gms$s29_treecover_max
changed from "0.4" to "0.5"cfg$gms$s29_fallow_max
changed from "0.4" to 0fixed
29_cropland
identical results for historic period when usings29_treecover_bii_coeff
0 and 1 in scenarios.32_forestry
added contraintq32_ndc_aff_limit
to make sure that NPI/NDC re/afforestation does not happen at the cost of forests and other natural vegetation.35_natveg
added interfacevm_natforest_reduction
56_ghg_policy
bugfixes for regional GHG policy faderadded
NPI-revert
AR-natveg
andAR-plant
for CO2 price re/afforestation and AgroForestry settingsisoCountriesLowMiddleIncome
removed
SSP2-EU
🔧 Checklist for PR creator 🔧
Label pull request from the label list.
Self-review own code
magpie4
R library has been updated accordingly and backwards compatible where necessary.scenario_config.csv
has been updated accordingly (important ifdefault.cfg
has been updated)Document changes
CHANGELOG.md
goxygen::goxygen()
and verify the modified code is properly documentedPerform test runs
Rscript start.R --> "compilation check"
Rscript start.R --> "test runs"
Rscript start.R --> "test runs"
📉 Performance changes 📈
🚨 Checklist for reviewer 🚨
CHANGELOG
is updated correctly