-
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
Add option to use RAW LUC emissions from MAgPIE in coupling #1796
Conversation
Co-authored-by: orichters <[email protected]>
Looks good, thanks. The error messages in |
Co-authored-by: orichters <[email protected]>
Good point! I changed them a bit. |
Thanks a lot for the quick reviews! |
Purpose of this PR
This PR allows to use the raw land-use change CO2 emissions variable
Emissions|CO2|Land RAW|+|Land-use Change
in coupled runs instead of the smoothed variableEmissions|CO2|Land|+|Land-use Change
, which is used by default. This can, in particular, be useful in runs with delayed start year. In such runs the smoothing algorithm of the LUC variable - a low pass filter to dampen spikes - overwrites values in the time step prior to the start year (see here). Using the raw LUC emissions prevents that, but comes at the cost of quite spiky emission profiles (see example below).Type of change
Checklist:
remind2
where it was needed (NA)forbiddenColumnNames
in readCheckScenarioConfig.R in case the PR leads to deprecated switches (NA)FAIL 0
in the output ofmake test
)CHANGELOG.md
has been updated correctlyFurther information (optional):
Test runs are here:
/p/tmp/merfort/REMIND_update_SMIP/remind
Comparison of results (what changes by this PR?):
A coupled NPi run with (default) smoothed LUC variable:
/p/tmp/merfort/REMIND_update_SMIP/remind/compScen-rem-1-5_C_SSP2-NPi_smooth.pdf
A coupled NPi run with the raw LUC variable:
/p/tmp/merfort/REMIND_update_SMIP/remind/compScen-rem-1-5_C_SSP2-NPi_raw.pdf