-
Notifications
You must be signed in to change notification settings - Fork 129
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
Make the magicc version configurable #1274
base: develop
Are you sure you want to change the base?
Conversation
I'm no friend of MAGICC's, but the last time we moved clusters, that wasn't a big deal … Any specific reason for that? |
The main problem is |
Well, then … Kill it, kill it with fire! |
@LaviniaBaumstark @tonnrueter For the cluster change, I think it's better to merge this here than to rush the climate-assessment PR. I think that one will be done in time, but nevertheless I don't think we want to retire the old capability so quickly. |
@tonnrueter how to proceed with this PR? |
Purpose of this PR
As a first step towards updating our magicc coupling, add configuration switches and configs to run REMIND with MAGICC7 instead of MAGICC6. We only have a magicc7 configuration for the default settings, not the full set of configs as we have for magicc6. Also, this PR does not include AR6-compatible pre-processing, we continue using the current code for that.
One pressing reason why we need magicc7 is that most likely magicc6 will not work on the new cluster (or only with a lot of effort).
The default magicc version remains magicc 6 for now, but this PR adds the option to change it to magicc7.
Type of change
Checklist:
remind2
where it was neededforbiddenColumnNames
in readCheckScenarioConfig.R in case the PR leads to deprecated switchesFAIL 0
in the output ofmake test
)Further information:
We still need to do test runs. @LaviniaBaumstark