-
Notifications
You must be signed in to change notification settings - Fork 37
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
Collect pieces for SSP 2024/ScenarioMIP #235
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #235 +/- ##
=======================================
- Coverage 77.9% 77.0% -0.9%
=======================================
Files 213 213
Lines 16512 16512
=======================================
- Hits 12872 12724 -148
- Misses 3640 3788 +148
|
526f5cb
to
334106a
Compare
@GamzeUnlu95 @macflo8 —there now appears to be a conflict in a particular materials data file. I think this is the same one modified in #247 (FYI also @glatterf42 who reviewed there). Can you please say whether these two changes to the file are perhaps the same, or different? Does one supersede the other, or are they parallel/non-overlapping? This will allow to rebase and update the branch, which we need to do (urgently) in order for it to be usable in the ScenarioMIP process. |
The reply (in Slack) was that the changes in #247 supersede the ones that were on this branch.
|
wind_res2,Renewable,0.15,0.3,0.53,0.53,0.65,0.75 | ||
wind_res3,Renewable,0.15,0.3,0.53,0.53,0.65,0.75 | ||
wind_res4,Renewable,0.15,0.3,0.53,0.53,0.65,0.75 | ||
dac_lt,CCS,0.1,0.3,0.5,0.7,0.9 |
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.
@measrainsey @ywpratama I think there is probably an issue to be resolved here.
- In the earlier-merged commits on this branch, an additional column
low_medium
was added to this table, leading to 6 total columns with numeric values. - In parallel, the 3 rows for
dac_lt
etc. were added with only 5 numeric values. - Thus for instance the value 0.5 appears to be in the
low_medium
column, when the DAC-related commit added them to amedium
column, and so on for the rest of the row.
I was able to deconflict the branch history, but the latter rows probably also need values (or NaNs) for low_medium
inserted so that the entered values appear in the right place.
Please let me know if that's unclear or if you need help making the adjustment.
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.
gotcha! @ywpratama could you add low_medium
values for the DAC technologies? since i wouldn't know the assumptions to make here
I see the branch is showing conflicts, so I will rebase manually and force-push. |
Now done. |
I will drop my 3 most recent commits and force-push because they break the model build . The commits will be added later again when the industry revisions are fully functional. |
05c1ef5
to
e0f6afa
Compare
Rebased after merge of #255. |
d00bdab
to
1e47d3c
Compare
|
Rebased after the merge of #258. In doing so, there was a conflict in message_ix_models/data/costs/materials/tech_map.csv. I resolved this in favour of the version on FYI @measrainsey if you are making a PR into |
After clarifying with @ywpratama, we figured out that the last two commits were pushed accidentally by him. I will drop them now and force-push. |
- Move SSP differentiated parameters from input data to functions - Remove duplicated input files for SSPs - Change input data format from xlsx to csv
- Move SSP differentiated parameters from input data to functions - Remove duplicated input files for SSPs - Change input data format from xlsx to csv
Add missing scaling of 2025 values with residual demand factor
Cast datatypes of year columns to integers
Exclude 2020 from year list for max_regional_recycling_steel relation parametrization
In all 3 cases, removed value 2110 is the same as the default value for the renamed field 'final_model_year'. Remove the argument to allow the default to be used.
- Apply `ruff format`. - Address format check errors or add exclusions. - Address or add mypy exclusions.
Only replace Liquids|Other and not Other Sector strings
- Move electricity mapping - Rename function variables for readability
- Register new modes - Transfer original meth_h2 mode parametrization to new modes - Delete old meth_h2 mode parametrization
Drop "mode" column in genno Reporter Needs to be dropped to allow for aggregation of methanol production with new meth_h2 modes
- Add Solar to Other Sector total - Add other chemicals to aggregates - Add missing FE HVC total
This PR is to track the working branch
ssp-dev
, which exists to help with work on the SSP 2024/ScenarioMIP project by collecting or pointing to all the code that is actually used to execute the workflow.The goal is to be complete and up-to-date as possible for that purpose; other aspects (code quality, cleanliness, or readiness for
main
) are less important.How to use
main
, so will include those updates.main
.How to review
TBD: this PR may not eventually be merged.
PR checklist
Continuous integration checks all ✅TBD if this will be required.Add or expand tests; coverage checks both ✅Add, expand, or update documentation.Update doc/whatsnew.