Closed measrainsey closed 2 months ago
@measrainsey here I'd suggest "Update branch" → "Update with rebase". Should be no conflicts.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 65.5%. Comparing base (
f6de7bb
) to head (1788b18
). Report is 21 commits behind head on main.
Sorry, I forgot to check the tests 🤦🏻♀️ Turns out they were failing because tests.costs
was still checking for the previous solar and wind technologies. I also had to add some of the new technologies to data/technology.yaml
, which is used in test_bare_res()
in tests.costs
, otherwise that test would fail.
Because I added these new technologies, I also had to update some of the tests in tests.model
to reflect that the number of technologies have changed from 377 to 381.
All checks passing now, but let me know if my changes might be problematic.
Just a note that I added some more technologies: 2005, 2010, 2015, and 2025 bins for the _hist
solar and wind technologies. Tests and the technology.yaml
have been updated to reflect this as well.
@measrainsey @glatterf42 from my POV this is (a) up to date with rebase and (b) approved. Can we now merge?
@measrainsey @glatterf42 from my POV this is (a) up to date with rebase and (b) approved. Can we now merge?
Yep - if all good with everyone, I'm happy to merge. Thanks!
Rebased to resolve conflicts in doc/whatsnew
, but should be good to go :)
Make changes to the energy module input technologies
All changes made in this PR are contained to the input CSVs, so no changes to the code. The main changes are:
Change inputs for some storage, CSP, hydrogen, and industry technologies
cc @volker-krey
The following changes were made to the input CSVs:
stor_ppl
to use the same scenario categories assolar_pv_ppl
csp_sm1_ppl
andcsp_sm3_ppl
to borrow fromsolar_th_ppl
as starting point_i
andhpl
technologies, change the mapping of WEO technologiesfuel_cell
in WEOReplace existing wind and solar technologies with new technologies
cc @OFR-IIASA
As part of the SSP update process, solar and wind technologies are being replaced with new (more) technologies. I have copied over the inputs/assumptions from the previous technologies and used them for the new technologies.
solar_pv_ppl
has been replaced with:solar_res_hist_2005
solar_res_hist_2010
solar_res_hist_2015
solar_res_hist_2020
solar_res1
solar_res2
solar_res3
solar_res4
solar_res5
solar_res6
solar_res7
solar_res8
wind_ppl
has been replaced with:wind_res_hist_2005
wind_res_hist_2010
wind_res_hist_2015
wind_res_hist_2020
wind_res1
wind_res2
wind_res3
wind_res4
wind_ppf
has been replaced with:wind_ref_hist_2005
wind_ref_hist_2010
wind_ref_hist_2015
wind_ref_hist_2020
wind_ref1
wind_ref2
wind_ref3
wind_ref4
wind_ref5
How to review
For @khaeru and/or @glatterf42 : Read the diff and note that the CI checks all pass.
PR checklist