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

HFC units incorrect in the Diagnostic|* variables #38

Open
gaurav-ganti opened this issue Jun 16, 2021 · 0 comments
Open

HFC units incorrect in the Diagnostic|* variables #38

gaurav-ganti opened this issue Jun 16, 2021 · 0 comments

Comments

@gaurav-ganti
Copy link

While using the Diagnostics|MAGICC6|Harmonized Input|Emissions|HFC* variables, @znicholls noticed that the reported emission units (kt HFC23 / yr) for all HFC emissions are incorrect - for e.g., the unit for Diagnostics|MAGICC6|Harmonized Input|Emissions|HFC|HFC125 is mislabelled kt HFC23 / yr, while the values reported are appropriate when the correct unit (kt HFC125 / yr) is applied.

We corrected this in the data used using the unit mapping dictionary below:

unit_mapping = {
    "Emissions|HFC|HFC125":"kt HFC125 / yr",
    "Emissions|HFC|HFC134a":"kt HFC134a / yr",
    "Emissions|HFC|HFC143a":"kt HFC143a / yr",
    "Emissions|HFC|HFC227ea": "kt HFC227ea / yr",
    "Emissions|HFC|HFC245ca": "kt HFC245ca /yr",
    "Emissions|HFC|HFC32": "kt HFC32 / yr",
    "Emissions|HFC|HFC43-10": "kt HFC4310 / yr"
}

cc - @gidden

@gaurav-ganti gaurav-ganti changed the title HFC units incorrect in the Diagnostic HFC units incorrect in the Diagnostic|* variables Jun 16, 2021
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

1 participant