Giter Club home page Giter Club logo

Comments (2)

realxinzhao avatar realxinzhao commented on July 22, 2024 2

@jiangyongye good catch!

Yes, there were some unit discrepancies. It seems population in National Account should be thous as well. We will try to update these. Thanks!

from gcam-core.

jiangyongye avatar jiangyongye commented on July 22, 2024

Follow up!
I checked the file zsocio_L102.GDP.R
it said
The scenarios generated include the SSPs and the gSSPs (SSPs modified by
#' near-term IMF projections). GDP outputs are in millions of 1990 USD, Market
#' Exchange Rate (measured in 2010) is used for foreign currency. Per-capita
#' values are in thousands of 1990 USD.

so the unit should be thous 1990USD which it make much more sense : )

And i think why this error happen in GCAM7 but not happend in GCAM6
Because GCAM7 added marco_economy module,
in GCAM 7 the code in Main_queries.xml for GDP-PER-CAPITA
changed from

<gdpQueryBuilder title="GDP per capita MER by region">
            <axis1 name="region">region</axis1>
            <axis2 name="Year">gdp-per-capita-mer</axis2>
            <xPath buildList="true" dataName="gdp-per-capita-mer" group="false" sumAll="false">GDP/gdp-per-capita-mer/text()</xPath>

to

        <gdpQueryBuilder title="GDP per capita PPP by region">
            <axis1 name="region">region</axis1>
            <axis2 name="Year">nationalAccount[@year]</axis2>
            <xPath buildList="true" dataName="gdp-per-capita-ppp" group="false" sumAll="false">nationalAccount/account[@name = 'gdp-per-capita-ppp']/node()</xPath>

And i believe in nationalAccount the units are only million 1990US$ based on zsocio_L180.GDP_macro.R
That's why it appear million 1990US in modelface, correct me if i understand wrong : )!

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.