Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

problem with reporting of Technology costs #73

Description

@robertpietzcker

the reporting of

"Tech|Electricity|Storage|Battery|For Wind"
"Tech|Electricity|Storage|Battery|For PV"
"Tech|Electricity|Storage|Battery|For CSP
Tech|Transport|Pass|Road|LDV|ICE|Capital Costs
Tech|Transport|Pass|Road|LDV|EV|Capital Costs
Tech|Transport|Pass|Road|LDV|H2|Capital Costs
Tech|Transport|Pass|Road|LDV|ICEH2|Op Costs
Tech|Transport|Pass|Road|LDV|EV|Op Costs
Tech|Transport|Pass|Road|LDV|H2|Op Costs

in reportTech needs to be changed.

Currently they report the REMIND-internal values for mix technologies (for storspv/storwind) or a fraction of a vehicle (for LDV), so they should not be reported like "real values", and never uploaded in project reports.

Solution:

  1. change the existing names to:
    "Tech|Electricity|Storage|StorWind"
    "Tech|Electricity|Storage|StorSPV"
    "Tech|Electricity|Storage|StorCSP"
    Tech|Transport|Pass|Road|LDV|0.65 of an ICE|Capital Costs
    Tech|Transport|Pass|Road|LDV|0.65 of an ICEEV|Capital Costs
    Tech|Transport|Pass|Road|LDV|0.65 of an ICEH2|Capital Costs
    Tech|Transport|Pass|Road|LDV|0.65 of an ICEH2|Op Costs
    Tech|Transport|Pass|Road|LDV|0.65 of an ICEEV|Op Costs
    Tech|Transport|Pass|Road|LDV|0.65 of an ICEH2|Op Costs

  2. upscale the LDV costs by dividing by 0.65

  3. Calculate actual battery costs from the

  4. Implement seperate battery technology, H2 electrolysis technology and H2 turbine technology that are required in different parts from storspv, storwind and storcsp

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions