Skip to content

How to set the upper bound for secondary outputs #518

@thuliuyang

Description

@thuliuyang

Hi GCAM team,

I have set up a secondary output for the industry sector and want to constrain the upper bound. I tried to constrain it using Policytype as RES and tax respectively, but it didn't work (code below). I am requesting help with this.

        <policy-portfolio-standard name="death">
            <market>death_market</market>
            <policyType>RES</policyType>
            <constraint year="2020">1600000</constraint>
            <min-price year="2020">0</min-price>
            <constraint year="2025">1280000</constraint>
            <min-price year="2025">0</min-price>
            <constraint year="2030">1024000</constraint>
            <min-price year="2030">0</min-price>
            <constraint year="2035">819200</constraint>
            <min-price year="2035">0</min-price>
            <constraint year="2040">655360</constraint>
            <min-price year="2040">0</min-price>
            <constraint year="2045">524288</constraint>
            <min-price year="2045">0</min-price>
            <constraint year="2050">419430.4</constraint>
            <min-price year="2050">0</min-price>
            <constraint year="2055">335544.32</constraint>
            <min-price year="2055">0</min-price>
            <constraint year="2060">268435.456</constraint>
            <min-price year="2060">0</min-price>
        </policy-portfolio-standard>
 <supplysector name="agricultural energy use" >
                <subsector name="coal" nocreate="1">
                    <stub-technology name="coal">
                        <period year="2015">
                            <res-secondary-output name="death">
                                <output-ratio>38258.2191075305</output-ratio>
                                <pMultiplier>0</pMultiplier>
                            </res-secondary-output>
                        </period>
                    </stub-technology>
                </subsector>
            </supplysector>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions