Skip to content
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

Sectoral policies #347

Closed
Kofimoley opened this issue Sep 29, 2023 · 2 comments
Closed

Sectoral policies #347

Kofimoley opened this issue Sep 29, 2023 · 2 comments

Comments

@Kofimoley
Copy link

Kofimoley commented Sep 29, 2023

Hi fellow GCAMers, I am curious to know if it is possible to model a zero or near zero pathway for a particular sector of the economy (example transport) instead of the conventional approach where the net zero pathway is for a region or global. Typically, based on the region or global net zero pathway modelling, one can tell the economy-wide transformations needed to achieve the pathway. However, what if we were interested in knowing just how a particular sector should transition from its current technologies and fuels in order to reach carbon neutrality by that sector (example, assuming one wanted to study the required transformations for a zero or near zero or net zero shipping industry by mid-century, and how such an ambition would affect other sectors of the economy such as power, industry, and so on). I have attempted doing this on my own but to no avail. I was hoping to get some guidelines from the contributors and/or users who may have successfully attempted this previously. Would be very happy to get some feedbacks. Thank you. @bpbond @pkyle @zarrarkhan @pralitp @kvcalvin @d3y419 @crvernon

@pkyle
Copy link
Contributor

pkyle commented Oct 9, 2023

There are a few ways to make sector- or technology-specific policies; the one I've used before is to assign a separate CO2 object to the technologies of interest, in all years. For example, in shipping, you'd want to make an XML file with the following structure:
`

<world>
    <global-technology-database>
        <location-info sector-name="trn_shipping_intl" subsector-name="International Ship">
            <technology name="Liquids">
                <period year="1975">
                    <CO2 name="CO2_transport"/>

`

Of course copy that through to all years, for all technologies that you want. The CO2 emitted by the technology will be added to the CO2_transport market, which can then be constrained just as with any other market. The unit is Mt C (i.e., Mt CO2 times 12/44). Examples of the policy structure are in the committed input/policy folder.

`

<world>
    <region name="USA">
        <policy-portfolio-standard name="CO2_transport">
            <policyType>tax</policyType>
            <market>USA</market>
            <constraint year="2025">350</constraint>

`

@Kofimoley
Copy link
Author

Kofimoley commented Oct 10, 2023

Thank you very much, @pkyle. The suggested approach worked perfectly, and I was able to implement a policy specifically for the transport sector. I will go ahead and close the issue now. However, I would like to mention that for anyone attempting this in the future, it's important to note that following this approach would result in double-counting of CO2 emissions from the sector. Nevertheless, the policy still functions as intended.

@Kofimoley Kofimoley changed the title Sectoral net zero pathways Sectoral policies Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants