remindmodel / remind

REMIND - REgional Model of INvestments and Development
Other
91 stars 123 forks source link

Options for regionally differentiated floor costs for learning technologies #1687

Open cchrisgong opened 1 month ago

cchrisgong commented 1 month ago

Purpose of this PR

Implement a scenario switch for the IKEA project, where scenarios for regional differentiation of (power sector) technology costs are called for. See https://github.com/remindmodel/development_issues/issues/230

So far, there are no regionally differentiated projections of technology costs in REMIND (other than initial historical cost values). For non-learning technologies (coal, gas, nuclear, biomass, ccs etc), p_inco0 file in core/input contains the regionally different technology costs, but only initial points of these curves are used as "historical cost values". In model runs, the costs of these technologies converge to a global average by a convergence date (currently 2070), which means some of the technologies increase in costs (if they are already below global average), such as pc for IND and CHA. Increasing coal and gas costs in developing countries without a CO2 price in the model could give an overly optimistic scenario, especially for SSP2 there is no GDP/cap convergence, and energy demand per capita also does not converge. This call into question why coal plant capital costs must be uniform across regions.

One immediate remedy would be to use the cost trajectories provided by the IEA and other sources in p_inco0. However, the learning curves are hard coded from the input data which projects 2015 till 2040, better treatment of regional costs are possible.

In addition, in default REMIND scenarios, for learning technologies, solar, wind, battery, etc, only their regionally differentiated "initial technology costs" are read in. In model runs, a global learning rate as well as as a global floor cost is applied. Sometimes the global floor costs are higher than some of the regional costs, causing wind onshore for example, for CHA to increase in costs over time, which there is no current reason to believe it will happen (costs continue to drop, although will flatten at some point).

Based on this, we designed two new scenarios (in addition to the default assumption where global convergence of costs for non-learning tech, and global convergence of learning rate and one global floor cost are used).

1) price structure prevails ("pricestruc"). This is when the new floor costs for regions all equal or lie below the current global floor cost. The value of the new regional floor cost proportional to the highest among them is the same as the value of the latest historical cost of the region to the highest cost region among them. In short new_floor_cost(REG) = old_floor_cost(REG) * cost(2015,REG) / max( reg, cost(2015,reg) )

In this way, the price structure between regions is preserved from the historical values. So whatever reasons which cause SSA's Solar PV to be more expensive than that in China (for example due to IP, due to lack of industrial learning and manufacturing expertise, or automation, despite cheaper labor costs), this reason is preserved over time.

2) technological transfer ("techtrans"). This scenario's floor costs for regions are proportional to per capital PPP income. So this simulates a situation where each region is able to "make their own technologies". Of course, the poorest region will have the lowest floor cost, since the tech costs are entirely determined by labor costs, and not by IP rents, or other exogenous political economy factors. new_floor_cost(REG) = old_floor_cost(REG) * GDPPPP_cap(2020,REG) / max( reg, GDPPPP_cap(2020,reg) )

Type of change

(Make sure to delete from the Type-of-change list the items not relevant to your PR)

Checklist:

Further information (optional):

lecfab commented 1 month ago

Maybe we can link it with https://github.com/remindmodel/development_issues/issues/230 ?

Also, for the 2015 or 2020 price structure, couldn't we take that of a mature technology, that possibly reflects the regional costs better?

cchrisgong commented 1 month ago

Also, for the 2015 or 2020 price structure, couldn't we take that of a mature technology, that possibly reflects the regional costs better?

price structure has to do with the supply chain structure of a particular technology in a particular region. Some regions for example might lag behind in one technological development (so rely on mostly imported parts and therefore has a price structure that can be higher than per capita income), but not in some others. There are plenty example for this, Bolivia and Argentina have national policies to build lithium batteries and EVs, but they rely on imports for say, solar PVs and high value added chemicals. Or Indonesia through export ban of Nickel has accumulated higher-value added Nickel processing facilities inside the country, which then enable their green tech which depends on Nickel to have a cost advantage against other countries who import. But Indonesia might lack other stuff, say lithium for making EVs and batteries. So we cannot just take an "ideally mature" technology that reflects national cost structure, because of the sector and supply chain specific dependencies