Code Monkey home page Code Monkey logo

Comments (2)

pkyle avatar pkyle commented on May 24, 2024

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>

`

from gcam-core.

Kofimoley avatar Kofimoley commented on May 24, 2024

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.

from gcam-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.